This is an automated email from the git hooks/post-receive script.

ochosi pushed a commit to branch master
in repository xfce/xfce4-appfinder.

commit ce508136ab390d211d556cbf863ce96bd0f93744
Author: Eric Koegel <eric.koe...@gmail.com>
Date:   Fri Sep 26 19:36:34 2014 +0300

    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.steinbe...@elfenbeinturm.at>
---
 data/Makefile.am                    |   13 ++++++++++++-
 data/xfce4-appfinder.appdata.xml.in |   35 +++++++++++++++++++++++++++++++++++
 po/POTFILES.in                      |    1 +
 3 files changed, 48 insertions(+), 1 deletion(-)

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.koe...@gmail.com> and Simon Steinbeiss 
<si...@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-...@xfce.org</updatecontact>
+
+  <project_group>XFCE</project_group>
+
+  <provides>
+    <binary>xfce4-appfinder</binary>
+  </provides>
+
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a7fe997..0f60bb7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,3 +11,4 @@ src/appfinder-preferences.glade
 
 data/xfce4-appfinder.desktop.in
 data/xfce4-run.desktop.in
+data/xfce4-appfinder.appdata.xml.in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to