Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to 54f87df7b7b5428c66bae8c1b91f3096
Browse files Browse the repository at this point in the history
Move to Python version of html2po.

Closes #786
  • Loading branch information
cockpituous authored and martinpitt committed Feb 8, 2025
1 parent f21bf51 commit 4423f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 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 = 1cc67cefe33c58b33016655f329a1b3f26a5bbf0 # 332 + 36 commits
COCKPIT_REPO_COMMIT = 54f87df7b7b5428c66bae8c1b91f30963c8bdb45 # 332 + 41 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand All @@ -60,7 +60,7 @@ po/$(PACKAGE_NAME).js.pot:
sed '/^#/ s/, c-format//' > $@

po/$(PACKAGE_NAME).html.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
pkg/lib/html2po.js -o $@ $$(find src -name '*.html')
pkg/lib/html2po -o $@ $$(find src -name '*.html')

po/$(PACKAGE_NAME).manifest.pot: $(COCKPIT_REPO_STAMP)
pkg/lib/manifest2po -o $@ src/manifest.json
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"eslint-plugin-react-hooks": "4.6.2",
"gettext-parser": "8.0.0",
"glob": "11.0.1",
"htmlparser": "1.7.7",
"jed": "1.1.1",
"qunit": "2.24.1",
"sass": "1.79.6",
Expand Down

0 comments on commit 4423f04

Please sign in to comment.