From cb9ed81342334d3ef5dde43a60ab0325930a2874 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Jan 2021 10:10:20 +0100 Subject: build: Use PACKAGE_URL variable --- data/Makefile.am | 6 ++++-- data/caja.appdata.xml.in | 41 ----------------------------------------- data/caja.appdata.xml.in.in | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 43 deletions(-) delete mode 100644 data/caja.appdata.xml.in create mode 100644 data/caja.appdata.xml.in.in (limited to 'data') 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 deleted file mode 100644 index 5f07f4b8..00000000 --- a/data/caja.appdata.xml.in +++ /dev/null @@ -1,41 +0,0 @@ - - - - caja.desktop - CC0-1.0 - GPL-2.0+ - Caja - File manager for the MATE desktop environment - -

- Caja is the official file manager for the MATE desktop. It allows for - browsing directories, as well as previewing files and launching applications - associated with them. It is also responsible for handling the icons on - the MATE desktop. It works on local and remote file systems. -

-

- Caja is extensible through a plugin system, similar to that of GNOME Nautilus, - of which Caja is a fork. -

-
- - - - https://alexpl.fedorapeople.org/AppData/caja/screens/caja_01.png - - - - - https://alexpl.fedorapeople.org/AppData/caja/screens/caja_02.png - - - - - https://alexpl.fedorapeople.org/AppData/caja/screens/caja_03.png - - - - https://mate-desktop.org - mate-dev@ml.mate-desktop.org - MATE -
diff --git a/data/caja.appdata.xml.in.in b/data/caja.appdata.xml.in.in new file mode 100644 index 00000000..16102a82 --- /dev/null +++ b/data/caja.appdata.xml.in.in @@ -0,0 +1,41 @@ + + + + caja.desktop + CC0-1.0 + GPL-2.0+ + Caja + File manager for the MATE desktop environment + +

+ Caja is the official file manager for the MATE desktop. It allows for + browsing directories, as well as previewing files and launching applications + associated with them. It is also responsible for handling the icons on + the MATE desktop. It works on local and remote file systems. +

+

+ Caja is extensible through a plugin system, similar to that of GNOME Nautilus, + of which Caja is a fork. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_01.png + + + + + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_02.png + + + + + https://alexpl.fedorapeople.org/AppData/caja/screens/caja_03.png + + + + @PACKAGE_URL@ + mate-dev@ml.mate-desktop.org + MATE +
-- cgit v1.2.1