1
0
Fork 0

Sync to gnome-42

Signed-off-by: Mingi Sung <FiestaLake@protonmail.com>
This commit is contained in:
Mingi Sung 2022-09-19 21:57:17 +09:00
parent 8a81a4df54
commit cd3e77172e
No known key found for this signature in database
GPG key ID: 67B568F99ECE42DC
2 changed files with 6 additions and 6 deletions

View file

@ -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.4
pkgver = 42.5
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.4
provides = gnome-shell=1:42.4
provides = gnome-shell=42.5
provides = gnome-shell=1:42.5
conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=ca0a1c02152a95c3c0acb39d1f328d786d0d8c87
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=84f0233bd51ce99271a5facd0cd58f21b47e9efc
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = mr1884.patch
source = mr1915.patch

View file

@ -19,7 +19,7 @@ _merge_requests_to_use=('1884' '1915')
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=42.4
pkgver=42.5
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=ca0a1c02152a95c3c0acb39d1f328d786d0d8c87 # tags/42.4^0
_commit=84f0233bd51ce99271a5facd0cd58f21b47e9efc # tags/42.5^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
"mr1884.patch"