[gnome-video-arcade] INTLTOOL_XML_NOMERGE_RULE not needed for GSettings translations.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-video-arcade] INTLTOOL_XML_NOMERGE_RULE not needed for GSettings translations.
- Date: Wed, 1 Nov 2017 22:35:56 +0000 (UTC)
commit 9fd38795e990c468a990c716d1b022aa9d8a1055
Author: Matthew Barnes <mbarnes fedoraproject org>
Date: Wed Nov 1 18:28:14 2017 -0400
INTLTOOL_XML_NOMERGE_RULE not needed for GSettings translations.
Apparently intltool has had GSettings support for years now, but
I haven't been playing attention. This works out well because the
"nomerge" rule prevents gnome-video-arcade.appdata.xml from being
properly translated.
This is according to:
https://git.gnome.org/browse/gedit-plugins/commit/?id=a8cfb02a87c3bd634152b9b944f41d186d582b3b
data/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index cc2bba3..832452b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,5 +1,7 @@
### Process this file with automake to produce Makefile.in
+@INTLTOOL_XML_RULE@
+
desktopdir = $(datadir)/applications
desktop_in_files = gnome-video-arcade.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@@ -11,7 +13,6 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml)
gsettingsschema_in_files = org.gnome.VideoArcade.gschema.xml.in
gsettings_SCHEMAS = $(gsettingsschema_in_files:.xml.in=.xml)
-@INTLTOOL_XML_NOMERGE_RULE@
@GSETTINGS_RULES@
gsettingsconvertdir = $(datadir)/GConf/gsettings
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]