1
0
Fork 0

Sync to gnome-44

Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
Mingi Sung 2023-09-19 21:50:36 +09:00
parent 28dc95119b
commit bedfad2616
Signed by: sungmg
GPG key ID: 8914E37E2BA317DD
2 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
pkgver = 44.4
pkgrel = 2
pkgver = 44.5
pkgrel = 1
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
@ -45,10 +45,10 @@ pkgbase = gnome-shell-performance
optdepends = power-profiles-daemon: Power profile switching
optdepends = switcheroo-control: Multi-GPU support
provides = gnome-shell
provides = gnome-shell=44.4
provides = gnome-shell=1:44.4
provides = gnome-shell=44.5
provides = gnome-shell=1:44.5
conflicts = gnome-shell
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=9329a600bd93591044be8299d629e5c79b596137
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
b2sums = SKIP
b2sums = SKIP

View file

@ -20,8 +20,8 @@ _merge_requests_to_use=()
pkgname=gnome-shell-performance
_pkgname=gnome-shell
pkgver=44.4
pkgrel=2
pkgver=44.5
pkgrel=1
epoch=1
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"
@ -79,7 +79,7 @@ optdepends=(
groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
conflicts=(gnome-shell)
_commit=9329a600bd93591044be8299d629e5c79b596137 # tags/44.4^0
_commit=d49cc6fa355d59d3a4c878ae89885cb1c571bfda # tags/44.5^0
source=(
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"