summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-03-06 23:10:08 +0800
committerq234rty2023-03-06 23:10:08 +0800
commit91f100cd40e7fd533d75c8f19e06bdd638aa9182 (patch)
treed91ed010dcc30e9ee7da89e5a4d9cb1ecd8db160
parent2ee48ab801f04171f59d1bf3ded02935d2af29ab (diff)
downloadaur-91f100cd40e7fd533d75c8f19e06bdd638aa9182.tar.gz
Workaround gtk 4.10.0 crash
This is already fixed in gtk4 upstream, so disable the error until the fix gets to arch.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83ca70371ba9..fcfb44fae1ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wlroots-hidpi-xprop-git
pkgdesc = Modular Wayland compositor library (git version, with patches)
- pkgver = 0.17.0.20230228.144402
+ pkgver = 0.17.0.20230306.122351
pkgrel = 1
url = https://gitlab.freedesktop.org/wlroots/wlroots
install = wlroots-hidpi-xprop-git.install
diff --git a/PKGBUILD b/PKGBUILD
index c8c8e34832d9..bd84935f75ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Adrian Perez de Castro <aperez@igalia.com>
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=wlroots-hidpi-xprop-git
-pkgver=0.17.0.20230228.144402
+pkgver=0.17.0.20230306.122351
pkgrel=1
license=(MIT)
pkgdesc='Modular Wayland compositor library (git version, with patches)'
@@ -56,6 +56,8 @@ pkgver () {
prepare () {
cd "${pkgname}"
+ git revert -n c09d3450d494e21f065c12f199fa5ba8bfd946a9
+ git revert -n 79248e4961d49da1858917a902ba6b8fcc0bead1
git revert -n 18595000f3a21502fd60bf213122859cc348f9af
patch -Np1 < ../0001-xwayland-support-HiDPI-scale.patch
patch -Np1 < ../0002-Fix-configure_notify-event.patch