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

Jan Steffens heftig at archlinux.org
Mon Oct 16 17:56:53 UTC 2017


    Date: Monday, October 16, 2017 @ 17:56:51
  Author: heftig
Revision: 308065

0.3.4+45+g46288e8-1

Modified:
  libgovirt/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-16 17:49:36 UTC (rev 308064)
+++ PKGBUILD	2017-10-16 17:56:51 UTC (rev 308065)
@@ -2,16 +2,16 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libgovirt
-pkgver=0.3.4+9+g82cfd86
+pkgver=0.3.4+45+g46288e8
 pkgrel=1
 pkgdesc="GObject-based library to access oVirt REST API"
-arch=('i686' 'x86_64')
-url="https://www.gnome.org/"
-license=('GPL')
-depends=('glib2' 'rest')
-makedepends=('gobject-introspection' 'git' 'gnome-common')
-_commit=82cfd86b978f5e94fae1b028c36bc1ac58cc1374
-source=("git://git.gnome.org/libgovirt#commit=$_commit")
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/libgovirt"
+license=(GPL)
+depends=(glib2 rest)
+makedepends=(gobject-introspection git)
+_commit=46288e859023c6a1b3450d29456e59c999a69799  # master
+source=("git+https://git.gnome.org/browse/libgovirt#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -21,23 +21,22 @@
 
 prepare() {
   cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
+  autoreconf -fvi
 }
   
 build(){
   cd $pkgname
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 
-package(){
+check(){
   cd $pkgname
-  make DESTDIR="${pkgdir}" install
+  make check
 }
 
-check(){
+package(){
   cd $pkgname
-# disable for now: coredumps
-#  make check
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list