[Xfce4-commits] [xfce/xfce4-appfinder] 01/01: Convert AppData file to AppStream (Bug #14624)
noreply at xfce.org
noreply at xfce.org
Fri Aug 24 03:19:11 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-appfinder.
commit bb312f457b1bd07d215aae9ff5fa42d407ccc7bd
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Aug 23 22:18:42 2018 -0300
Convert AppData file to AppStream (Bug #14624)
---
.gitignore | 2 +-
data/Makefile.am | 4 ++--
...a.xml.in => org.xfce.xfce4-appfinder.appdata.xml.in} | 17 +++++++++--------
po/POTFILES.in | 2 +-
4 files changed, 13 insertions(+), 12 deletions(-)
diff --git a/.gitignore b/.gitignore
index 13506c2..9fe1841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@ config.status
config.sub
configure
configure.ac
-data/xfce4-appfinder.appdata.xml
+data/org.xfce.xfce4-appfinder.appdata.xml
data/xfce4-appfinder.desktop
data/xfce4-run.desktop
depcomp
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
similarity index 60%
rename from data/xfce4-appfinder.appdata.xml.in
rename to 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 at gmail.com> and Simon Steinbeiss <simon at xfce.org> -->
+<!-- Copyright 2018 Andre Miranda <andreldm at 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 at xfce.org</updatecontact>
-
- <project_group>XFCE</project_group>
+ <project_group>Xfce</project_group>
+ <update_contact>xfce4-dev at xfce.org</update_contact>
+ <translation type="gettext">xfce4-appfinder</translation>
<provides>
<binary>xfce4-appfinder</binary>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 0f60bb7..f0bd0ee 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,4 +11,4 @@ src/appfinder-preferences.glade
data/xfce4-appfinder.desktop.in
data/xfce4-run.desktop.in
-data/xfce4-appfinder.appdata.xml.in
+data/org.xfce.xfce4-appfinder.appdata.xml.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list