Date: Thursday, December 13, 2018 @ 20:20:39 Author: foutrelis Revision: 342087
3.24.2+7+g43aeb52b73-1 Re-enable corrected fix for https://gitlab.gnome.org/GNOME/gtk/issues/1280 Modified: gtk3/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-13 19:18:28 UTC (rev 342086) +++ PKGBUILD 2018-12-13 20:20:39 UTC (rev 342087) @@ -3,7 +3,7 @@ pkgbase=gtk3 pkgname=(gtk3 gtk-update-icon-cache) -pkgver=3.24.2+1+g2905fc861a +pkgver=3.24.2+7+g43aeb52b73 pkgrel=1 pkgdesc="GObject-based multi-platform GUI toolkit" arch=(x86_64) @@ -14,7 +14,7 @@ cantarell-fonts colord rest libcups libcanberra) makedepends=(gobject-introspection gtk-doc git glib2-docs sassc) license=(LGPL) -_commit=2905fc861acda3d134a198e56ef2f6c962ad3061 # gtk-3-24 +_commit=43aeb52b73428da919ef030a622a51ed21df4ae2 # gtk-3-24 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit" settings.ini gtk-query-immodules-3.0.hook @@ -34,10 +34,6 @@ prepare() { cd gtk NOCONFIGURE=1 ./autogen.sh - - # Revert change that causes X to throw BadMatch in several applications - # (Need to follow up on https://gitlab.gnome.org/GNOME/gtk/issues/1280) - git revert -n 4c8fcd6a6f2adf9686296f8447895c0e2910075c } build() {
