Sync to gnome-44
Signed-off-by: Mingi Sung <fiestalake@disroot.org>
This commit is contained in:
parent
481935dc1a
commit
82e55b6dd4
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.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 = 44.2
|
||||
pkgver = 44.3
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
|
@ -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.2
|
||||
provides = gnome-shell=1:44.2
|
||||
provides = gnome-shell=44.3
|
||||
provides = gnome-shell=1:44.3
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=60ec50efa693735cb959a3378516a82d2e9df009
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
b2sums = SKIP
|
||||
b2sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -20,7 +20,7 @@ _merge_requests_to_use=()
|
|||
|
||||
pkgname=gnome-shell-performance
|
||||
_pkgname=gnome-shell
|
||||
pkgver=44.2
|
||||
pkgver=44.3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
||||
|
@ -79,7 +79,7 @@ optdepends=(
|
|||
groups=(gnome)
|
||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
_commit=071a47ba27d7117f56fd965ad2a9675d1ab823f6 # tags/44.2^0
|
||||
_commit=60ec50efa693735cb959a3378516a82d2e9df009 # tags/44.3^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
||||
|
|
Loading…
Reference in a new issue