From 1dd920c2febd7c85f1ad773bd2bce68a33cb4061 Mon Sep 17 00:00:00 2001 From: Eric Koegel Date: Fri, 26 Sep 2014 19:36:34 +0300 Subject: [PATCH] Add appdata file Based on the xfpm appdata, the spec is available at: http://www.freedesktop.org/software/appstream/docs/sect-Metadata-Application.html --- data/Makefile.am | 13 ++++++++++++- data/xfce4-appfinder.appdata.xml.in | 35 +++++++++++++++++++++++++++++++++++ po/POTFILES.in | 1 + 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 data/xfce4-appfinder.appdata.xml.in 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..090859a --- /dev/null +++ b/data/xfce4-appfinder.appdata.xml.in @@ -0,0 +1,35 @@ + + + + xfce4-appfinder.desktop + CC-BY-3.0 + GPL-2.0+ + Application Finder + Application to quickly run applications and commands + + + <_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. + + + + + + http://docs.xfce.org/_media/xfce/xfce4-appfinder/xfce4-appfinder-expanded.png + + + + http://www.xfce.org/ + https://bugzilla.xfce.org/ + http://docs.xfce.org/xfce/xfce4-appfinder/start + + xfce4-dev@xfce.org + + XFCE + + + xfce4-appfinder + + + 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 -- 2.1.1