diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-10-24 14:32:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-01 10:05:45 +0000 |
commit | fffe8fed85b3b460abd1999e8ddd591ecbcbde76 (patch) | |
tree | 05b5c2ecd541b9407d7899b43332a91e2643fde5 /meta/recipes-gnome/gnome | |
parent | 26b1e3872beef333229eda284a26f5adcc146771 (diff) | |
download | poky-fffe8fed85b3b460abd1999e8ddd591ecbcbde76.tar.gz |
gnome-themes-standard: Upgrade 3.20.2 -> 3.22.2
Six-monthly release.
Package the new dark variant of GTK2-Adwaita separately.
(From OE-Core rev: ca386b14753975f366112d2aa539787961994909)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb (renamed from meta/recipes-gnome/gnome/gnome-themes-standard_3.20.2.bb) | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.20.2.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb index c98d8702c1..2b3cc975c2 100644 --- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.20.2.bb +++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.2.bb | |||
@@ -16,8 +16,8 @@ MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}" | |||
16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | 16 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "adc3b1d57330561fea524842d0c0b485" | 19 | SRC_URI[md5sum] = "84624dbcecab7add32672abae030314d" |
20 | SRC_URI[sha256sum] = "9d0d9c4b2c9f9008301c3c1878ebb95859a735b7fd4a6a518802b9637e4a7915" | 20 | SRC_URI[sha256sum] = "b34516cd59b873c187c1897c25bac3b9ce2d30a472f1fd7ae9d7105d93e17da5" |
21 | 21 | ||
22 | EXTRA_OECONF = "--disable-gtk3-engine" | 22 | EXTRA_OECONF = "--disable-gtk3-engine" |
23 | 23 | ||
@@ -31,9 +31,15 @@ do_install_append() { | |||
31 | # gtk+3 and includes lots of icons (is also broken with B != S). | 31 | # gtk+3 and includes lots of icons (is also broken with B != S). |
32 | PACKAGES += "gnome-theme-adwaita \ | 32 | PACKAGES += "gnome-theme-adwaita \ |
33 | gnome-theme-adwaita-dbg \ | 33 | gnome-theme-adwaita-dbg \ |
34 | gnome-theme-adwaita-dev" | 34 | gnome-theme-adwaita-devĀ \ |
35 | gnome-theme-adwaita-dark \ | ||
36 | " | ||
35 | 37 | ||
36 | FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ | 38 | FILES_gnome-theme-adwaita = "${prefix}/share/themes/Adwaita \ |
37 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" | 39 | ${libdir}/gtk-2.0/2.10.0/engines/libadwaita.so" |
38 | FILES_gnome-theme-adwaita-dev = "${libdir}/gtk-2.0/2.10.0/engines/libadwaita.la" | 40 | FILES_gnome-theme-adwaita-dev = "${libdir}/gtk-2.0/2.10.0/engines/libadwaita.la" |
39 | FILES_gnome-theme-adwaita-dbg = "${libdir}/gtk-2.0/2.10.0/engines/.debug/libadwaita.so" | 41 | FILES_gnome-theme-adwaita-dbg = "${libdir}/gtk-2.0/2.10.0/engines/.debug/libadwaita.so" |
42 | |||
43 | FILES_gnome-theme-adwaita-dark = "${prefix}/share/themes/Adwaita-dark" | ||
44 | RDEPENDS_gnome-theme-adwaita-dark = "gnome-theme-adwaita" | ||
45 | |||