[Xfce4-commits] [xfce/thunar] 01/01: Convert AppData file to AppStream (Bug #14037)
noreply at xfce.org
noreply at xfce.org
Wed Jun 6 03:07:22 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/thunar.
commit 92baba0288925bfa6869db2895813a286d880e11
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Jun 5 22:07:13 2018 -0300
Convert AppData file to AppStream (Bug #14037)
---
.gitignore | 2 +-
Makefile.am | 4 ++--
thunar.appdata.xml.in => org.xfce.thunar.appdata.xml.in | 14 +++++++++++---
po/POTFILES.in | 2 +-
4 files changed, 15 insertions(+), 7 deletions(-)
diff --git a/.gitignore b/.gitignore
index 40ec2ea..4a06242 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,7 +31,7 @@ core
*.desktop.in
*.service
*.policy
-thunar.appdata.xml
+org.xfce.thunar.appdata.xml
gtk-doc.make
ThunarBulkRename
Thunar.spec
diff --git a/Makefile.am b/Makefile.am
index befedfb..94c8f3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -74,9 +74,9 @@ desktop_DATA = $(desktop_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 = thunar.appdata.xml.in
+appdata_in_files = org.xfce.thunar.appdata.xml.in
servicedir = $(datadir)/dbus-1/services
service_in_files = org.xfce.FileManager.service.in org.xfce.Thunar.service.in
diff --git a/thunar.appdata.xml.in b/org.xfce.thunar.appdata.xml.in
similarity index 73%
rename from thunar.appdata.xml.in
rename to org.xfce.thunar.appdata.xml.in
index cf6903c..64a1357 100644
--- a/thunar.appdata.xml.in
+++ b/org.xfce.thunar.appdata.xml.in
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Ryan Lerch <rlerch at redhat.com> -->
-<application>
- <id type="desktop">Thunar.desktop</id>
+<component type="desktop-application">
+ <id type="desktop">org.xfce.Thunar</id>
<metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0</project_license>
+ <name>Thunar</name>
<summary>File Browser</summary>
<description>
<_p>
@@ -20,5 +22,11 @@
<screenshot type="default">http://docs.xfce.org/_media/xfce/thunar/file-manager-window.png</screenshot>
</screenshots>
+ <categories>
+ <category>System</category>
+ </categories>
+
+ <project_group>Xfce</project_group>
<updatecontact>xfce4-dev at xfce.org</updatecontact>
-</application>
+ <translation type="gettext">Thunar</translation>
+</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1317d32..80080d1 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -127,5 +127,5 @@ Thunar.desktop.in.in
Thunar-bulk-rename.desktop.in.in
Thunar-folder-handler.desktop.in.in
thunar/thunar-settings.desktop.in
-thunar.appdata.xml.in
+org.xfce.thunar.appdata.xml.in
org.xfce.thunar.policy.in.in
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list