[arch-commits] Commit in libosinfo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 12 22:25:54 UTC 2022


    Date: Saturday, March 12, 2022 @ 22:25:53
  Author: arojas
Revision: 1150335

archrelease: copy trunk to community-x86_64

Added:
  libosinfo/repos/community-x86_64/PKGBUILD
    (from rev 1150334, libosinfo/trunk/PKGBUILD)
Deleted:
  libosinfo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-12 22:25:44 UTC (rev 1150334)
+++ PKGBUILD	2022-03-12 22:25:53 UTC (rev 1150335)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
-
-pkgname=libosinfo
-pkgver=1.9.0
-pkgrel=2
-pkgdesc='GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support'
-arch=('x86_64')
-url='https://libosinfo.org/'
-license=('GPL' 'LGPL')
-depends=('glib2' 'hwdata' 'libsoup' 'libxslt' 'osinfo-db')
-makedepends=('check' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-              '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio <fidencio at redhat.com>
-sha256sums=('b4f3418154ef3f43d9420827294916aea1827021afc06e1644fc56951830a359'
-            'SKIP')
-
-build() {
-  arch-meson $pkgname-$pkgver build \
-    -D with-usb-ids-path=/usr/share/hwdata/usb.ids \
-    -D with-pci-ids-path=/usr/share/hwdata/pci.ids
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-

Copied: libosinfo/repos/community-x86_64/PKGBUILD (from rev 1150334, libosinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-12 22:25:53 UTC (rev 1150335)
@@ -0,0 +1,34 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+
+pkgname=libosinfo
+pkgver=1.10.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')
+url='https://libosinfo.org/'
+license=('GPL' 'LGPL')
+depends=('glib2' 'hwdata' 'libsoup' 'libxslt' 'osinfo-db')
+makedepends=('check' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
+              '09B9C8FF223EF113AFA06A39EE926C2BDACC177B'  # Fabiano Fidêncio
+              '206D3B352F566F3B0E6572E997D9123DE37A484F') # Victor Toso de Carvalho <me at victortoso.com>
+sha256sums=('a252e00fc580deb21da0da8c0aa03b8c31e8440b8448c8b98143fab477d32305'
+            'SKIP')
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+    -D with-usb-ids-path=/usr/share/hwdata/usb.ids \
+    -D with-pci-ids-path=/usr/share/hwdata/pci.ids
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+



More information about the arch-commits mailing list