summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSung Mingi2022-04-04 01:07:05 +0900
committerSung Mingi2022-04-07 17:00:55 +0900
commitf2c5affcc41660481a571de848b22fc8ce31bdfb (patch)
treedae9d00a2d5de6ff7d00bcf7f3e74f10ee1c27ab
parentcdb314022e55c4a05e970a571fc9983b87f120d3 (diff)
downloadaur-f2c5affcc41660481a571de848b22fc8ce31bdfb.tar.gz
Sync to gnome-42
Signed-off-by: Sung Mingi <FiestaLake@protonmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d2200120e5..4540b913ace6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
- pkgver = 42.0
+ pkgver = 42.0+53+gff29159df
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@@ -42,10 +42,10 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
- provides = gnome-shell=42.0
- provides = gnome-shell=1:42.0
+ provides = gnome-shell=42.0+53+gff29159df
+ provides = gnome-shell=1:42.0+53+gff29159df
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=44b4b02c3f772a50e6f8b8fd2dca6d9dc3a98725
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=ff29159df2722cc01024aef42636097c23a41704
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = mr1884.patch
source = mr1915.patch
diff --git a/PKGBUILD b/PKGBUILD
index cf84ec435731..4706c2268412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@
### MERGE REQUESTS SELECTION
# available MR: ('1884' '1915')
-_merge_requests_to_use=('1884')
+_merge_requests_to_use=('1915')
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgname=gnome-shell-performance
_pkgname=gnome-shell
-pkgver=42.0
+pkgver=42.0+53+gff29159df
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
@@ -38,7 +38,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
-_commit=44b4b02c3f772a50e6f8b8fd2dca6d9dc3a98725 # tags/42.0^0
+_commit=ff29159df2722cc01024aef42636097c23a41704 # tags/42.0^53
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
"mr1884.patch"