Sync to gnome-3-34
This commit is contained in:
parent
bdb06566cc
commit
8977e826e0
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
|
||||
pkgver = 3.34.1+5+g072a9a484
|
||||
pkgver = 3.34.1+7+g750c5acd3
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
|
@ -38,9 +38,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.34.1+5+g072a9a484
|
||||
provides = gnome-shell=3.34.1+7+g750c5acd3
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=072a9a4842673355535098edd4748d689b913bf1
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=750c5acd30ef724b2398bb9d9178a130b58e046b
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=gnome-shell-performance
|
||||
_pkgname=gnome-shell
|
||||
pkgver=3.34.1+5+g072a9a484
|
||||
pkgver=3.34.1+7+g750c5acd3
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell"
|
||||
|
@ -23,7 +23,7 @@ groups=(gnome)
|
|||
provides=(gnome-shell gnome-shell=$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
install=$pkgname.install
|
||||
_commit=072a9a4842673355535098edd4748d689b913bf1 # tags/3.34.1^5
|
||||
_commit=750c5acd30ef724b2398bb9d9178a130b58e046b # gnome-3-34
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
||||
sha256sums=('SKIP'
|
||||
|
|
Loading…
Reference in a new issue