From d6e068f5343be8aeca2d5f7628031367886da7af Mon Sep 17 00:00:00 2001 From: Rene Kjellerup Date: Sat, 23 Nov 2019 11:46:59 -0800 Subject: [PATCH] update AppData to AppStream and project URLs all around --- Makefile.am | 4 ++-- ...ppdata.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(-) rename xfburn.appdata.xml.in => org.xfce.xfburn.appdata.xml.in (73%) 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 @@ - - mousepad.desktop + + org.xfce.xfburn CC-BY-3.0 GPL-2.0+ Xfburn @@ -17,11 +17,15 @@ - http://goodies.xfce.org/_media/projects/applications/xfburn-0.4.1.jpg + https://docs.xfce.org/_media/apps/xfburn-0.4.1.jpg - http://goodies.xfce.org/projects/applications/xfburn + + Multimedia + + + https://docs.xfce.org/apps/xfburn https://bugzilla.xfce.org/describecomponents.cgi?product=Xfburn xfce4-dev@xfce.org @@ -29,5 +33,5 @@ xfburn - + Xfburn 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, -- 2.23.0