gtk3: Update to 3.18.1
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
--- gtk+-3.18.0/testsuite/gtk/notify.c.orig 2015-09-22 11:18:22.102607400 +0300
|
||||
+++ gtk+-3.18.0/testsuite/gtk/notify.c 2015-09-22 11:18:32.959024200 +0300
|
||||
@@ -418,10 +418,10 @@
|
||||
#ifdef GDK_WINDOWING_X11
|
||||
if (GDK_IS_X11_DISPLAY (gdk_display_get_default ())) ;
|
||||
else
|
||||
-#endif
|
||||
if (g_type_is_a (type, GTK_TYPE_PLUG) ||
|
||||
g_type_is_a (type, GTK_TYPE_SOCKET))
|
||||
return;
|
||||
+#endif
|
||||
|
||||
#ifdef GDK_WINDOWING_WAYLAND
|
||||
if (GDK_IS_WAYLAND_DISPLAY (gdk_display_get_default ()))
|
||||
@@ -3,7 +3,7 @@
|
||||
_realname=gtk3
|
||||
pkgbase=mingw-w64-${_realname}
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=3.18.0
|
||||
pkgver=3.18.1
|
||||
pkgrel=1
|
||||
pkgdesc="GObject-based multi-platform GUI toolkit (v3) (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -30,17 +30,14 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
|
||||
options=('strip' '!debug' 'staticlibs')
|
||||
source=("http://ftp.gnome.org/pub/gnome/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar.xz"
|
||||
0013-fix-mingw-w64-fstat-call.mingw.patch
|
||||
0056-missing-file-toarray-pl.patch
|
||||
060-fix-tests.patch)
|
||||
md5sums=('7bb716b637ab413bdefd773e520c474c'
|
||||
0056-missing-file-toarray-pl.patch)
|
||||
md5sums=('b4d4d30d90f4831855b410fb6a1fae63'
|
||||
'21789d52c1debcab59f8b6a99232de68'
|
||||
'f25cb2486d761b60e04036947552bf82'
|
||||
'792f715a5b342e63da24e13d5c01db1e')
|
||||
'f25cb2486d761b60e04036947552bf82')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/gtk+-${pkgver}"
|
||||
patch -Np1 -i "${srcdir}"/0013-fix-mingw-w64-fstat-call.mingw.patch
|
||||
patch -Np1 -i "${srcdir}"/060-fix-tests.patch
|
||||
|
||||
rm -f gdk/broadway/toarray.pl
|
||||
patch -p1 -i ${srcdir}/0056-missing-file-toarray-pl.patch
|
||||
|
||||
Reference in New Issue
Block a user