[Xfce4-commits] [apps/xfburn] 01/01: update AppData to AppStream and project URLs all around
noreply at xfce.org
noreply at xfce.org
Mon Dec 2 23:14:08 CET 2019
This is an automated email from the git hooks/post-receive script.
k a t a n a s t e e l 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 apps/xfburn.
commit a1e5906c82d814149089de04892d92a06ec71753
Author: Rene Kjellerup <rk.katana.steel at gmail.com>
Date: Sat Nov 23 11:46:59 2019 -0800
update AppData to AppStream and project URLs all around
---
Makefile.am | 4 ++--
xfburn.appdata.xml.in => org.xfce.xfburn.appdata.xml.in | 14 +++++++++-----
po/POTFILES.in | 2 +-
xfburn/xfburn-main-window.c | 2 +-
4 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 65353fb..8be951b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,9 +16,9 @@ ui_DATA = \
# appdata
#
@INTLTOOL_XML_RULE@
-appdatadir = $(datadir)/appdata
+appdatadir = $(datadir)/metainfo
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
-appdata_in_files = xfburn.appdata.xml.in
+appdata_in_files = org.xfce.xfburn.appdata.xml.in
.PHONY: ChangeLog
diff --git a/xfburn.appdata.xml.in b/org.xfce.xfburn.appdata.xml.in
similarity index 73%
rename from xfburn.appdata.xml.in
rename to org.xfce.xfburn.appdata.xml.in
index 01ccee9..a56d19b 100644
--- a/xfburn.appdata.xml.in
+++ b/org.xfce.xfburn.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Eric Koegel <eric.koegel at gmail.com> and Simon Steinbeiss <simon at xfce.org> -->
-<component type="desktop">
- <id>mousepad.desktop</id>
+<component type="desktop-application">
+ <id type="desktop">org.xfce.xfburn</id>
<metadata_license>CC-BY-3.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>Xfburn</name>
@@ -17,11 +17,15 @@
<screenshots>
<screenshot type="default">
- <image>http://goodies.xfce.org/_media/projects/applications/xfburn-0.4.1.jpg</image>
+ <image>https://docs.xfce.org/_media/apps/xfburn-0.4.1.jpg</image>
</screenshot>
</screenshots>
- <url type="homepage">http://goodies.xfce.org/projects/applications/xfburn</url>
+ <categories>
+ <category>Multimedia</category>
+ </categories>
+
+ <url type="homepage">https://docs.xfce.org/apps/xfburn</url>
<url type="bugtracker">https://bugzilla.xfce.org/describecomponents.cgi?product=Xfburn</url>
<updatecontact>xfce4-dev at xfce.org</updatecontact>
@@ -29,5 +33,5 @@
<provides>
<binary>xfburn</binary>
</provides>
-
+ <translation type="gettext">Xfburn</translation>
</component>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d5d0494..a4eaa7f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -43,4 +43,4 @@ desktop-integration/thunar-sendto-xfburn.desktop.in
# files added by intltool-prepare.
xfburn.desktop.in
-xfburn.appdata.xml.in
+org.xfce.xfburn.appdata.xml.in
diff --git a/xfburn/xfburn-main-window.c b/xfburn/xfburn-main-window.c
index f53ec85..edec584 100644
--- a/xfburn/xfburn-main-window.c
+++ b/xfburn/xfburn-main-window.c
@@ -571,7 +571,7 @@ action_about (GAction * action, GVariant* param, XfburnMainWindow * window)
"license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL),
"version", VERSION,
"comments", _("Another cd burning GUI"),
- "website", "https://goodies.xfce.org/projects/applications/xfburn",
+ "website", "https://docs.xfce.org/apps/xfburn",
"copyright", "2005-2008 David Mohr, Mario Đanić, Jean-François Wauthy",
"authors", auth,
"translator-credits", translators,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list