Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libosinfo
Commits:
93265120 by Balló György at 2024-07-20T19:32:14+02:00
Formatting
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -5,16 +5,33 @@ pkgname=libosinfo
pkgver=1.11.0
pkgrel=3
pkgdesc='GObject based library API for managing information about operating
systems, hypervisors and the (virtual) hardware devices they can support'
-arch=('x86_64')
+arch=(x86_64)
url='https://libosinfo.org/'
license=('GPL-2.0-or-later AND LGPL-2.1-or-later')
-depends=('gcc-libs' 'glib2' 'glibc' 'hwdata' 'libsoup3' 'libxml2' 'libxslt'
'osinfo-db')
-makedepends=('git' 'glib2-devel' 'gobject-introspection' 'meson' 'vala')
+depends=(
+ gcc-libs
+ glib2
+ glibc
+ hwdata
+ libsoup3
+ libxml2
+ libxslt
+ osinfo-db
+)
+makedepends=(
+ git
+ glib2-devel
+ gobject-introspection
+ meson
+ vala
+)
source=("git+https://gitlab.com/libosinfo/$pkgname.git?signed#tag=v$pkgver")
-b2sums=('db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11')
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF' # Daniel P. Berrange
- '09B9C8FF223EF113AFA06A39EE926C2BDACC177B' # Fabiano Fidêncio
- '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de
Carvalho <[email protected]>
+b2sums=(db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11)
+validpgpkeys=(
+ DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF # Daniel P. Berrange
+ 09B9C8FF223EF113AFA06A39EE926C2BDACC177B # Fabiano Fidêncio
+ 206D3B352F566F3B0E6572E997D9123DE37A484F # Victor Toso de Carvalho
<[email protected]>
+)
prepare() {
cd $pkgname
@@ -26,12 +43,9 @@ prepare() {
}
build() {
- local meson_options=(
- -D with-usb-ids-path=/usr/share/hwdata/usb.ids
+ arch-meson $pkgname build \
+ -D with-usb-ids-path=/usr/share/hwdata/usb.ids \
-D with-pci-ids-path=/usr/share/hwdata/pci.ids
- )
-
- arch-meson $pkgname build "${meson_options[@]}"
meson compile -C build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libosinfo/-/commit/932651209aad5f2b67c4452f8776f2a3a00f8a86
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libosinfo/-/commit/932651209aad5f2b67c4452f8776f2a3a00f8a86
You're receiving this email because of your account on gitlab.archlinux.org.