summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2021-09-13 00:17:00 +0200
committerChristian Persch <chpe@src.gnome.org>2022-10-21 19:17:13 +0200
commitae04f318197b1280433b4cf6a805e315136be954 (patch)
treec84f090cc5afd5c250fb0fe597938232c59fda6f
parent84570174dc960594f7ffeae2fd80642815d31080 (diff)
downloadgnome-terminal-ae04f318197b1280433b4cf6a805e315136be954.tar.gz
metainfo: Remove XML namespaces3.44.2
They breaks merging translations due to gettext bug https://savannah.gnu.org/bugs/?54472 . https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/356 (cherry picked from commit 8917075ee1842435dbdb33ebd6cd69e63c6f4880)
-rw-r--r--data/org.gnome.Terminal.Nautilus.metainfo.xml.in6
-rw-r--r--data/org.gnome.Terminal.metainfo.xml.in6
2 files changed, 2 insertions, 10 deletions
diff --git a/data/org.gnome.Terminal.Nautilus.metainfo.xml.in b/data/org.gnome.Terminal.Nautilus.metainfo.xml.in
index bce73491..a28b79f8 100644
--- a/data/org.gnome.Terminal.Nautilus.metainfo.xml.in
+++ b/data/org.gnome.Terminal.Nautilus.metainfo.xml.in
@@ -27,11 +27,7 @@
of the GNU Free Documentation License along with this program.
If not, see <https://www.gnu.org/licenses/>.
-->
-<component
- xmlns="https://specifications.freedesktop.org/metainfo/1.0"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:its="http://www.w3.org/2005/11/its"
- type="addon">
+<component type="addon">
<id>org.gnome.Terminal.Nautilus</id>
<extends>org.gnome.Nautilus.desktop</extends>
<metadata_license>GPL-3.0+ or GFDL-1.3-only</metadata_license>
diff --git a/data/org.gnome.Terminal.metainfo.xml.in b/data/org.gnome.Terminal.metainfo.xml.in
index 6a4e7de5..da5e7d2b 100644
--- a/data/org.gnome.Terminal.metainfo.xml.in
+++ b/data/org.gnome.Terminal.metainfo.xml.in
@@ -27,11 +27,7 @@
of the GNU Free Documentation License along with this program.
If not, see <https://www.gnu.org/licenses/>.
-->
-<component
- xmlns="https://specifications.freedesktop.org/metainfo/1.0"
- xmlns:xi="http://www.w3.org/2001/XInclude"
- xmlns:its="http://www.w3.org/2005/11/its"
- type="desktop-application">
+<component type="desktop-application">
<id>org.gnome.Terminal.desktop</id>
<metadata_license>GPL-3.0+ or GFDL-1.3-only</metadata_license>
<project_license>GPL-3.0+</project_license>