summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-03-06 23:19:12 +0800
committerq234rty2023-03-06 23:19:12 +0800
commit37299d3d1cad5e9103e0b37bba83d2a5534b513b (patch)
treeceec05ccbf81203cfdc2ecf575a50ab5446218cc
parent50f3cd86eee1b5ad6c381a83d70e755868fb8fe8 (diff)
downloadaur-37299d3d1cad5e9103e0b37bba83d2a5534b513b.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--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aacc8d59ac8..fb4d9266873a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-hidpi-xprop-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = r2551.c4440993
- pkgrel = 2
+ pkgver = r2569.4f647a8e
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 9f7527738b92..abfb4cad5c25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2551.c4440993
-pkgrel=2
+pkgver=r2569.4f647a8e
+pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(any)
url="https://github.com/hyprwm/Hyprland"
@@ -83,6 +83,8 @@ prepare() {
git -c protocol.file.allow=always submodule update subprojects/hyprland-protocols
git -c protocol.file.allow=always submodule update subprojects/udis86
cd subprojects/wlroots
+ git revert -n c09d3450d494e21f065c12f199fa5ba8bfd946a9
+ git revert -n 79248e4961d49da1858917a902ba6b8fcc0bead1
git revert -n 18595000f3a21502fd60bf213122859cc348f9af
patch -Np1 -i "${srcdir}"/0001-xwayland-support-HiDPI-scale.patch
patch -Np1 -i "${srcdir}"/0002-Fix-configure_notify-event.patch