summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bbade74492ab..92e74fc51ea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_realname=mutter
pkgname=$_realname-catalyst
-pkgver=3.28.3
+pkgver=3.28.3+8+gd0d807801
pkgrel=1
pkgdesc="A window manager for GNOME with patches for catalyst compatibility"
url="https://git.gnome.org/browse/mutter"
@@ -33,7 +33,7 @@ makedepends=('intltool'
conflicts=('mutter' "gnome-shell>${pkgver:0:6}+999")
provides=("mutter=${pkgver}")
groups=('gnome')
-_commit=34f5bdeea3be10e200c52bac56763a267eb4d415 # tags/3.28.3^0
+_commit=d0d8078013749bb84dc611dfdf6b317512c8559e # gnome-3-28
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
"startup-notification.patch"
"catalyst-workaround-v2.patch"
@@ -53,6 +53,7 @@ prepare() {
# Port to pipewire 0.2
git cherry-pick -n 0407a8b33d8c3503fba63ad260984bb08bd6e0dc
+ sed -i 's/pipewire-0.1/pipewire-0.2/g' configure.ac
# https://bugs.archlinux.org/task/51940
# As of 2018-05-08: Still needed, according to fmuellner