summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorohno10522024-02-16 14:33:44 +0500
committerohno10522024-02-16 14:33:44 +0500
commitc5da8df6d1241b5bcb29d9cbb6d0253ce41e699f (patch)
treec885027b9f0eda5d1d0c43adda893e355cd602b4 /PKGBUILD
parent5ea4c58e8a9fb3d2d356c9f4609ce19415b69dc6 (diff)
downloadaur-mutter-auto-rotation.tar.gz
45.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da47b76329fe..11476132d98c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgbase=mutter-auto-rotation
pkgname=mutter-auto-rotation
provides=(libmutter-13.so mutter)
conflicts=(mutter)
-pkgver=45.3
+pkgver=45.4
pkgrel=1
pkgdesc="Window manager and compositor for GNOME, with touch-mode auto-rotation (reverts MR 1710)"
url="https://gitlab.gnome.org/GNOME/mutter"
@@ -55,13 +55,11 @@ makedepends=(
source=(
"git+https://gitlab.gnome.org/GNOME/mutter.git#tag=$_tag"
- "mr1441.patch"
"0001-Revert-backends-native-Disable-touch-mode-with-point.patch"
)
sha256sums=(
'SKIP'
- '5b0e927eb2873256c7999ebc711f5f0db2296550d7dbe51e757335e2b77d016c'
'b11e3e1c9a14b9d9a3941e4495f7f16cfe84c53c6b8e571df049546840a91a46'
)
@@ -72,7 +70,7 @@ pkgver() {
prepare() {
cd mutter
- git apply ../mr1441.patch
+
git apply ../0001-Revert-backends-native-Disable-touch-mode-with-point.patch
}
@@ -84,7 +82,6 @@ build() {
-D installed_tests=false
-D libdisplay_info=true
-D wayland_eglstream=true
- -D tests=false
--buildtype=release
)