summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-09-18 15:12:36 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-09-23 15:34:32 +0200
commit767bfd8586734190229e5946f62f9e72b22de274 (patch)
tree5c899e484829e5276c99048e64862159f9ea68b4 /meta-gnome
parent895bc428e93fa0ca4bbd36c4067bcc45bbb8bc0d (diff)
downloadmeta-openembedded-767bfd8586734190229e5946f62f9e72b22de274.tar.gz
gnome-themes: drop localedir override from configure to fix locale installation
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/themes/gnome-themes/drop-localedir-override.patch22
-rw-r--r--meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb4
2 files changed, 25 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes/drop-localedir-override.patch b/meta-gnome/recipes-gnome/themes/gnome-themes/drop-localedir-override.patch
new file mode 100644
index 000000000..e37482b97
--- /dev/null
+++ b/meta-gnome/recipes-gnome/themes/gnome-themes/drop-localedir-override.patch
@@ -0,0 +1,22 @@
1Causes locale file to be installed in /usr/locale instead of /usr/share/locale
2
3Apply the same fix as in evolution-data-server:
4https://git.gnome.org/browse/evolution-data-server/commit/configure.ac?id=ec46c763e9342f604b7228c660623d271dfeb101
5
6Upstream-Status: Pending
7
8diff -uNr gnome-themes-2.32.1.orig/configure.in gnome-themes-2.32.1/configure.in
9--- gnome-themes-2.32.1.orig/configure.in 2015-09-18 15:01:25.152055729 +0200
10+++ gnome-themes-2.32.1/configure.in 2015-09-18 15:09:03.312072156 +0200
11@@ -19,11 +19,6 @@
12
13 AM_GLIB_GNU_GETTEXT
14
15-# AM_GLIB_GNU_GETTEXT above subst. $DATADIRNAME
16-# this is the directory where the *.{mo,gmo} files are installed
17-localedir='${prefix}/${DATADIRNAME}/locale'
18-AC_SUBST(localedir)
19-
20 # Workaround to make aclocal get the right flags
21 AC_SUBST(ACLOCAL_AMFLAGS, "\${ACLOCAL_FLAGS}")
22
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
index 90bc63c2a..df50684b1 100644
--- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
@@ -25,7 +25,9 @@ FILES_gnome-theme-mist = "${datadir}/themes/Mist ${datadir}/icons/Mist"
25 25
26FILES_${PN} += "${datadir}/themes ${datadir}/icons" 26FILES_${PN} += "${datadir}/themes ${datadir}/icons"
27 27
28SRC_URI += "file://iconpath-option.patch" 28SRC_URI += "file://iconpath-option.patch \
29 file://drop-localedir-override.patch \
30"
29SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" 31SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1"
30SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" 32SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a"
31GNOME_COMPRESS_TYPE="bz2" 33GNOME_COMPRESS_TYPE="bz2"