1
0
Fork 0

Sync to gnome-45

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2023-12-09 14:42:00 +09:00
parent b2a63b9ba8
commit 2a2e455eeb
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
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 = 45.1
pkgver = 45.2
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
@ -46,10 +46,10 @@ pkgbase = gnome-shell-performance
optdepends = python-gobject: gnome-shell-test-tool performance tester
optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell
provides = gnome-shell=45.1
provides = gnome-shell=1:45.1
provides = gnome-shell=45.2
provides = gnome-shell=1:45.2
conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a7c169c6c29cf02a4c392fa0acbbc5f5072823e7
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=8bb752adf47efa1e225d1aa885ae71865cabce8a
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP

View file

@ -20,7 +20,7 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=45.1
pkgver=45.2
pkgrel=1
epoch=1
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
@ -80,7 +80,7 @@ optdepends=(
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
_commit=a7c169c6c29cf02a4c392fa0acbbc5f5072823e7 # tags/45.1^0
_commit=8bb752adf47efa1e225d1aa885ae71865cabce8a # tags/45.2^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"