summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTérence Clastres2019-06-20 15:42:32 +0200
committerTérence Clastres2019-06-20 15:42:32 +0200
commit540ee9b364991e8583bbdaf5b90690a325947879 (patch)
treef503362f72e66d70312a81fde909ee2a4bdc7695
parent29d4fdc801472418bb4c6dc6ff9ed538181eaec5 (diff)
downloadaur-540ee9b364991e8583bbdaf5b90690a325947879.tar.gz
Add !600
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12f825f99bb4..782befb25978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -97,6 +97,10 @@ prepare() {
# https://gitlab.gnome.org/GNOME/mutter/merge_requests/568
git cherry-pick -n 00d8337d
+ # Fix background texture corruption when resuming from suspend on Nvidia
+ # https://gitlab.gnome.org/GNOME/mutter/merge_requests/600
+ git cherry-pick -n 87b86262^..eabb1842
+
# '
# Commented multiline comment end, remove the # above if disabling the patches
}