Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to f05981311645107ac622bd16e702f843
Browse files Browse the repository at this point in the history
Follow suit with the po2manifest Python porting.

Closes #779
  • Loading branch information
cockpituous authored and martinpitt committed Jan 30, 2025
1 parent 54fe4b6 commit 8a8772d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = fa91d69378d44616cf2b276fcbbcdd6b982b117a # 331 + 103 commits
COCKPIT_REPO_COMMIT = f05981311645107ac622bd16e702f84368bf0736 # 332 + 4 commits

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

po/$(PACKAGE_NAME).manifest.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
pkg/lib/manifest2po.js src/manifest.json -o $@
po/$(PACKAGE_NAME).manifest.pot: $(COCKPIT_REPO_STAMP)
pkg/lib/manifest2po -o $@ src/manifest.json

po/$(PACKAGE_NAME).pot: po/$(PACKAGE_NAME).html.pot po/$(PACKAGE_NAME).js.pot po/$(PACKAGE_NAME).manifest.pot
msgcat --sort-output --output-file=$@ $^
Expand Down

0 comments on commit 8a8772d

Please sign in to comment.