diff options
author | rbuj <[email protected]> | 2021-01-26 10:10:20 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-05 14:01:13 +0100 |
commit | cb9ed81342334d3ef5dde43a60ab0325930a2874 (patch) | |
tree | 30f67749d42edce585f5f79020c0635b0a0100dd /data | |
parent | 100143334310b87f54043beceb30611f60263def (diff) | |
download | caja-cb9ed81342334d3ef5dde43a60ab0325930a2874.tar.bz2 caja-cb9ed81342334d3ef5dde43a60ab0325930a2874.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> |