gnome-shell/gnome-shell-translations.patch
Vincent Untz 96021ce0bc Accepting request 33204 from home:vuntz:branches:GNOME:Factory
Copy from home:vuntz:branches:GNOME:Factory/gnome-shell via accept of submit request 33204 revision 2.
Request was accepted with message:
ok

OBS-URL: https://build.opensuse.org/request/show/33204
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=24
2010-02-23 14:44:26 +00:00

27 lines
735 B
Diff

From 105698c431f6a5ef2d8fac29036dad88dffefa48 Mon Sep 17 00:00:00 2001
From: Vincent Untz <vuntz@gnome.org>
Date: Tue, 23 Feb 2010 10:22:44 +0100
Subject: [PATCH] Fix installation of translations
They were installed as @GETTEXT_PACKAGE@.mo because GETTEXT_PACKAGE was
not substituted.
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 094a136..88d3a76 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,7 @@ GETTEXT_PACKAGE=gnome-shell
IT_PROG_INTLTOOL(0.26)
AM_GLIB_GNU_GETTEXT
AC_DEFINE([GETTEXT_PACKAGE], [PACKAGE_TARNAME], [The prefix for our gettext translation domain])
+AC_SUBST(GETTEXT_PACKAGE)
PKG_PROG_PKG_CONFIG([0.22])
--
1.6.6.1