Sync to gnome-3-36
This commit is contained in:
parent
4612c3f39e
commit
d278228863
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.3+10+gc02d0f3a7
|
||||
pkgver = 3.36.3+11+ga9c74ed78
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
|
@ -40,10 +40,10 @@ pkgbase = gnome-shell-performance
|
|||
optdepends = evolution-data-server: Evolution calendar integration
|
||||
optdepends = gjs-git: Needed if using MR !1164
|
||||
provides = gnome-shell
|
||||
provides = gnome-shell=3.36.3+10+gc02d0f3a7
|
||||
provides = gnome-shell=1:3.36.3+10+gc02d0f3a7
|
||||
provides = gnome-shell=3.36.3+11+ga9c74ed78
|
||||
provides = gnome-shell=1:3.36.3+11+ga9c74ed78
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=c02d0f3a7d80ab2173df576fd8a7befd2d68870f
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=a9c74ed78febef246cb931400767b5ca65f85c80
|
||||
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=() # safe pick
|
|||
|
||||
pkgname=gnome-shell-performance
|
||||
_pkgname=gnome-shell
|
||||
pkgver=3.36.3+10+gc02d0f3a7
|
||||
pkgver=3.36.3+11+ga9c74ed78
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell"
|
||||
|
@ -33,7 +33,7 @@ groups=(gnome)
|
|||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
install=$pkgname.install
|
||||
_commit=c02d0f3a7d80ab2173df576fd8a7befd2d68870f # tags/3.36.3^10
|
||||
_commit=a9c74ed78febef246cb931400767b5ca65f85c80 # tags/3.36.3^11
|
||||
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