[gnome-commander] Rename desktop and appdata file
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Rename desktop and appdata file
- Date: Sun, 23 Jan 2022 19:20:33 +0000 (UTC)
commit fbb456a955d9f445e182669b84f447e0673a8a76
Author: Uwe Scholz <u scholz83 gmx de>
Date: Sun Jan 23 15:08:35 2022 +0100
Rename desktop and appdata file
Makefile.am | 2 +-
NEWS | 2 +-
configure.ac | 2 +-
data/Makefile.am | 4 ++--
...nder.appdata.xml.in => org.gnome.gnome-commander.appdata.xml.in} | 3 +--
...mander.desktop.in.in => org.gnome.gnome-commander.desktop.in.in} | 0
doc/C/releases.xml | 2 +-
po/POTFILES.in | 4 ++--
po/POTFILES.skip | 6 +++---
9 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8e46887d..2c935914 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,7 @@ ChangeLog:
#
GITIGNOREFILES = \
doc/doxygen/ \
- data/gnome-commander.desktop.in \
+ data/org.gnome.gnome-commander.desktop.in \
data/gnome-commander.ebuild \
data/gnome-commander.spec \
po/gnome-commander.pot \
diff --git a/NEWS b/NEWS
index 1b1962a3..186fbeb5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Starting after version 1.14.0, we provide release notes through the AppData file
Human-readable textual output can easily be generated with the following command:
-$ appstream-util appdata-to-news /usr/share/metainfo/gnome-commander.appdata.xml
+$ appstream-util appdata-to-news /usr/share/metainfo/org.gnome.gnome-commander.appdata.xml
===================================
gnome-commander 1.14.0
diff --git a/configure.ac b/configure.ac
index df245b3d..5435e768 100644
--- a/configure.ac
+++ b/configure.ac
@@ -232,7 +232,7 @@ AC_CONFIG_FILES([
Makefile
data/gnome-commander.ebuild
data/gnome-commander.spec
-data/gnome-commander.desktop.in
+data/org.gnome.gnome-commander.desktop.in
data/Makefile
doc/Makefile
libgcmd/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index ce148f24..0c705922 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,7 +1,7 @@
## Process this file with automake to produce Makefile.in.
desktopdir = $(datadir)/applications
-desktop_in_files = @PACKAGE desktop in
+desktop_in_files = org.gnome.@PACKAGE desktop in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
$(desktop_DATA): %.desktop: %.desktop.in
@@ -16,7 +16,7 @@ gsettings_SCHEMAS = org.gnome.@PACKAGE gschema xml
@GSETTINGS_RULES@
appdatadir = $(datadir)/metainfo
-appdata_in_files = @PACKAGE appdata xml in
+appdata_in_files = org.gnome.@PACKAGE appdata xml in
appdata_DATA = $(appdata_in_files:.xml.in=.xml)
$(appdata_DATA): $(appdata_in_files)
diff --git a/data/gnome-commander.appdata.xml.in b/data/org.gnome.gnome-commander.appdata.xml.in
similarity index 98%
rename from data/gnome-commander.appdata.xml.in
rename to data/org.gnome.gnome-commander.appdata.xml.in
index 3e0e68ad..8800f0be 100644
--- a/data/gnome-commander.appdata.xml.in
+++ b/data/org.gnome.gnome-commander.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014-2022 Uwe Scholz <u scholz83 gmx de> -->
<component type="desktop">
- <id>gnome-commander.desktop</id>
+ <id>org.gnome.gnome-commander.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<name>GNOME Commander</name>
@@ -85,5 +85,4 @@
</description>
</release>
</releases>
-
</component>
diff --git a/data/gnome-commander.desktop.in.in b/data/org.gnome.gnome-commander.desktop.in.in
similarity index 100%
rename from data/gnome-commander.desktop.in.in
rename to data/org.gnome.gnome-commander.desktop.in.in
diff --git a/doc/C/releases.xml b/doc/C/releases.xml
index dc902483..ff569edd 100644
--- a/doc/C/releases.xml
+++ b/doc/C/releases.xml
@@ -9,7 +9,7 @@
<title>Release Overview</title>
<para>Starting after version 1.14.0, we provide release notes through the AppData file. As such, app
stores (like GNOME Software) can show release notes to users.</para>
<para>Human-readable textual output can easily be generated with the following command:</para>
- <para><command>appstream-util appdata-to-news
/usr/share/metainfo/gnome-commander.appdata.xml</command></para>
+ <para><command>appstream-util appdata-to-news
/usr/share/metainfo/org.gnome.gnome-commander.appdata.xml</command></para>
<informaltable frame="topbot">
<tgroup cols="3">
<colspec colname="col1"/>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 40892f1b..f6700264 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
-data/gnome-commander.appdata.xml.in
-data/gnome-commander.desktop.in.in
+data/org.gnome.gnome-commander.appdata.xml.in
+data/org.gnome.gnome-commander.desktop.in.in
data/org.gnome.gnome-commander.gschema.xml
libgcmd/gnome-cmd-string-dialog.cc
libgcmd/libgcmd-widget-factory.cc
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 4cfca82c..4376c7d6 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1,3 @@
-data/gnome-commander.appdata.xml
-data/gnome-commander.desktop.in
-sub/data/gnome-commander.desktop.in
+data/org.gnome.gnome-commander.appdata.xml
+data/org.gnome.gnome-commander.desktop.in
+sub/data/org.gnome.gnome-commander.desktop.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]