Sync to gnome-45
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
parent
25486f7863
commit
eb4cca003c
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = gnome-shell-performance
|
pkgbase = gnome-shell-performance
|
||||||
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
||||||
pkgver = 45.3+2+g1cdcc3389
|
pkgver = 45.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
|
@ -46,10 +46,10 @@ pkgbase = gnome-shell-performance
|
||||||
optdepends = python-gobject: gnome-shell-test-tool performance tester
|
optdepends = python-gobject: gnome-shell-test-tool performance tester
|
||||||
optdepends = switcheroo-control: Multi-GPU support
|
optdepends = switcheroo-control: Multi-GPU support
|
||||||
provides = gnome-shell
|
provides = gnome-shell
|
||||||
provides = gnome-shell=45.3+2+g1cdcc3389
|
provides = gnome-shell=45.4
|
||||||
provides = gnome-shell=1:45.3+2+g1cdcc3389
|
provides = gnome-shell=1:45.4
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=1cdcc338968a62bd522bb51d3a0c3735f5c6b732
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=58522920b5ae96d2b95dad0371ce13eb4bd955ce
|
||||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -20,7 +20,7 @@ _merge_requests_to_use=()
|
||||||
|
|
||||||
pkgname=gnome-shell-performance
|
pkgname=gnome-shell-performance
|
||||||
_pkgname=gnome-shell
|
_pkgname=gnome-shell
|
||||||
pkgver=45.3+2+g1cdcc3389
|
pkgver=45.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
||||||
|
@ -80,7 +80,7 @@ optdepends=(
|
||||||
groups=(gnome)
|
groups=(gnome)
|
||||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||||
conflicts=(gnome-shell)
|
conflicts=(gnome-shell)
|
||||||
_commit=1cdcc338968a62bd522bb51d3a0c3735f5c6b732 # tags/45.3^2
|
_commit=58522920b5ae96d2b95dad0371ce13eb4bd955ce # tags/45.4^0
|
||||||
source=(
|
source=(
|
||||||
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
"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"
|
||||||
|
|
Loading…
Reference in a new issue