diff options
Diffstat (limited to 'meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb')
-rw-r--r-- | meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb deleted file mode 100644 index c0ac911a64..0000000000 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ /dev/null | |||
@@ -1,55 +0,0 @@ | |||
1 | SUMMARY = "GTK+ theme engines" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
7 | |||
8 | SECTION = "x11/base" | ||
9 | DEPENDS = "intltool-native gtk+ gettext-native" | ||
10 | |||
11 | PR = "r3" | ||
12 | |||
13 | PACKAGES += "${PN}-schemas" | ||
14 | PACKAGES_DYNAMIC += "^gtk-engine-.* ^gtk-theme-.*" | ||
15 | |||
16 | RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95" | ||
17 | RDEPENDS_gtk-theme-metal = "gtk-engine-metal" | ||
18 | RDEPENDS_gtk-theme-mist = "gtk-engine-mist" | ||
19 | RDEPENDS_gtk-theme-crux = "gtk-engine-crux-engine" | ||
20 | RDEPENDS_gtk-theme-lighthouseblue = "gtk-engine-lighthouseblue" | ||
21 | RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice" | ||
22 | RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial" | ||
23 | RDEPENDS_gtk-theme-clearlooks = "gtk-engine-clearlooks" | ||
24 | |||
25 | FILES_${PN} = "" | ||
26 | FILES_${PN}-dev += "${libdir}/gtk-2.0/*/engines/*.la" | ||
27 | FILES_${PN}-schemas = "${datadir}/gtk-engines/*.xml" | ||
28 | |||
29 | CFLAGS_prepend = "-DHAVE_ANIMATION " | ||
30 | |||
31 | RDEPENDS_${PN}-dev = "" | ||
32 | |||
33 | inherit gnomebase | ||
34 | GNOME_COMPRESS_TYPE="bz2" | ||
35 | |||
36 | inherit distro_features_check | ||
37 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | ||
38 | |||
39 | # This picks stable releases in the 2.x series (but not 2.90 onwards, | ||
40 | # which were GNOME 3 betas). | ||
41 | UPSTREAM_CHECK_REGEX = "(?P<pver>2\.([0-8]*[02468])+(\.\d+)+)" | ||
42 | |||
43 | python populate_packages_prepend() { | ||
44 | engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") | ||
45 | themes_root = os.path.join(d.getVar('datadir', True), "themes") | ||
46 | |||
47 | do_split_packages(d, engines_root, '^lib(.*)\.so$', 'gtk-engine-%s', 'GTK %s theme engine', extra_depends='') | ||
48 | do_split_packages(d, themes_root, '(.*)', 'gtk-theme-%s', 'GTK theme %s', allow_dirs=True, extra_depends='') | ||
49 | # TODO: mark theme packages as arch all | ||
50 | } | ||
51 | |||
52 | SRC_URI += "file://glib-2.32.patch \ | ||
53 | file://substitute-tests.patch" | ||
54 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" | ||
55 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" | ||