Skip to content

Commit ab3d748

Browse files
cockpituousmartinpitt
authored andcommitted
Makefile: Update Cockpit lib to f05981311645107ac622bd16e702f843
Follow suit with the po2manifest Python porting. Closes #2007
1 parent 8a11a18 commit ab3d748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ COCKPIT_REPO_FILES = \
4040
$(NULL)
4141

4242
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
4444

4545
$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
4646
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
@@ -68,8 +68,8 @@ po/$(PACKAGE_NAME).js.pot:
6868
po/$(PACKAGE_NAME).html.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
6969
pkg/lib/html2po.js -o $@ $$(find src -name '*.html')
7070

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
7373

7474
po/$(PACKAGE_NAME).metainfo.pot: $(APPSTREAMFILE)
7575
xgettext --default-domain=$(PACKAGE_NAME) --output=$@ $<

0 commit comments

Comments
 (0)