From 93ffa10e9626eef68132e593f6a78270fa601c37 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 9 Nov 2014 23:07:26 +0100 Subject: appdata: Add autotool bits for appdata --- data/Makefile.am | 7 +++++++ data/caja.appdata.xml | 41 ----------------------------------------- data/caja.appdata.xml.in | 41 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+), 41 deletions(-) delete mode 100644 data/caja.appdata.xml create mode 100644 data/caja.appdata.xml.in (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 000d45bb..2d79e780 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -35,6 +35,11 @@ cajadata_DATA = \ caja-suggested.placeholder \ $(NULL) +# app data file +appdatadir = $(datadir)/appdata +appdata_in_files = caja.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) + EXTRA_DIST = $(cajadata_DATA) \ caja.desktop \ caja.desktop.in \ @@ -42,11 +47,13 @@ EXTRA_DIST = $(cajadata_DATA) \ $(xml_in_files) \ $(desktop_in_files) \ $(service_in_files) \ + $(appdata_in_files) \ $(NULL) CLEANFILES = $(xml_files) \ $(desktop_DATA) \ $(service_DATA) \ + caja.appdata.xml \ $(NULL) SUBDIRS = \ diff --git a/data/caja.appdata.xml b/data/caja.appdata.xml deleted file mode 100644 index 1e084f6c..00000000 --- a/data/caja.appdata.xml +++ /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 - - - - http://www.mate-desktop.org - mate-dev@ml.mate-desktop.org - MATE -
diff --git a/data/caja.appdata.xml.in b/data/caja.appdata.xml.in new file mode 100644 index 00000000..1e084f6c --- /dev/null +++ b/data/caja.appdata.xml.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 + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
-- cgit v1.2.1