File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ COCKPIT_REPO_FILES = \
40
40
$(NULL )
41
41
42
42
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
43
- COCKPIT_REPO_COMMIT = 5fa0de02060ae53283f60382b7407cc208724ed8 # 331 + 105 commits
43
+ COCKPIT_REPO_COMMIT = f05981311645107ac622bd16e702f84368bf0736 # 332 + 4 commits
44
44
45
45
$(COCKPIT_REPO_FILES ) : $(COCKPIT_REPO_STAMP )
46
46
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT ) ) ^{tree}'
@@ -68,8 +68,8 @@ po/$(PACKAGE_NAME).js.pot:
68
68
po/$(PACKAGE_NAME ) .html.pot : $(NODE_MODULES_TEST ) $(COCKPIT_REPO_STAMP )
69
69
pkg/lib/html2po.js -o $@ $$(find src -name '*.html' )
70
70
71
- po/$(PACKAGE_NAME ) .manifest.pot : $(NODE_MODULES_TEST ) $( COCKPIT_REPO_STAMP )
72
- pkg/lib/manifest2po.js src/manifest.json -o $@
71
+ po/$(PACKAGE_NAME ) .manifest.pot : $(COCKPIT_REPO_STAMP )
72
+ pkg/lib/manifest2po -o $@ src/manifest.json
73
73
74
74
po/$(PACKAGE_NAME ) .metainfo.pot : $(APPSTREAMFILE )
75
75
xgettext --default-domain=$(PACKAGE_NAME ) --output=$@ $<
You can’t perform that action at this time.
0 commit comments