From 4a989e51af3f5c49d75c48517ffbf3541038bac9 Mon Sep 17 00:00:00 2001 From: Cockpit Project Date: Thu, 30 Jan 2025 02:37:18 +0000 Subject: [PATCH] Makefile: Update Cockpit lib to f05981311645107ac622bd16e702f843 Follow suit with the po2manifest Python porting. Closes #1088 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a77a85d..b15d7b3 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,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}' @@ -61,8 +61,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).metainfo.pot: $(APPSTREAMFILE) xgettext --default-domain=$(PACKAGE_NAME) --output=$@ $<