summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingi Sung2022-11-24 23:30:57 +0900
committerMingi Sung2022-11-24 23:30:57 +0900
commit26860d22a01b65305345221e153d46d3a746872c (patch)
tree8d2ebc7f7dde3931d5c105fe26f012a358ff260d
parent7d010102b76828e62bc218dd60da8ea70bd21408 (diff)
downloadaur-26860d22a01b65305345221e153d46d3a746872c.tar.gz
Add mr2536
Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 770ebbd2259d..5ea96ae7e3bf 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.1+4+ga2cd818c8
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e74c4e5eedfc..7057d7debf05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
### MERGE REQUESTS SELECTION
-# available MR: (2519)
-_merge_requests_to_use=(2519)
+# available MR: (2536)
+_merge_requests_to_use=(2536)
### IMPORTANT: Do no edit below this line unless you know what you're doing
@@ -20,7 +20,7 @@ _merge_requests_to_use=(2519)
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=43.1+4+ga2cd818c8
-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: appDisplay: Connect to hidden signal after content initialization
+ # URL: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2536
+ # Type: 3
+ # Status: 4
+ # Comment: Fix pageNumber being able to be clamped to -1.
+ pick_mr 2536 merge
+
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git -c protocol.file.allow=always submodule update