1:46.0-2: Fix provides
Signed-off-by: Mingi Sung <dawdleming@gmail.com>
This commit is contained in:
parent
b71c9a966a
commit
256acb6805
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = gnome-shell-performance
|
||||
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
|
||||
pkgver = 46.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
epoch = 1
|
||||
url = https://wiki.gnome.org/Projects/GnomeShell
|
||||
arch = x86_64
|
||||
|
@ -35,10 +35,6 @@ pkgbase = gnome-shell-performance
|
|||
depends = mutter
|
||||
depends = unzip
|
||||
depends = upower
|
||||
provides = gnome-shell
|
||||
provides = gnome-shell=46.0
|
||||
provides = gnome-shell=1:46.0
|
||||
conflicts = gnome-shell
|
||||
source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=0463511457612ca87f7426b3b01356d1d85bee9b
|
||||
source = git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git
|
||||
b2sums = 8684414294c781bd02f89eb76ae04a51a701c51e00966f227989c0a41d161f34e4bfb7e9609f0a902a565aa4ea22f9d9c740d043b668bc132ed6d7471b8d7119
|
||||
|
@ -76,6 +72,10 @@ pkgname = gnome-shell-performance
|
|||
optdepends = python-gobject: gnome-shell-test-tool performance tester
|
||||
optdepends = python-simplejson: gnome-shell-test-tool performance tester
|
||||
optdepends = switcheroo-control: Multi-GPU support
|
||||
provides = gnome-shell
|
||||
provides = gnome-shell=46.0
|
||||
provides = gnome-shell=1:46.0
|
||||
conflicts = gnome-shell
|
||||
|
||||
pkgname = gnome-shell-performance-docs
|
||||
pkgdesc = Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync (API documentation)
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -30,7 +30,7 @@ else
|
|||
pkgname=(gnome-shell-performance gnome-shell-performance-docs)
|
||||
fi
|
||||
pkgver=46.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=1
|
||||
pkgdesc="Next generation desktop shell | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync"
|
||||
url="https://wiki.gnome.org/Projects/GnomeShell"
|
||||
|
@ -75,8 +75,6 @@ if [ -n "$_enable_check" ]; then
|
|||
xorg-server-xvfb
|
||||
)
|
||||
fi
|
||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
_commit=0463511457612ca87f7426b3b01356d1d85bee9b # tags/46.0^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit"
|
||||
|
@ -206,6 +204,8 @@ package_gnome-shell-performance() {
|
|||
'python-simplejson: gnome-shell-test-tool performance tester'
|
||||
'switcheroo-control: Multi-GPU support'
|
||||
)
|
||||
provides=(gnome-shell gnome-shell=$pkgver gnome-shell=$epoch:$pkgver)
|
||||
conflicts=(gnome-shell)
|
||||
groups=(gnome)
|
||||
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
|
|
Loading…
Reference in a new issue