1:46.2-1: Sync to gnome-46
Signed-off-by: Mingi Sung <sungmg@saltyming.net>
This commit is contained in:
parent
e55c89feda
commit
58ed707432
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.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 = 46.1
|
pkgver = 46.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||||
|
@ -35,9 +35,9 @@ pkgbase = gnome-shell-performance
|
||||||
depends = mutter
|
depends = mutter
|
||||||
depends = unzip
|
depends = unzip
|
||||||
depends = upower
|
depends = upower
|
||||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0d0aadf013f78a7f7f1dc984d0d812971864b934
|
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=568152c22247efbb66cd13c15a638bf2d36bfadb
|
||||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||||
b2sums = 7aa8e21a0135a1c5536d19877747a86b1cfa1024b6c378db2364033d2a6b3a3e30875a08176423cc41c7c3a87bb76b5b67df5177aa6d209a726f0f3a3c15dd6a
|
b2sums = dbc32a609c1ee2f59ce777f2af4a541b376d5e53bded7d4b6ddfa0a913db503fc429fa0f9b8c8068b9e00382383e669ea6cbf553caa2348666cdc33bee8ad4ad
|
||||||
b2sums = SKIP
|
b2sums = SKIP
|
||||||
|
|
||||||
pkgname = gnome-shell-performance
|
pkgname = gnome-shell-performance
|
||||||
|
@ -73,8 +73,8 @@ pkgname = gnome-shell-performance
|
||||||
optdepends = python-simplejson: gnome-shell-test-tool performance tester
|
optdepends = python-simplejson: 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=46.1
|
provides = gnome-shell=46.2
|
||||||
provides = gnome-shell=1:46.1
|
provides = gnome-shell=1:46.2
|
||||||
conflicts = gnome-shell
|
conflicts = gnome-shell
|
||||||
|
|
||||||
pkgname = gnome-shell-performance-docs
|
pkgname = gnome-shell-performance-docs
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -29,7 +29,7 @@ if [ -n "$_disable_docs" ]; then
|
||||||
else
|
else
|
||||||
pkgname=(gnome-shell-performance gnome-shell-performance-docs)
|
pkgname=(gnome-shell-performance gnome-shell-performance-docs)
|
||||||
fi
|
fi
|
||||||
pkgver=46.1
|
pkgver=46.2
|
||||||
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"
|
||||||
|
@ -75,12 +75,12 @@ if [ -n "$_enable_check" ]; then
|
||||||
xorg-server-xvfb
|
xorg-server-xvfb
|
||||||
)
|
)
|
||||||
fi
|
fi
|
||||||
_commit=0d0aadf013f78a7f7f1dc984d0d812971864b934 # tags/46.1^0
|
_commit=568152c22247efbb66cd13c15a638bf2d36bfadb # tags/46.2^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"
|
||||||
)
|
)
|
||||||
b2sums=('7aa8e21a0135a1c5536d19877747a86b1cfa1024b6c378db2364033d2a6b3a3e30875a08176423cc41c7c3a87bb76b5b67df5177aa6d209a726f0f3a3c15dd6a'
|
b2sums=('dbc32a609c1ee2f59ce777f2af4a541b376d5e53bded7d4b6ddfa0a913db503fc429fa0f9b8c8068b9e00382383e669ea6cbf553caa2348666cdc33bee8ad4ad'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
|
|
Loading…
Reference in a new issue