From adef4aca8cf4e1aa508fafdd8dc052d9c375ca4a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 11 Jul 2021 14:04:03 +0200 Subject: [PATCH] gtk3: Update to 3.24.30 --- mingw-w64-gtk3/PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mingw-w64-gtk3/PKGBUILD b/mingw-w64-gtk3/PKGBUILD index da5688e585..45af8c843b 100644 --- a/mingw-w64-gtk3/PKGBUILD +++ b/mingw-w64-gtk3/PKGBUILD @@ -3,8 +3,8 @@ _realname=gtk3 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-gtk-update-icon-cache") -pkgver=3.24.29 -pkgrel=2 +pkgver=3.24.30 +pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit (v3) (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') @@ -35,19 +35,24 @@ source=("https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-${pkgver}.tar "0005-gdkkeys-win32.c-fix-initialisation-of-key_state-in-u.patch" "gtk-query-immodules-3.0.hook.in" "gtk-update-icon-cache.hook.in" - "gtk-update-icon-cache.script.in") -sha256sums=('f57ec4ade8f15cab0c23a80dcaee85b876e70a8823d9105f067ce335a8268caa' + "gtk-update-icon-cache.script.in" + "https://gitlab.gnome.org/GNOME/gtk/-/raw/6128492cc03d794468cf40cef4f1201afcd8938d/gdk/win32/winpointer.h") +sha256sums=('ba75bfff320ad1f4cfbee92ba813ec336322cc3c660d406aad014b07087a3ba9' '5cdebb11098d241da955d4662904215275fa7a54d52877cc38c4ff4a3087fafd' 'b84a7f38f0af80680bee143d431f2a7bae53899efb337de0f67a1b4d9b59fa02' 'e553083298495f9581ae1454b1046a22b83e81862311b30de984057eec859708' 'a95bc0b5f5ca4fbbe8f74bad633b9cbe9d79c7fd280be82088454ecb2c31b300' 'adbe57eb726d882bba7a031ab8fb1788e7cd03cbf713823fd0f99d3cb380b97c' '56a566739c4f153f3c924b2bfe5ec7aaca469e15c023810cd7c5f57036d1a258' - 'b6306c6e117e879a60febc8e398a5a181325255a2e2c785c77222664b683f9dd') + 'b6306c6e117e879a60febc8e398a5a181325255a2e2c785c77222664b683f9dd' + '66d01eb23bc87533f7838f298354567c52ce246d9c8270ed503d5d5b654c2cd0') prepare() { cd "${srcdir}/gtk+-${pkgver}" + # https://gitlab.gnome.org/GNOME/gtk/-/commit/de31fdcc68cd52eb9b34ac6e8cd25718b32cbff4 + cp "${srcdir}/winpointer.h" ./gdk/win32 + # https://gitlab.gnome.org/GNOME/gtk/issues/2019 patch -p1 -i "${srcdir}"/0002-Revert-Quartz-Set-the-popup-menu-type-hint-before-re.patch