summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2018-08-23 22:18:42 -0300
committerAndre Miranda <andreldm@xfce.org>2018-08-23 22:18:42 -0300
commitbb312f457b1bd07d215aae9ff5fa42d407ccc7bd (patch)
tree339bac6f08ff2155920c6e985b93e32918227e8b /data
parente8e1bad7da7215a3ac4628722b3f555f304a43ac (diff)
downloadxfce4-appfinder-bb312f457b1bd07d215aae9ff5fa42d407ccc7bd.tar.gz
Convert AppData file to AppStream (Bug #14624)
Diffstat (limited to 'data')
-rw-r--r--data/Makefile.am4
-rw-r--r--data/org.xfce.xfce4-appfinder.appdata.xml.in (renamed from data/xfce4-appfinder.appdata.xml.in)17
2 files changed, 11 insertions, 10 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 17ad9b6..a2da2a3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -10,9 +10,9 @@ apps_DATA = $(apps_in_files:.desktop.in=.desktop)
# .appdata
#
@INTLTOOL_XML_RULE@
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = xfce4-appfinder.appdata.xml.in
+appdata_in_files = org.xfce.xfce4-appfinder.appdata.xml
EXTRA_DIST = \
$(apps_in_files) \
diff --git a/data/xfce4-appfinder.appdata.xml.in b/data/org.xfce.xfce4-appfinder.appdata.xml.in
index 41c8549..dddf8e8 100644
--- a/data/xfce4-appfinder.appdata.xml.in
+++ b/data/org.xfce.xfce4-appfinder.appdata.xml.in
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Eric Koegel <eric.koegel@gmail.com> and Simon Steinbeiss <simon@xfce.org> -->
+<!-- Copyright 2018 Andre Miranda <andreldm@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>
+ <_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
@@ -16,17 +17,17 @@
<screenshots>
<screenshot type="default">
- <image>http://docs.xfce.org/_media/xfce/xfce4-appfinder/xfce4-appfinder-expanded.png</image>
+ <image>https://docs.xfce.org/_media/xfce/xfce4-appfinder/xfce4-appfinder-expanded.png</image>
</screenshot>
</screenshots>
- <url type="homepage">http://www.xfce.org/</url>
+ <url type="homepage">https://www.xfce.org/</url>
<url type="bugtracker">https://bugzilla.xfce.org/</url>
- <url type="help">http://docs.xfce.org/xfce/xfce4-appfinder/start</url>
+ <url type="help">https://docs.xfce.org/xfce/xfce4-appfinder/start</url>
- <updatecontact>xfce4-dev@xfce.org</updatecontact>
-
- <project_group>XFCE</project_group>
+ <project_group>Xfce</project_group>
+ <update_contact>xfce4-dev@xfce.org</update_contact>
+ <translation type="gettext">xfce4-appfinder</translation>
<provides>
<binary>xfce4-appfinder</binary>