diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-10 18:52:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-10 18:52:44 +0100 |
commit | cf63ba3e4be501caffffb941e2f51e51419b4196 (patch) | |
tree | 9dbce3255dd6f5ef28a4786b739fbb597483aeb2 /meta-gnome/recipes-gnome | |
parent | 70cd3a81edb9fd2aba149db243e53934930e0d85 (diff) | |
download | meta-openembedded-cf63ba3e4be501caffffb941e2f51e51419b4196.tar.gz |
gtk+3: udpate to 3.2.2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb (renamed from meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb index 0278a2ff5..83a0c6da4 100644 --- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.0.11.bb +++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb | |||
@@ -5,8 +5,6 @@ HOMEPAGE = "http://www.gtk.org" | |||
5 | BUGTRACKER = "https://bugzilla.gnome.org/" | 5 | BUGTRACKER = "https://bugzilla.gnome.org/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
10 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ | 8 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ |
11 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ | 9 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ |
12 | libxdamage libxrender libxcomposite cairo gdk-pixbuf" | 10 | libxdamage libxrender libxcomposite cairo gdk-pixbuf" |
@@ -18,9 +16,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | |||
18 | file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ | 16 | file://gdk/gdk.h;endline=27;md5=07db285ec208fb3e0bf7d861b0614202 \ |
19 | file://tests/testgtk.c;endline=27;md5=ac85be7b810a1e9b00479af8e2018053" | 17 | file://tests/testgtk.c;endline=27;md5=ac85be7b810a1e9b00479af8e2018053" |
20 | 18 | ||
21 | SRC_URI = "http://download.gnome.org/sources/gtk+/3.0/gtk+-${PV}.tar.bz2" | 19 | SRC_URI = "http://download.gnome.org/sources/gtk+/3.2/gtk+-${PV}.tar.bz2" |
22 | SRC_URI[md5sum] = "9792d52737b05227659b75eea770fbdf" | 20 | SRC_URI[md5sum] = "afc3a739d6ff39d3b81cf69119833c46" |
23 | SRC_URI[sha256sum] = "852d848e2e51373daf04446dc7b427f91bf6953632b45fbe173fb5ed0694100f" | 21 | SRC_URI[sha256sum] = "feef531b33f379015537f1aeb31e5121776671e5e8c2aa3e58ca1f8fac51e802" |
24 | 22 | ||
25 | inherit autotools pkgconfig | 23 | inherit autotools pkgconfig |
26 | 24 | ||