GNOME Bugzilla – Bug 677497
data: Actually substitute @GETTEXT_PACKAGE@ in schema files
Last modified: 2012-06-11 17:00:47 UTC
Spotted in https://mail.gnome.org/archives/gnome-shell-list/2012-June/msg00028.html Go team.
Created attachment 215664 [details] [review] data: Actually substitute @GETTEXT_PACKAGE@ in schema files
I forgot to mention (because I forgot myself) that this patch depends on the fix in #677402. I can do a quick rebase if we want to get this in for 3.5.2.
Review of attachment 215664 [details] [review]: One minor bit. ::: data/Makefile.am @@ +59,3 @@ + +%.gschema.xml.in: %.gschema.xml.in.in Makefile + $(AM_V_GEN) sed -e 's^\@GETTEXT_PACKAGE\@^$(GETTEXT_PACKAGE)^g' \ Should use ',' instead of '^' as the latter can be a metacharacter in some shells I think.
(In reply to comment #3) > Should use ',' instead of '^' as the latter can be a metacharacter in some > shells I think. I ripped this from gsettings-desktop-schemas. The rest of the file uses |, though, so I'll fix it to use that.
Created attachment 215891 [details] [review] data: Actually substitute @GETTEXT_PACKAGE@ in schema files
Review of attachment 215891 [details] [review]: OK, going with existing style is always good.
Attachment 215891 [details] pushed as b79d173 - data: Actually substitute @GETTEXT_PACKAGE@ in schema files