summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaren2022-11-03 02:28:45 +0800
committerSaren2022-11-03 02:28:45 +0800
commite232bc2fb6504d84068ea73bd7dd197964a793cc (patch)
treea015525d6c9cd7f4d8d24f247aa2dbfb2b096f68
parent9118ec8b61db5888bd44209eddc8a78ec3487134 (diff)
downloadaur-e232bc2fb6504d84068ea73bd7dd197964a793cc.tar.gz
add a patch to fix freeze in 43
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cab691a690a..3045462199c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 43.0+46+gecc3cf8ab
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 964cb96dbac0..d924d4e7b5d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
### MERGE REQUESTS SELECTION
-# available MR: ()
-_merge_requests_to_use=()
+# available MR: (2519)
+_merge_requests_to_use=(2519)
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=43.0+46+gecc3cf8ab
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -119,6 +119,13 @@ prepare() {
#
# Generally, a MR status oscillate between 2 and 3 and then becomes 4.
+ # Title: screenshot: Move HAVE_RECORDER check into screencast service
+ # URL: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2519
+ # Type:3
+ # Status: 2
+ # Comment: This fixes https://bugs.archlinux.org/task/76368?project=1&string=mutter
+ pick_mr 2519 merge
+
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git -c protocol.file.allow=always submodule update