Sync to gnome-3-36
This commit is contained in:
parent
d50bcb1438
commit
175b039315
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
|
||||
pkgver = 3.36.1+37+g18a5c7436
|
||||
pkgver = 3.36.1+40+g890f5b591
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
|
@ -39,10 +39,10 @@ pkgbase = gnome-shell-performance
|
|||
optdepends = gnome-control-center: System settings
|
||||
optdepends = evolution-data-server: Evolution calendar integration
|
||||
provides = gnome-shell
|
||||
provides = gnome-shell=3.36.1+37+g18a5c7436
|
||||
provides = gnome-shell=1:3.36.1+37+g18a5c7436
|
||||
provides = gnome-shell=3.36.1+40+g890f5b591
|
||||
provides = gnome-shell=1:3.36.1+40+g890f5b591
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=18a5c7436251d43d458c40a0259dc6da4d9ea760
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=890f5b591fef3cc3af387675c53113a5226805d1
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
source = 1126.diff
|
||||
sha256sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -14,7 +14,7 @@ _merge_requests_to_use=('1126' '1192' '1164') # safe pick
|
|||
|
||||
pkgname=gnome-shell-performance
|
||||
_pkgname=gnome-shell
|
||||
pkgver=3.36.1+37+g18a5c7436
|
||||
pkgver=3.36.1+40+g890f5b591
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell"
|
||||
|
@ -32,7 +32,7 @@ groups=(gnome)
|
|||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
install=$pkgname.install
|
||||
_commit=18a5c7436251d43d458c40a0259dc6da4d9ea760 # tags/3.36.1^37
|
||||
_commit=890f5b591fef3cc3af387675c53113a5226805d1 # tags/3.36.1^40
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
||||
"1126.diff")
|
||||
|
|
Loading…
Reference in a new issue