Makefile: Update Cockpit lib to f05981311645107ac622bd16e702f843
Follow suit with the po2manifest Python porting. Closes #1088
This commit is contained in:
parent
e8c4fe72d6
commit
4a989e51af
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -32,7 +32,7 @@ COCKPIT_REPO_FILES = \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
|
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_FILES): $(COCKPIT_REPO_STAMP)
|
||||||
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
|
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)
|
po/$(PACKAGE_NAME).html.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
|
||||||
pkg/lib/html2po.js -o $@ $$(find src -name '*.html')
|
pkg/lib/html2po.js -o $@ $$(find src -name '*.html')
|
||||||
|
|
||||||
po/$(PACKAGE_NAME).manifest.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
|
po/$(PACKAGE_NAME).manifest.pot: $(COCKPIT_REPO_STAMP)
|
||||||
pkg/lib/manifest2po.js src/manifest.json -o $@
|
pkg/lib/manifest2po -o $@ src/manifest.json
|
||||||
|
|
||||||
po/$(PACKAGE_NAME).metainfo.pot: $(APPSTREAMFILE)
|
po/$(PACKAGE_NAME).metainfo.pot: $(APPSTREAMFILE)
|
||||||
xgettext --default-domain=$(PACKAGE_NAME) --output=$@ $<
|
xgettext --default-domain=$(PACKAGE_NAME) --output=$@ $<
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue