summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2018-12-24 16:56:08 +0100
committerTérence Clastres2018-12-24 16:56:08 +0100
commit39d61e34848d03335054722ce56d5dc01d02d593 (patch)
treee561b9d98e2229806ae5a44cadff51634e32f936
parentc97d892de7a8a91d9736d0d154eea1c1a5d1e409 (diff)
downloadaur-39d61e34848d03335054722ce56d5dc01d02d593.tar.gz
Attempt to fix conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0d706a381cf..c4a3fe029ce9 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. Some performance patches also included.
pkgver = 3.30.2+7
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.gnome.org/GNOME/mutter
arch = x86_64
groups = gnome
diff --git a/PKGBUILD b/PKGBUILD
index b75b00a3ec90..b1fa01b2cd04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=mutter-781835-workaround
_pkgname=mutter
pkgver=3.30.2+7
-pkgrel=4
+pkgrel=5
pkgdesc="A window manager for GNOME. This package reverts a commit which may causes performance problems for nvidia driver users. Some performance patches also included."
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -53,9 +53,9 @@ prepare() {
# clutter: Fix offscreen-effect painting of clones
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/117/commits
- git cherry-pick 81952da6 || true
- echo 'm' | git mergetool
- git commit -m 'nicer'
+ git cherry-pick --strategy=recursive -Xtheirs 81952da6 || true
+ git rm clutter/tests/conform/meson.build
+ git commit -m "fix"
# Sync to the hardware refresh rate, not just 60.00Hz [performance]
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/171/commits
@@ -75,7 +75,6 @@ prepare() {
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/281/commits
git cherry-pick 8234efc0
git cherry-pick d2fbb9ff
-
# '
# Commented multiline comment end, remove the # above if disabling the patches