1
0
Fork 0

Sync to gnome-3-32

This commit is contained in:
Térence Clastres 2019-07-02 21:25:26 +02:00
parent 5690583794
commit add3a6eda6
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gnome-shell-performance
pkgdesc = Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches
pkgver = 3.32.2+2+g95e353fdb
pkgver = 3.32.2+5+gae0567949
pkgrel = 1
url = https://wiki.gnome.org/Projects/GnomeShell
install = gnome-shell-performance.install
@ -36,9 +36,9 @@ pkgbase = gnome-shell-performance
optdepends = gnome-control-center: System settings
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
provides = gnome-shell=3.32.2+2+g95e353fdb
provides = gnome-shell=3.32.2+5+gae0567949
conflicts = gnome-shell
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=95e353fdb4067c54b677efcc7f204525f9c7a66d
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=ae05679498ff78b88ede8f15bd646716366b2ff8
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
source = https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch
sha256sums = SKIP

View file

@ -4,7 +4,7 @@
# Contributor: Flamelab <panosfilip@gmail.com
pkgname=gnome-shell-performance
pkgver=3.32.2+2+g95e353fdb
pkgver=3.32.2+5+gae0567949
pkgrel=1
pkgdesc="Next generation desktop shell | Attempt to improve the performance by non-upstreamed patches"
url="https://wiki.gnome.org/Projects/GnomeShell"
@ -21,7 +21,7 @@ groups=(gnome)
provides=(gnome-shell gnome-shell=$pkgver)
conflicts=(gnome-shell)
install="$pkgname.install"
_commit=95e353fdb4067c54b677efcc7f204525f9c7a66d # tags/3.32.2^2
_commit=ae05679498ff78b88ede8f15bd646716366b2ff8 # tags/3.32.2^5
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch)