summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren Arterius2018-08-05 02:52:35 +0800
committerSaren Arterius2018-08-05 02:52:35 +0800
commit31c4237721626d537262412c13ceca7317eb1888 (patch)
treed9786290c3a73bc3b9e1dec39257a3d8a37dc8b4
parentf3ea2361bed49294d05342ae657e04657c5a4352 (diff)
downloadaur-31c4237721626d537262412c13ceca7317eb1888.tar.gz
hmm
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 538350f44904..fbbcb7020ea9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mutter-781835-workaround
pkgdesc = A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users.
pkgver = 3.28.3
- pkgrel = 6
+ pkgrel = 7
url = https://git.gnome.org/browse/mutter
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index 6d1c330dac66..4bfa94825df7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,14 +9,14 @@
pkgname=mutter-781835-workaround
_pkgname=mutter
pkgver=3.28.3
-pkgrel=6
+pkgrel=7
pkgdesc="A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users."
url="https://git.gnome.org/browse/mutter"
arch=(x86_64)
license=(GPL)
depends=(dconf gobject-introspection-runtime gsettings-desktop-schemas libcanberra
startup-notification zenity libsm gnome-desktop upower libxkbcommon-x11
- gnome-settings-daemon libgudev libinput pipewire 'gnome-shell=3.28.3')
+ gnome-settings-daemon libgudev libinput pipewire 'gnome-shell=3.28.3') # or gnome-shell-performance=3.28.3
makedepends=(intltool gobject-introspection git)
provides=(mutter)
conflicts=(mutter)
@@ -52,8 +52,8 @@ prepare() {
git cherry-pick 161d2540 || bash
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/145/commits
# This causes stutter on Intel iGPU (i7 8550u). Works fine for nv GPU from my experience
- git cherry-pick a4b62506 || bash
- git cherry-pick 2088061a || bash
+ # git cherry-pick a4b62506 || bash
+ # git cherry-pick 2088061a || bash
'
# Multiline comment end, remove the line above if enabling the patches