[arch-commits] Commit in libosinfo/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 20 18:33:12 UTC 2017


    Date: Wednesday, September 20, 2017 @ 18:33:11
  Author: heftig
Revision: 258910

1.1.0-1

Modified:
  libosinfo/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-20 17:59:18 UTC (rev 258909)
+++ PKGBUILD	2017-09-20 18:33:11 UTC (rev 258910)
@@ -3,7 +3,7 @@
 # Contributor: Stefano Facchini <stefano.facchini at gmail.com>
 
 pkgname=libosinfo
-pkgver=1.0.0
+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')
@@ -10,18 +10,24 @@
 url="http://libosinfo.org/"
 license=('GPL' 'LGPL')
 depends=('glib2' 'libxslt' 'osinfo-db')
-makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala')
+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=('f7b425ecde5197d200820eb44401c5033771a5d114bd6390230de768aad0396b'
+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
+              --with-pci-ids-path=/usr/share/hwdata/pci.ids \
+              --enable-gtk-doc
   make
 }
 



More information about the arch-commits mailing list