Sync to gnome-3-36
This commit is contained in:
parent
d09b94f095
commit
d38c351834
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = gnome-shell-performance
|
pkgbase = gnome-shell-performance
|
||||||
pkgdesc = Next generation desktop shell
|
pkgdesc = Next generation desktop shell
|
||||||
pkgver = 3.36.1+19+gdfcc5ffb1
|
pkgver = 3.36.1+22+g698bd5b3a
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
install = gnome-shell-performance.install
|
install = gnome-shell-performance.install
|
||||||
|
@ -38,9 +38,9 @@ pkgbase = gnome-shell-performance
|
||||||
optdepends = gnome-control-center: System settings
|
optdepends = gnome-control-center: System settings
|
||||||
optdepends = evolution-data-server: Evolution calendar integration
|
optdepends = evolution-data-server: Evolution calendar integration
|
||||||
provides = gnome-shell
|
provides = gnome-shell
|
||||||
provides = gnome-shell=3.36.1+19+gdfcc5ffb1
|
provides = gnome-shell=3.36.1+22+g698bd5b3a
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=dfcc5ffb1e2b7a8e5ad59b1f83133c06a5b8ff7c
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=698bd5b3a99b125b193466366a889c583a394de9
|
||||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -14,8 +14,8 @@ _merge_requests_to_use=() # safe pick
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=3.36.1+19+gdfcc5ffb1
|
pkgver=3.36.1+22+g698bd5b3a
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Next generation desktop shell"
|
pkgdesc="Next generation desktop shell"
|
||||||
url="https://wiki.gnome.org/Projects/GnomeShell"
|
url="https://wiki.gnome.org/Projects/GnomeShell"
|
||||||
|
@ -32,7 +32,7 @@ groups=(gnome)
|
||||||
provides=(gnome-shell gnome-shell=$pkgver)
|
provides=(gnome-shell gnome-shell=$pkgver)
|
||||||
conflicts=(gnome-shell)
|
conflicts=(gnome-shell)
|
||||||
install=$pkgname.install
|
install=$pkgname.install
|
||||||
_commit=dfcc5ffb1e2b7a8e5ad59b1f83133c06a5b8ff7c # tags/3.36.1^19
|
_commit=698bd5b3a99b125b193466366a889c583a394de9 # tags/3.36.1^22
|
||||||
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||||
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git")
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
|
|
Loading…
Reference in a new issue