summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorq234rty2023-03-07 13:19:11 +0800
committerq234rty2023-03-07 13:25:28 +0800
commitd726ae76a8a03638528dc94fccef8543df900dae (patch)
tree8c2db1af2873c1451cc6226faa61592f342b3d7e
parent37299d3d1cad5e9103e0b37bba83d2a5534b513b (diff)
downloadaur-d726ae76a8a03638528dc94fccef8543df900dae.tar.gz
Revert "Workaround gtk 4.10.0 crash"
This reverts commit 37299d3d1cad5e9103e0b37bba83d2a5534b513b. The fix has landed with gtk 4.10.0-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb4d9266873a..4aacc8d59ac8 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 = r2569.4f647a8e
- pkgrel = 1
+ pkgver = r2551.c4440993
+ pkgrel = 2
url = https://github.com/hyprwm/Hyprland
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index abfb4cad5c25..9f7527738b92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname="hyprland"
pkgname="${_pkgname}-hidpi-xprop-git"
-pkgver=r2569.4f647a8e
-pkgrel=1
+pkgver=r2551.c4440993
+pkgrel=2
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,8 +83,6 @@ 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