summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSung Mingi2021-11-12 17:43:54 +0900
committerSung Mingi2021-11-12 17:59:23 +0900
commitd6d705d4033416f8cd449701661d49b3d8cc8b5c (patch)
treeeb3f0ec368f5537b914b23002983b2789c930fd8 /PKGBUILD
parentbc64dad4d9d8c2ecd846c135c9ff7afa80bd62d7 (diff)
downloadaur-d6d705d4033416f8cd449701661d49b3d8cc8b5c.tar.gz
Add & enable mr1441.patch for gnome-41
From https://aur.archlinux.org/packages/mutter-dynamic-buffering Thanks @JockeTF for his simple patch. Signed-off-by: Sung Mingi <FiestaLake@protonmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 9 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61299e1b5ced..aaa2e6e83ca5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# Maintainer: Térence Clastres <t.clastres@gmail.com>
# Co-maintainer: Saren Arterius <saren@wtako.net>
# Co-maintainer: Sung Mingi <FiestaLake@protonmail.com>
+# Contributor: Joakim Soderlund <joakim.soderlund@gmail.com>
# Official package:
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
@@ -12,13 +13,13 @@
### MERGE REQUESTS SELECTION
# Merge Requests List: ('579' '1441' '1241')
-_merge_requests_to_use=()
+_merge_requests_to_use=('1441')
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=mutter-performance
pkgver=41.1
-pkgrel=1
+pkgrel=2
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)
@@ -35,8 +36,10 @@ conflicts=(mutter)
replaces=(mutter-781835-workaround)
groups=(gnome)
_commit=8de96d3d7c40e6b5289fd707fdd5e6d604f33e8f # tags/41.1^0
-source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit")
-sha256sums=('SKIP')
+source=("$pkgname::git+https://gitlab.gnome.org/GNOME/mutter.git#commit=$_commit"
+ 'mr1441.patch')
+sha256sums=('SKIP'
+ '592c03f4a492d39d760b174e487b3b2a58e9caef9b9ef886f5aa09abb94b69d3')
pkgver() {
cd $pkgname
@@ -124,7 +127,8 @@ prepare() {
# Type: 1
# Status: 3
# Comment: Help GPU frequencies to scale up but not currently working on Wayland
- pick_mr '1441'
+ # Thanks @JockeTF in AUR for a quick patch.
+ pick_mr '1441' '../mr1441.patch' 'patch'
# Title: WIP: clutter/frame-clock: Allow update dispatch while presentation is pending