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

Balló György bgyorgy at archlinux.org
Fri Jul 10 20:16:16 UTC 2020


    Date: Friday, July 10, 2020 @ 20:16:15
  Author: bgyorgy
Revision: 663149

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 20:16:13 UTC (rev 663148)
+++ PKGBUILD	2020-07-10 20:16:15 UTC (rev 663149)
@@ -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.7.1
-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' '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=('bb26106ad4a9f8523f81b332d2aedb717cdcb0500b3f68ba7c6ff945c4d627e9'
-            '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
-  ninja -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 663148, libosinfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-10 20:16:15 UTC (rev 663149)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Stefano Facchini <stefano.facchini at gmail.com>
+
+pkgname=libosinfo
+pkgver=1.8.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 hwids 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=('49ff32be0d209f6c99480e28b94340ac3dd0158322ae4303adfbdfe973a108a5'
+            '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
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+



More information about the arch-commits mailing list