diff options
author | rbuj <[email protected]> | 2021-01-26 10:10:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:50 +0200 |
commit | 77ae01b92666ab5554b168cf207ce37ded4deb2e (patch) | |
tree | 4a30042f2f74fb61cd61c3a117448a6b715dbc3a /data | |
parent | 383ce0732714915b3250273c0f560d9da136ec6a (diff) | |
download | caja-77ae01b92666ab5554b168cf207ce37ded4deb2e.tar.bz2 caja-77ae01b92666ab5554b168cf207ce37ded4deb2e.tar.xz |
build: Use PACKAGE_URL variable
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 6 | ||||
-rw-r--r-- | data/caja.appdata.xml.in.in (renamed from data/caja.appdata.xml.in) | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 788b37c1..f6e3d14f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -53,13 +53,14 @@ cajadata_DATA = \ # app data file appdatadir = $(datadir)/metainfo -appdata_in_files = caja.appdata.xml.in +appdata_in_in_files = caja.appdata.xml.in.in +appdata_in_files = $(appdata_in_in_files:.appdata.xml.in.in=.appdata.xml.in) appdata_DATA = $(appdata_in_files:.xml.in=.xml) $(appdata_DATA): $(appdata_in_files) $(AM_V_GEN) $(MSGFMT) --xml --template $< -d $(top_srcdir)/po -o $@ EXTRA_DIST = \ - $(appdata_in_files) \ + $(appdata_in_in_files) \ $(cajadata_DATA) \ $(cajadata_in_files) \ $(desktop_in_in_files) \ @@ -69,6 +70,7 @@ EXTRA_DIST = \ $(NULL) DISTCLEANFILES = \ + $(appdata_in_files) \ $(desktop_in_files) \ $(NULL) diff --git a/data/caja.appdata.xml.in b/data/caja.appdata.xml.in.in index 5f07f4b8..16102a82 100644 --- a/data/caja.appdata.xml.in +++ b/data/caja.appdata.xml.in.in @@ -35,7 +35,7 @@ </image> </screenshot> </screenshots> - <url type="homepage">https://mate-desktop.org</url> + <url type="homepage">@PACKAGE_URL@</url> <updatecontact>[email protected]</updatecontact> <project_group>MATE</project_group> </component> |