summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTérence Clastres2019-07-28 16:35:57 +0200
committerTérence Clastres2019-07-28 16:35:57 +0200
commit487203f4e34ff5826d014b7413847e846c820d4b (patch)
tree5bd2f6ad43277346ad9602e2e561a93b3a56e5d9 /PKGBUILD
parent8d5b312a1eb39d181f6f627e677823b0570f0c76 (diff)
downloadaur-487203f4e34ff5826d014b7413847e846c820d4b.tar.gz
Add !320
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 8 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc9b24e167c5..9bc91446afda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=mutter-performance
pkgver=3.32.2+43+gb7f158811
-pkgrel=4
+pkgrel=5
pkgdesc="A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://gitlab.gnome.org/GNOME/mutter"
arch=(x86_64)
@@ -224,6 +224,13 @@ prepare() {
# Status: 2
# Comment: Can't be cleanly applied on 3.32 without lot of cherry-pick unrelated commits...
patch -Np1 < ../429.diff
+
+ # Title: Implement clipboard manager
+ # URL: https://gitlab.gnome.org/GNOME/mutter/merge_requests/320
+ # Type: 2
+ # Status: 4
+ # Comment:
+ git cherry-pick -n 156980ef^..02c99524
}
build() {