Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-12-15 14:55:14 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-12-15 14:55:14 (GMT)
commitea2f92a69ee5d9ab96a349aa1aab769767627c76 (patch)
tree977915e18bbe4ec82831ea48bbcc38e1b4c8fec1
parenta7f1eb596ed3a4b63cab97fbc97c1a9aa0f9c813 (diff)
Fix the installation of languages
The GETTEXT_PACKAGE name must match the repository name. Found when packaging for Fedora.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index fa38c66..10d87c1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_SUBST(PYGTK_DEFSDIR)
#
ALL_LINGUAS="af am ar ay bg bi bn_IN bn ca cpp cs da de dz el en es fa_AF fa ff fil fr gu ha he hi ht hu id ig is it ja km ko kos mg mi mk ml mn mr ms mvo nb ne nl pa pap pis pl ps pt_BR pt qu ro ru rw sd si sk sl sq sv sw ta te th tpi tr tvl tzo ug ur vi wa yo zh_CN zh_TW"
-GETTEXT_PACKAGE=sugar-toolkit
+GETTEXT_PACKAGE=sugar-toolkit-gtk3
AC_PROG_INTLTOOL([0.33])
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])