* [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0
@ 2016-03-23 21:55 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 2/4] adwaita-icon-theme: bump to version 3.20 Gustavo Zacarias
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2016-03-23 21:55 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/atk/atk.hash | 4 ++--
package/atk/atk.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/atk/atk.hash b/package/atk/atk.hash
index 986497c..7178ccc 100644
--- a/package/atk/atk.hash
+++ b/package/atk/atk.hash
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/gnome/sources/atk/2.18/atk-2.18.0.sha256sum
-sha256 ce6c48d77bf951083029d5a396dd552d836fff3c1715d3a7022e917e46d0c92b atk-2.18.0.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/atk/2.20/atk-2.20.0.sha256sum
+sha256 493a50f6c4a025f588d380a551ec277e070b28a82e63ef8e3c06b3ee7c1238f0 atk-2.20.0.tar.xz
diff --git a/package/atk/atk.mk b/package/atk/atk.mk
index 1c5b90c..663d13a 100644
--- a/package/atk/atk.mk
+++ b/package/atk/atk.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ATK_VERSION_MAJOR = 2.18
+ATK_VERSION_MAJOR = 2.20
ATK_VERSION = $(ATK_VERSION_MAJOR).0
ATK_SOURCE = atk-$(ATK_VERSION).tar.xz
ATK_SITE = http://ftp.gnome.org/pub/gnome/sources/atk/$(ATK_VERSION_MAJOR)
--
2.7.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 2/4] adwaita-icon-theme: bump to version 3.20
2016-03-23 21:55 [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Gustavo Zacarias
@ 2016-03-23 21:55 ` Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 3/4] pango: bump to version 1.40.0 Gustavo Zacarias
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2016-03-23 21:55 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/adwaita-icon-theme/adwaita-icon-theme.hash | 4 ++--
package/adwaita-icon-theme/adwaita-icon-theme.mk | 5 ++---
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/package/adwaita-icon-theme/adwaita-icon-theme.hash b/package/adwaita-icon-theme/adwaita-icon-theme.hash
index 14e88ed..a416e23 100644
--- a/package/adwaita-icon-theme/adwaita-icon-theme.hash
+++ b/package/adwaita-icon-theme/adwaita-icon-theme.hash
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.18/adwaita-icon-theme-3.18.0.sha256sum
-sha256 5e9ce726001fdd8ee93c394fdc3cdb9e1603bbed5b7c62df453ccf521ec50e58 adwaita-icon-theme-3.18.0.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/3.20/adwaita-icon-theme-3.20.sha256sum
+sha256 7a0a887349f340dd644032f89d81264b694c4b006bd51af1c2c368d431e7ae35 adwaita-icon-theme-3.20.tar.xz
diff --git a/package/adwaita-icon-theme/adwaita-icon-theme.mk b/package/adwaita-icon-theme/adwaita-icon-theme.mk
index cf39d04..24ce350 100644
--- a/package/adwaita-icon-theme/adwaita-icon-theme.mk
+++ b/package/adwaita-icon-theme/adwaita-icon-theme.mk
@@ -4,9 +4,8 @@
#
################################################################################
-ADWAITA_ICON_THEME_VERSION_MAJOR = 3.18
-ADWAITA_ICON_THEME_VERSION = $(ADWAITA_ICON_THEME_VERSION_MAJOR).0
-ADWAITA_ICON_THEME_SITE = http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/$(ADWAITA_ICON_THEME_VERSION_MAJOR)
+ADWAITA_ICON_THEME_VERSION = 3.20
+ADWAITA_ICON_THEME_SITE = http://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/$(ADWAITA_ICON_THEME_VERSION)
ADWAITA_ICON_THEME_SOURCE = adwaita-icon-theme-$(ADWAITA_ICON_THEME_VERSION).tar.xz
ADWAITA_ICON_THEME_LICENSE = LGPLv3 or CC-BY-SA-3.0
ADWAITA_ICON_THEME_LICENSE_FILES = COPYING COPYING_LGPL COPYING_CCBYSA3
--
2.7.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 3/4] pango: bump to version 1.40.0
2016-03-23 21:55 [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 2/4] adwaita-icon-theme: bump to version 3.20 Gustavo Zacarias
@ 2016-03-23 21:55 ` Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 4/4] libgtk3: bump to version 3.20.0 Gustavo Zacarias
2016-03-24 21:56 ` [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2016-03-23 21:55 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/pango/pango.hash | 4 ++--
package/pango/pango.mk | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/pango/pango.hash b/package/pango/pango.hash
index 792ac05..132e458 100644
--- a/package/pango/pango.hash
+++ b/package/pango/pango.hash
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.38.1.sha256sum
-sha256 1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7 pango-1.38.1.tar.xz
+# From http://ftp.gnome.org/pub/GNOME/sources/pango/1.36/pango-1.40.0.sha256sum
+sha256 da17985df314cb07d066ab5424f59c21ce973ece05b7de4df04d798ec8511c8b pango-1.40.0.tar.xz
diff --git a/package/pango/pango.mk b/package/pango/pango.mk
index a6b1a60..a3639dc 100644
--- a/package/pango/pango.mk
+++ b/package/pango/pango.mk
@@ -4,8 +4,8 @@
#
################################################################################
-PANGO_VERSION_MAJOR = 1.38
-PANGO_VERSION = $(PANGO_VERSION_MAJOR).1
+PANGO_VERSION_MAJOR = 1.40
+PANGO_VERSION = $(PANGO_VERSION_MAJOR).0
PANGO_SOURCE = pango-$(PANGO_VERSION).tar.xz
PANGO_SITE = http://ftp.gnome.org/pub/GNOME/sources/pango/$(PANGO_VERSION_MAJOR)
PANGO_AUTORECONF = YES
--
2.7.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 4/4] libgtk3: bump to version 3.20.0
2016-03-23 21:55 [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 2/4] adwaita-icon-theme: bump to version 3.20 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 3/4] pango: bump to version 1.40.0 Gustavo Zacarias
@ 2016-03-23 21:55 ` Gustavo Zacarias
2016-03-24 21:56 ` [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2016-03-23 21:55 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libgtk3/Config.in | 1 +
package/libgtk3/libgtk3.hash | 4 ++--
package/libgtk3/libgtk3.mk | 10 +++++++---
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/package/libgtk3/Config.in b/package/libgtk3/Config.in
index cf35f84..77ea394 100644
--- a/package/libgtk3/Config.in
+++ b/package/libgtk3/Config.in
@@ -66,6 +66,7 @@ config BR2_PACKAGE_LIBGTK3_WAYLAND
default y
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
select BR2_PACKAGE_WAYLAND
+ select BR2_PACKAGE_WAYLAND_PROTOCOLS
select BR2_PACKAGE_LIBXKBCOMMON
help
This enables the Wayland backend for GDK.
diff --git a/package/libgtk3/libgtk3.hash b/package/libgtk3/libgtk3.hash
index 69118eb..957f0af 100644
--- a/package/libgtk3/libgtk3.hash
+++ b/package/libgtk3/libgtk3.hash
@@ -1,2 +1,2 @@
-# From http://ftp.gnome.org/pub/gnome/sources/gtk+/3.18/gtk+-3.18.9.sha256sum
-sha256 783d7f8b00f9b4224cc94d7da885a67598e711c2d6d79c9c873c6b203e83acbd gtk+-3.18.9.tar.xz
+# From http://ftp.gnome.org/pub/gnome/sources/gtk+/3.20/gtk+-3.20.0.sha256sum
+sha256 1c3d3a4a6e959ec8636ccb074bcdb8fa25c81ec56fbc70de6a3f5ef83ba6d803 gtk+-3.20.0.tar.xz
diff --git a/package/libgtk3/libgtk3.mk b/package/libgtk3/libgtk3.mk
index 8211233..596f236 100644
--- a/package/libgtk3/libgtk3.mk
+++ b/package/libgtk3/libgtk3.mk
@@ -4,8 +4,8 @@
#
################################################################################
-LIBGTK3_VERSION_MAJOR = 3.18
-LIBGTK3_VERSION = $(LIBGTK3_VERSION_MAJOR).9
+LIBGTK3_VERSION_MAJOR = 3.20
+LIBGTK3_VERSION = $(LIBGTK3_VERSION_MAJOR).0
LIBGTK3_SOURCE = gtk+-$(LIBGTK3_VERSION).tar.xz
LIBGTK3_SITE = http://ftp.gnome.org/pub/gnome/sources/gtk+/$(LIBGTK3_VERSION_MAJOR)
LIBGTK3_LICENSE = LGPLv2+
@@ -24,6 +24,10 @@ LIBGTK3_CONF_OPTS = \
--enable-gtk2-dependency \
--disable-introspection
+# Override pkg-config pkgdatadir variable, it needs the prefix
+LIBGTK3_MAKE_OPTS = \
+ WAYLAND_PROTOCOLS_DATADIR=$(STAGING_DIR)/usr/share/wayland-protocols
+
LIBGTK3_DEPENDENCIES = host-pkgconf host-libgtk3 atk libglib2 cairo pango gdk-pixbuf libepoxy
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
@@ -38,7 +42,7 @@ LIBGTK3_CONF_OPTS += --disable-x11-backend
endif
ifeq ($(BR2_PACKAGE_LIBGTK3_WAYLAND),y)
-LIBGTK3_DEPENDENCIES += wayland libxkbcommon
+LIBGTK3_DEPENDENCIES += wayland wayland-protocols libxkbcommon
LIBGTK3_CONF_OPTS += --enable-wayland-backend
else
LIBGTK3_CONF_OPTS += --disable-wayland-backend
--
2.7.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0
2016-03-23 21:55 [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Gustavo Zacarias
` (2 preceding siblings ...)
2016-03-23 21:55 ` [Buildroot] [PATCH 4/4] libgtk3: bump to version 3.20.0 Gustavo Zacarias
@ 2016-03-24 21:56 ` Thomas Petazzoni
3 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-03-24 21:56 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 23 Mar 2016 18:55:19 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/atk/atk.hash | 4 ++--
> package/atk/atk.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
All four patches applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-24 21:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-23 21:55 [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 2/4] adwaita-icon-theme: bump to version 3.20 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 3/4] pango: bump to version 1.40.0 Gustavo Zacarias
2016-03-23 21:55 ` [Buildroot] [PATCH 4/4] libgtk3: bump to version 3.20.0 Gustavo Zacarias
2016-03-24 21:56 ` [Buildroot] [PATCH 1/4] atk: bump to version 2.20.0 Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox