Skip to content

Instantly share code, notes, and snippets.

@spacepluk
Created July 19, 2018 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spacepluk/16e3e36d2d1e505e8aa3080192c7cc53 to your computer and use it in GitHub Desktop.
Save spacepluk/16e3e36d2d1e505e8aa3080192c7cc53 to your computer and use it in GitHub Desktop.
diff --git a/PKGBUILD b/PKGBUILD
index d4591c7..302b582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mutter-hide-legacy-decorations
_pkgname=mutter
-pkgver=3.28.0
+pkgver=3.28.3
pkgrel=1
pkgdesc="A window manager for GNOME (with a little hack to hide the window decorations on maximized legacy applications)"
url="https://git.gnome.org/browse/mutter"
@@ -20,7 +20,7 @@ conflicts=('mutter-wayland' 'mutter')
provides=("mutter=${pkgver}")
groups=(gnome)
options=(!emptydirs)
-_commit=47856d97011d7a9bd13c1e1c638a6e43ebd9d9ac # tags/3.28.0^0
+_commit=tags/${pkgver}
source=("git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
"startup-notification.patch"
"hideTitlebar.patch")
@@ -37,6 +37,9 @@ pkgver() {
prepare() {
cd $_pkgname
+ # Port to pipewire 0.2
+ git cherry-pick -n 0407a8b33d8c3503fba63ad260984bb08bd6e0dc
+
# https://bugs.archlinux.org/task/51940
patch -Np1 -i ../startup-notification.patch
patch -p1 -i $srcdir/hideTitlebar.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment