From 62ef06fb0ff90f567367207c4238ed92a965e4b3 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Nov 2014 00:13:36 +0100 Subject: appdata: Add autotool bits for appdata --- gsearchtool/data/Makefile.am | 10 ++++++- gsearchtool/data/mate-search-tool.appdata.xml.in | 33 ++++++++++++++++++++++++ gsearchtool/mate-search-tool.appdata.xml | 33 ------------------------ 3 files changed, 42 insertions(+), 34 deletions(-) create mode 100644 gsearchtool/data/mate-search-tool.appdata.xml.in delete mode 100644 gsearchtool/mate-search-tool.appdata.xml (limited to 'gsearchtool') diff --git a/gsearchtool/data/Makefile.am b/gsearchtool/data/Makefile.am index 54908b3a..d5a3e9d3 100644 --- a/gsearchtool/data/Makefile.am +++ b/gsearchtool/data/Makefile.am @@ -1,5 +1,13 @@ icondir = $(datadir)/pixmaps/mate-search-tool icon_DATA = thumbnail_frame.png -EXTRA_DIST = $(icon_DATA) +@INTLTOOL_XML_RULE@ +appdatadir = $(datadir)/appdata +appdata_in_files = mate-search-tool.appdata.xml.in +appdata_DATA = $(appdata_in_files:.xml.in=.xml) +CLEANFILES = mate-search-tool.appdata.xml + +EXTRA_DIST = \ + $(icon_DATA) \ + $(appdata_in_files) diff --git a/gsearchtool/data/mate-search-tool.appdata.xml.in b/gsearchtool/data/mate-search-tool.appdata.xml.in new file mode 100644 index 00000000..2b4eaeba --- /dev/null +++ b/gsearchtool/data/mate-search-tool.appdata.xml.in @@ -0,0 +1,33 @@ + + + + mate-search-tool.desktop + CC0-1.0 + GPL-2.0+ + Mate Search Tool + A file searching tool for MATE Desktop + +

+ Mate Search Tool is a simple but powerful utility that allows you to + search for files and folders on any mounted file system. Its interface + gives you instant access to a wide variety of parameters for each search, + such as text contained within a file, ownership, date of modification, + file size, folder exclusion, etc.. +

+
+ + + + https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_01.png + + + + + https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_02.png + + + + http://www.mate-desktop.org + mate-dev@ml.mate-desktop.org + MATE +
diff --git a/gsearchtool/mate-search-tool.appdata.xml b/gsearchtool/mate-search-tool.appdata.xml deleted file mode 100644 index 2b4eaeba..00000000 --- a/gsearchtool/mate-search-tool.appdata.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - mate-search-tool.desktop - CC0-1.0 - GPL-2.0+ - Mate Search Tool - A file searching tool for MATE Desktop - -

- Mate Search Tool is a simple but powerful utility that allows you to - search for files and folders on any mounted file system. Its interface - gives you instant access to a wide variety of parameters for each search, - such as text contained within a file, ownership, date of modification, - file size, folder exclusion, etc.. -

-
- - - - https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_01.png - - - - - https://alexpl.fedorapeople.org/AppData/mate-search-tool/screens/mate-search-tool_02.png - - - - http://www.mate-desktop.org - mate-dev@ml.mate-desktop.org - MATE -
-- cgit v1.2.1