summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2014-09-26 19:36:34 +0300
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2015-02-28 16:23:51 +0100
commitce508136ab390d211d556cbf863ce96bd0f93744 (patch)
treed8c81c26997750bb6880a96c99cc4a59ce84f930 /data
parent48e8ebda4007aea3dd2f5efadda94bdffcfa5ed4 (diff)
downloadxfce4-appfinder-ce508136ab390d211d556cbf863ce96bd0f93744.tar.gz
Add appdata file
Based on the xfpm appdata, the spec is available at: http://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am13
-rw-r--r--data/xfce4-appfinder.appdata.xml.in35
2 files changed, 47 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 2d232b4..17ad9b6 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,8 +6,19 @@ apps_in_files = \
apps_DATA = $(apps_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+#
+# .appdata
+#
+@INTLTOOL_XML_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+appdata_in_files = xfce4-appfinder.appdata.xml.in
+
EXTRA_DIST = \
- $(apps_in_files)
+ $(apps_in_files) \
+ $(appdata_in_files)
+
+CLEANFILES = $(appdata_DATA)
DISTCLEANFILES = \
$(apps_DATA)
diff --git a/data/xfce4-appfinder.appdata.xml.in b/data/xfce4-appfinder.appdata.xml.in
new file mode 100644
index 0000000..615e9e1
--- /dev/null
+++ b/data/xfce4-appfinder.appdata.xml.in
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Eric Koegel <eric.koegel@gmail.com> and Simon Steinbeiss <simon@xfce.org> -->
+<component type="desktop">
+ <id>xfce4-appfinder.desktop</id>
+ <metadata_license>CC-BY-3.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>Application Finder</name>
+ <summary>Application to quickly run applications and commands</summary>
+
+ <description>
+ <_p>The application finder is a tool to find and launch installed applications on your system
+ and the quickly execute commands. It can also be used to quickly add launchers to the Xfce
+ Panel by dragging an item from the view and drop it on the panel.
+ </_p>
+ </description>
+
+ <screenshots>
+ <screenshot type="default">
+ <image>http://docs.xfce.org/_media/xfce/xfce4-appfinder/xfce4-appfinder-expanded.png</image>
+ </screenshot>
+ </screenshots>
+
+ <url type="homepage">http://www.xfce.org/</url>
+ <url type="bugtracker">https://bugzilla.xfce.org/</url>
+ <url type="help">http://docs.xfce.org/xfce/xfce4-appfinder/start</url>
+
+ <updatecontact>xfce4-dev@xfce.org</updatecontact>
+
+ <project_group>XFCE</project_group>
+
+ <provides>
+ <binary>xfce4-appfinder</binary>
+ </provides>
+
+</component>