Sync to gnome-3-32
This commit is contained in:
parent
e6ac063bed
commit
44f1bede92
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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
|
||||
pkgver = 3.32.2+2+g95e353fdb
|
||||
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
|
||||
provides = gnome-shell=3.32.2+2+g95e353fdb
|
||||
conflicts = gnome-shell
|
||||
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=3a060d755dc2bee48883d39d3bf7ce79c4889e5d
|
||||
source = gnome-shell-performance::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=95e353fdb4067c54b677efcc7f204525f9c7a66d
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
source = https://github.com/endlessm/gnome-shell/commit/11ddabfb22aedb3c35abe06d2cf0205f223cca03.diff
|
||||
source = https://gitlab.gnome.org/GNOME/gnome-shell/uploads/4a083c80c81eeb0dd1be64e0e24b5c17/nvidia-background-workaround.patch
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Flamelab <panosfilip@gmail.com
|
||||
|
||||
pkgname=gnome-shell-performance
|
||||
pkgver=3.32.2
|
||||
pkgver=3.32.2+2+g95e353fdb
|
||||
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=3a060d755dc2bee48883d39d3bf7ce79c4889e5d # tags/3.32.2^0
|
||||
_commit=95e353fdb4067c54b677efcc7f204525f9c7a66d # tags/3.32.2^2
|
||||
source=("$pkgname::git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
||||
https://github.com/endlessm/gnome-shell/commit/11ddabfb22aedb3c35abe06d2cf0205f223cca03.diff
|
||||
|
|
Loading…
Reference in a new issue