1
0
Fork 0

Add mr2536

Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
Mingi Sung 2022-11-24 23:30:57 +09:00
parent 7d010102b7
commit 26860d22a0
No known key found for this signature in database
GPG key ID: 67B568F99ECE42DC
2 changed files with 11 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 43.1+4+ga2cd818c8 pkgver = 43.1+4+ga2cd818c8
pkgrel = 1 pkgrel = 2
epoch = 1 epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64 arch = x86_64

View file

@ -11,8 +11,8 @@
### MERGE REQUESTS SELECTION ### MERGE REQUESTS SELECTION
# available MR: (2519) # available MR: (2536)
_merge_requests_to_use=(2519) _merge_requests_to_use=(2536)
### IMPORTANT: Do no edit below this line unless you know what you're doing ### 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-performance
_pkgname=gnome-shell _pkgname=gnome-shell
pkgver=43.1+4+ga2cd818c8 pkgver=43.1+4+ga2cd818c8
pkgrel=1 pkgrel=2
epoch=1 epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync" 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" 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. # 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 init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control" git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git -c protocol.file.allow=always submodule update git -c protocol.file.allow=always submodule update