summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-03-19 21:29:08 +0100
committerArmin Kuster <akuster808@gmail.com>2018-03-29 16:48:44 -0700
commit187ef2f8c17bc388f93a2c736a5cff0248a66369 (patch)
treec429dd31aa44e3cf9c1c4cac3a70444db87650da /meta-gnome/recipes-gnome
parent7340b474c4a164de68d45f569aa4cd20808aa0d1 (diff)
downloadmeta-openembedded-187ef2f8c17bc388f93a2c736a5cff0248a66369.tar.gz
gnome-themes: remove
project is dead - last release was in 2011. That was a gnome 3 port which was not continued. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-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/iconpath-option.patch52
-rw-r--r--meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb39
3 files changed, 0 insertions, 113 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
deleted file mode 100644
index e37482b97..000000000
--- a/meta-gnome/recipes-gnome/themes/gnome-themes/drop-localedir-override.patch
+++ /dev/null
@@ -1,22 +0,0 @@
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/iconpath-option.patch b/meta-gnome/recipes-gnome/themes/gnome-themes/iconpath-option.patch
deleted file mode 100644
index 1b4096dd0..000000000
--- a/meta-gnome/recipes-gnome/themes/gnome-themes/iconpath-option.patch
+++ /dev/null
@@ -1,52 +0,0 @@
1
2The patch is ported from sato-icon-theme.
3
4pkg-config will only search the target sysroot and we want the native script. This
5patch adds an option to allow the path to the tool to be specified.
6
7Upstream-Status: Pending
8Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
9---
10 configure.in | 26 ++++++++++++++++----------
11 1 file changed, 16 insertions(+), 10 deletions(-)
12
13diff --git a/configure.in b/configure.in
14index 5f7a18c..e8fc31e 100644
15--- a/configure.in
16+++ b/configure.in
17@@ -74,16 +74,22 @@ AC_ARG_ENABLE([icon-mapping],
18 ICONMAP="true"
19 if test "x$enable_mapping" != "xno"; then
20 UTILS_REQUIRED=0.8.7
21-
22- AC_MSG_CHECKING([icon-naming-utils >= $UTILS_REQUIRED])
23- PKG_CHECK_EXISTS(icon-naming-utils >= $UTILS_REQUIRED, have_utils=yes, have_utils=no)
24- if test "x$have_utils" = "xyes"; then
25- UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`"
26- ICONMAP="$UTILS_PATH/icon-name-mapping"
27- AC_MSG_RESULT([yes])
28- else
29- AC_MSG_RESULT([no])
30- AC_MSG_ERROR([icon-naming-utils >= $UTILS_REQUIRED is required to build and install gnome-themes])
31+ PKG_PROG_PKG_CONFIG()
32+ AC_ARG_WITH(iconmap,
33+ AC_HELP_STRING([--with-iconmap=<dir>], [The location of the icon-name-mapping script to use]),
34+ ICONMAP=$withval, ICONMAP="")
35+ if test "x$ICONMAP" = "x"; then
36+ AC_MSG_CHECKING([icon-naming-utils >= $UTILS_REQUIRED])
37+ PKG_CHECK_EXISTS(icon-naming-utils >= $UTILS_REQUIRED, have_utils=yes, have_utils=no)
38+ if test "x$have_utils" = "xyes"; then
39+ UTILS_PATH="`$PKG_CONFIG --variable=program_path icon-naming-utils`"
40+ ICONMAP="$UTILS_PATH/icon-name-mapping"
41+
42+ AC_MSG_RESULT([yes])
43+ else
44+ AC_MSG_RESULT([no])
45+ AC_MSG_ERROR([icon-naming-utils >= $UTILS_REQUIRED is required to build and install gnome-themes"])
46+ fi
47 fi
48 fi
49 AC_SUBST(ICONMAP)
50--
511.7.9.5
52
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
deleted file mode 100644
index c1ecc23f7..000000000
--- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1SUMMARY = "GNOME themes"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b"
4
5PR = "r3"
6
7SECTION = "x11/gnome"
8DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native \
9 glib-2.0 intltool-native libxml-simple-perl-native \
10 glib-2.0-native \
11"
12RDEPENDS_${PN} = "adwaita-icon-theme"
13
14EXTRA_OECONF += "--enable-all-themes \
15 --with-iconmap=${STAGING_LIBEXECDIR_NATIVE}/icon-name-mapping \
16"
17
18inherit distro_features_check gnomebase perlnative
19
20REQUIRED_DISTRO_FEATURES = "x11"
21
22PACKAGES =+ " gnome-theme-crux gnome-theme-highcontrast gnome-theme-highcontrastinverse gnome-theme-highcontrastlargeprint gnome-theme-highcontrastlargeprintinverse gnome-theme-largeprint gnome-theme-mist"
23FILES_gnome-theme-crux = "${datadir}/themes/Crux ${datadir}/icons/Crux"
24FILES_gnome-theme-highcontrast = "${datadir}/themes/HighContrast ${datadir}/icons/HighContrast"
25FILES_gnome-theme-highcontrastinverse = "${datadir}/themes/HighContrastInverse ${datadir}/icons/HighContrastInverse"
26FILES_gnome-theme-highcontrastlargeprint = "${datadir}/themes/HighContrastLargePrint ${datadir}/icons/HighContrastLargePrint"
27FILES_gnome-theme-highcontrastlargeprintinverse = "${datadir}/themes/HighContrastLargePrintInverse ${datadir}/icons/HighContrastLargePrintInverse"
28FILES_gnome-theme-largeprint = "${datadir}/themes/LargePrint ${datadir}/icons/LargePrint"
29FILES_gnome-theme-mist = "${datadir}/themes/Mist ${datadir}/icons/Mist"
30
31FILES_${PN} += "${datadir}/themes ${datadir}/icons"
32
33SRC_URI += "file://iconpath-option.patch \
34 file://drop-localedir-override.patch \
35"
36SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1"
37SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a"
38GNOME_COMPRESS_TYPE="bz2"
39