* update libosinfo to 1.12.0-1
This commit is contained in:
parent
d9cc6d8a10
commit
ad18a115a3
@ -1,9 +1,13 @@
|
||||
pkgbase = libosinfo
|
||||
pkgdesc = GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support
|
||||
pkgver = 1.11.0
|
||||
pkgrel = 3
|
||||
pkgver = 1.12.0
|
||||
pkgrel = 1
|
||||
url = https://libosinfo.org/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
makedepends = git
|
||||
makedepends = glib2-devel
|
||||
@ -18,10 +22,10 @@ pkgbase = libosinfo
|
||||
depends = libxml2
|
||||
depends = libxslt
|
||||
depends = osinfo-db
|
||||
source = git+https://gitlab.com/libosinfo/libosinfo.git?signed#tag=v1.11.0
|
||||
source = git+https://gitlab.com/libosinfo/libosinfo.git?signed#tag=v1.12.0
|
||||
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
|
||||
validpgpkeys = 09B9C8FF223EF113AFA06A39EE926C2BDACC177B
|
||||
validpgpkeys = 206D3B352F566F3B0E6572E997D9123DE37A484F
|
||||
b2sums = db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11
|
||||
b2sums = 7603532c78acad31d1096467eea64b6eaff29120109af9dd6bce05c8e6330df1dcf2460ffdb53c81e38a70711089106a4c383e18b31b2cd198445cf93f904b3c
|
||||
|
||||
pkgname = libosinfo
|
||||
|
@ -3,8 +3,8 @@
|
||||
# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
|
||||
|
||||
pkgname=libosinfo
|
||||
pkgver=1.11.0
|
||||
pkgrel=3.1
|
||||
pkgver=1.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support'
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url='https://libosinfo.org/'
|
||||
@ -27,7 +27,7 @@ makedepends=(
|
||||
vala
|
||||
)
|
||||
source=("git+https://gitlab.com/libosinfo/$pkgname.git?signed#tag=v$pkgver")
|
||||
b2sums=(db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11)
|
||||
b2sums=(7603532c78acad31d1096467eea64b6eaff29120109af9dd6bce05c8e6330df1dcf2460ffdb53c81e38a70711089106a4c383e18b31b2cd198445cf93f904b3c)
|
||||
validpgpkeys=(
|
||||
DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF # Daniel P. Berrange
|
||||
09B9C8FF223EF113AFA06A39EE926C2BDACC177B # Fabiano Fidêncio
|
||||
@ -36,10 +36,6 @@ validpgpkeys=(
|
||||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# Fix build with libxml2 2.12.0
|
||||
git cherry-pick -n 5bbdd06503456784c5ffa22409e8bab50470d673
|
||||
|
||||
sed -i 's/-Werror//' meson.build
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user