summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSung Mingi2021-11-12 17:38:36 +0900
committerSung Mingi2021-11-12 17:38:36 +0900
commit08fc2e5297382d1e0e3d0d94920a4f08f48f56f0 (patch)
tree388a31c4961813e9bc8867e75e7987fb11c6df6b
parent92f612107fbef0808d6194b685ece45ca65368e2 (diff)
downloadaur-08fc2e5297382d1e0e3d0d94920a4f08f48f56f0.tar.gz
Add & enable !1862
Signed-off-by: Sung Mingi <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 12f36f42139d..67701821b6c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell
pkgver = 41.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0bb426447b59..c8a193de33ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@
### MERGE REQUESTS SELECTION
-# available MR: ('536' '786' '923')
-_merge_requests_to_use=()
+# available MR: ('536' '786' '923' '1862')
+_merge_requests_to_use=('1862')
### 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=41.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -139,6 +139,13 @@ prepare() {
# Comment: Unlock freezes, it hits me too.
pick_mr '923'
+ # Title: Optimize box-shadow rendering (part 2) [property design]
+ # URL: https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1862
+ # Type: 1
+ # Status: 1
+ # Comment: Part 1 was in !1904 (merged)
+ pick_mr '1862'
+
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
git submodule update