* update libvirt-glib to 5.0.0-2
This commit is contained in:
parent
df050389d7
commit
65f5d16291
@ -1,23 +1,22 @@
|
|||||||
pkgbase = libvirt-glib
|
pkgbase = libvirt-glib
|
||||||
pkgdesc = GLib bindings for libvirt
|
pkgdesc = GLib bindings for libvirt
|
||||||
pkgver = 5.0.0
|
pkgver = 5.0.0
|
||||||
pkgrel = 1.1
|
pkgrel = 2
|
||||||
url = https://libvirt.org
|
url = https://libvirt.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
arch = powerpc64
|
arch = powerpc64
|
||||||
arch = powerpc
|
arch = powerpc
|
||||||
arch = riscv64
|
arch = riscv64
|
||||||
license = LGPL2.1
|
license = LGPL-2.1-or-later
|
||||||
makedepends = meson
|
|
||||||
makedepends = intltool
|
|
||||||
makedepends = glib2-devel
|
makedepends = glib2-devel
|
||||||
makedepends = gobject-introspection
|
makedepends = gobject-introspection
|
||||||
|
makedepends = meson
|
||||||
makedepends = vala
|
makedepends = vala
|
||||||
makedepends = python
|
depends = glib2
|
||||||
|
depends = glibc
|
||||||
depends = libvirt
|
depends = libvirt
|
||||||
depends = libcap-ng
|
depends = libxml2
|
||||||
optdepends = python: support for python
|
|
||||||
source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz
|
source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz
|
||||||
source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz.asc
|
source = https://libvirt.org/sources/glib/libvirt-glib-5.0.0.tar.xz.asc
|
||||||
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
|
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
|
||||||
|
@ -5,31 +5,29 @@
|
|||||||
|
|
||||||
pkgname=libvirt-glib
|
pkgname=libvirt-glib
|
||||||
pkgver=5.0.0
|
pkgver=5.0.0
|
||||||
pkgrel=1.1
|
pkgrel=2
|
||||||
pkgdesc="GLib bindings for libvirt"
|
pkgdesc="GLib bindings for libvirt"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://libvirt.org"
|
url="https://libvirt.org"
|
||||||
license=('LGPL2.1')
|
license=('LGPL-2.1-or-later')
|
||||||
depends=('libvirt' 'libcap-ng')
|
depends=('glib2' 'glibc' 'libvirt' 'libxml2')
|
||||||
makedepends=('meson' 'intltool' 'glib2-devel' 'gobject-introspection' 'vala' 'python')
|
makedepends=('glib2-devel' 'gobject-introspection' 'meson' 'vala')
|
||||||
optdepends=('python: support for python')
|
|
||||||
source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.xz"{,'.asc'})
|
source=("https://libvirt.org/sources/glib/$pkgname-$pkgver.tar.xz"{,'.asc'})
|
||||||
sha512sums=('bb09474c0d6d4bc00844e7a1ede882f0834d0810804b70b8f8607f2e764f72cc9da14883794e58dd53640433ffaecc13dd3c1c147b82e86fa2fdca6e5903933c'
|
sha512sums=('bb09474c0d6d4bc00844e7a1ede882f0834d0810804b70b8f8607f2e764f72cc9da14883794e58dd53640433ffaecc13dd3c1c147b82e86fa2fdca6e5903933c'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange <dan@berrange.com>
|
validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange <dan@berrange.com>
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-$pkgver"
|
arch-meson $pkgname-$pkgver build
|
||||||
|
meson compile -C build
|
||||||
|
}
|
||||||
|
|
||||||
mkdir build
|
check() {
|
||||||
meson setup build --prefix=/usr --buildtype=plain
|
meson test -C build --print-errorlogs
|
||||||
ninja -C build
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-$pkgver/build"
|
meson install -C build --destdir "$pkgdir"
|
||||||
|
|
||||||
DESTDIR="$pkgdir/" meson install
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# vim:set ts=2 sw=2 et:
|
# vim:set ts=2 sw=2 et:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user