[gimp] Rename gimp.appdata.xml.in to org.gimp.GIMP.appdata.xml.in.in.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Rename gimp.appdata.xml.in to org.gimp.GIMP.appdata.xml.in.in.
- Date: Sun, 14 Jan 2018 02:55:36 +0000 (UTC)
commit 458e313000802282d24b4145310afc0d1cece4d2
Author: Jehan <jehan girinstud io>
Date: Sun Jan 14 03:40:16 2018 +0100
Rename gimp.appdata.xml.in to org.gimp.GIMP.appdata.xml.in.in.
I completely forgot to rename the appstream file according to the new
ID. While doing so, I also make it a .in.in file, with initial
processing by the autotools. Indeed I need @GIMP_COMMAND@ to be replaced
by AC_CONFIG_FILES().
Finally I fix a badly closed XML tag (which reminds me I should always
test a commit, even when it's a simple non-C 1-liner change!).
build/flatpak/org.gimp.GIMP-dev.json | 1 -
build/flatpak/org.gimp.GIMP-nightly.json | 1 -
configure.ac | 1 +
desktop/.gitignore | 3 ++-
desktop/Makefile.am | 2 +-
...data.xml.in => org.gimp.GIMP.appdata.xml.in.in} | 2 +-
desktop/test-appdata.sh | 2 +-
devel-docs/release-howto.txt | 4 ++--
po/POTFILES.in | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP-dev.json b/build/flatpak/org.gimp.GIMP-dev.json
index 674692a..f8f7cbd 100644
--- a/build/flatpak/org.gimp.GIMP-dev.json
+++ b/build/flatpak/org.gimp.GIMP-dev.json
@@ -8,7 +8,6 @@
"sdk": "org.gnome.Sdk",
"command": "gimp-2.9",
"rename-desktop-file": "gimp.desktop",
- "rename-appdata-file": "gimp.appdata.xml",
"rename-icon": "gimp",
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
"--filesystem=host", "--filesystem=xdg-config/GIMP",
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index f98029e..210d552 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -8,7 +8,6 @@
"sdk": "org.gnome.Sdk",
"command": "gimp-2.9",
"rename-desktop-file": "gimp.desktop",
- "rename-appdata-file": "gimp.appdata.xml",
"rename-icon": "gimp",
"finish-args": ["--share=ipc", "--socket=x11", "--share=network",
"--filesystem=host", "--filesystem=xdg-config/GIMP",
diff --git a/configure.ac b/configure.ac
index 28cfa32..577780f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2672,6 +2672,7 @@ data/tool-presets/Selection/Makefile
data/tool-presets/Sketch/Makefile
desktop/Makefile
desktop/gimp.desktop.in
+desktop/org.gimp.GIMP.appdata.xml.in
etc/Makefile
m4macros/Makefile
po/Makefile.in
diff --git a/desktop/.gitignore b/desktop/.gitignore
index 1933234..5402b9e 100644
--- a/desktop/.gitignore
+++ b/desktop/.gitignore
@@ -1,6 +1,7 @@
/Makefile.in
/Makefile
-/gimp.appdata.xml
+/org.gimp.GIMP.appdata.xml.in
+/org.gimp.GIMP.appdata.xml
/gimp.desktop.in
/gimp.desktop
/.thumbnails
diff --git a/desktop/Makefile.am b/desktop/Makefile.am
index 5c84625..149317f 100644
--- a/desktop/Makefile.am
+++ b/desktop/Makefile.am
@@ -3,7 +3,7 @@
desktop_in_files = gimp.desktop.in.in
desktop_files = $(desktop_in_files:.desktop.in.in=.desktop)
-appstream_in_files = gimp.appdata.xml.in gimp-data-extras.metainfo.xml.in
+appstream_in_files = org.gimp.GIMP.appdata.xml.in gimp-data-extras.metainfo.xml.in
appstream_files = $(appstream_in_files:.xml.in=.xml)
if DESKTOP_DATADIR
diff --git a/desktop/gimp.appdata.xml.in b/desktop/org.gimp.GIMP.appdata.xml.in.in
similarity index 99%
rename from desktop/gimp.appdata.xml.in
rename to desktop/org.gimp.GIMP.appdata.xml.in.in
index 502ec1b..ea4eaa0 100644
--- a/desktop/gimp.appdata.xml.in
+++ b/desktop/org.gimp.GIMP.appdata.xml.in.in
@@ -69,7 +69,7 @@
<!-- Fix the ID renaming, and things like past reviews made on the
older ID in software installers. -->
<id>gimp.desktop</id>
- <provides>
+ </provides>
<releases>
<!--
diff --git a/desktop/test-appdata.sh b/desktop/test-appdata.sh
index 5419aa7..15e3a0a 100755
--- a/desktop/test-appdata.sh
+++ b/desktop/test-appdata.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/gimp.appdata.xml.in
+appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/org.gimp.GIMP.appdata.xml.in.in
appstream-util validate-strict ${GIMP_TESTING_ABS_TOP_SRCDIR}/desktop/gimp-data-extras.metainfo.xml.in
diff --git a/devel-docs/release-howto.txt b/devel-docs/release-howto.txt
index 245e3bf..dc89896 100644
--- a/devel-docs/release-howto.txt
+++ b/devel-docs/release-howto.txt
@@ -22,8 +22,8 @@
to sort out issues with their builds.
( ) If this is a stable release, make sure we have a <release> tag
- inside desktop/gimp.appdata.xml.in for this upcoming version. Some
- installers may feature more prominently software with recent
+ inside desktop/org.gimp.GIMP.appdata.xml.in for this upcoming version.
+ Some installers may feature more prominently software with recent
releases if the appropriate tag was set (e.g. GNOME Software has a
"Recent Releases" category).
If a description is added, it may be featured in installers and
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 1bc8868..7e4e565 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -3,7 +3,7 @@
[encoding: UTF-8]
-desktop/gimp.appdata.xml.in
+desktop/org.gimp.GIMP.appdata.xml.in.in
desktop/gimp-data-extras.metainfo.xml.in
desktop/gimp.desktop.in.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]