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

2020-07-10 Thread Balló György via arch-commits
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
===
--- PKGBUILD2020-07-10 20:16:13 UTC (rev 663148)
+++ PKGBUILD2020-07-10 20:16:15 UTC (rev 663149)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-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 

-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)
+++ PKGBUILD2020-07-10 20:16:15 UTC (rev 663149)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+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 

+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
+}
+


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

2020-01-08 Thread Balló György via arch-commits
Date: Thursday, January 9, 2020 @ 01:25:30
  Author: bgyorgy
Revision: 550954

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-09 01:25:27 UTC (rev 550953)
+++ PKGBUILD2020-01-09 01:25:30 UTC (rev 550954)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=libosinfo
-pkgver=1.6.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' 'libsoup' 'libxslt' 'osinfo-db')
-makedepends=('check' 'gobject-introspection' 'vala' 'gtk-doc')
-source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio 

-sha256sums=('3c385c1cceb46301fdc79115e7b28e3df7aa26fafce0a787a60132a86a1990c7'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/export LC_ALL = C/d' maint.mk
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
-  --with-pci-ids-path=/usr/share/hwdata/pci.ids \
-  --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libosinfo/repos/community-x86_64/PKGBUILD (from rev 550953, 
libosinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-09 01:25:30 UTC (rev 550954)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+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 

+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
+}
+


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

2019-08-29 Thread Balló György via arch-commits
Date: Thursday, August 29, 2019 @ 14:35:23
  Author: bgyorgy
Revision: 504942

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-29 14:35:20 UTC (rev 504941)
+++ PKGBUILD2019-08-29 14:35:23 UTC (rev 504942)
@@ -1,41 +0,0 @@
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=libosinfo
-pkgver=1.5.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' 'libxslt' 'osinfo-db')
-makedepends=('check' 'gobject-introspection' 'libsoup' 'vala' 'gtk-doc')
-source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio 

-sha256sums=('bf692567983478c92bde78d454c18d6196abb032b5a77f430b09a7ef92ec6089'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/export LC_ALL = C/d' maint.mk
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
-  --with-pci-ids-path=/usr/share/hwdata/pci.ids \
-  --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check || :
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libosinfo/repos/community-x86_64/PKGBUILD (from rev 504941, 
libosinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-29 14:35:23 UTC (rev 504942)
@@ -0,0 +1,41 @@
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=libosinfo
+pkgver=1.6.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' 'libsoup' 'libxslt' 'osinfo-db')
+makedepends=('check' 'gobject-introspection' 'vala' 'gtk-doc')
+source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
+  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio 

+sha256sums=('3c385c1cceb46301fdc79115e7b28e3df7aa26fafce0a787a60132a86a1990c7'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/export LC_ALL = C/d' maint.mk
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
+  --with-pci-ids-path=/usr/share/hwdata/pci.ids \
+  --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-07-04 Thread Balló György via arch-commits
Date: Wednesday, July 4, 2018 @ 23:54:52
  Author: bgyorgy
Revision: 352259

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   84 +
 1 file changed, 41 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-04 23:54:47 UTC (rev 352258)
+++ PKGBUILD2018-07-04 23:54:52 UTC (rev 352259)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Stefano Facchini 
-
-pkgname=libosinfo
-pkgver=1.1.0
-pkgrel=1
-pkgdesc="GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support"
-arch=('i686' 'x86_64')
-url="http://libosinfo.org/";
-license=('GPL' 'LGPL')
-depends=('glib2' 'libxslt' 'osinfo-db')
-makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'gtk-doc')
-options=('!libtool')
-source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
-sha256sums=('600f43a4a8dae5086a01a3d44bcac2092b5fa1695121289806d544fb287d3136'
-'SKIP')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/export LC_ALL = C/d' maint.mk
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
-  --with-pci-ids-path=/usr/share/hwdata/pci.ids \
-  --enable-gtk-doc
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  # Fails on test-isodetect
-  # make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libosinfo/repos/community-x86_64/PKGBUILD (from rev 352258, 
libosinfo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-04 23:54:52 UTC (rev 352259)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Stefano Facchini 
+
+pkgname=libosinfo
+pkgver=1.2.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' 'libxslt' 'osinfo-db')
+makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'gtk-doc')
+source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
+sha256sums=('ee254fcf3f92447787a87b3f6df190c694a787de46348c45101e8dc7b29b5a78'
+'SKIP')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '/export LC_ALL = C/d' maint.mk
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --with-usb-ids-path=/usr/share/hwdata/usb.ids \
+  --with-pci-ids-path=/usr/share/hwdata/pci.ids \
+  --enable-gtk-doc
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check || :
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}