[arch-commits] Commit in libgovirt/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 16 18:05:49 UTC 2017


    Date: Monday, October 16, 2017 @ 18:05:48
  Author: heftig
Revision: 308069

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  libgovirt/repos/extra-i686/PKGBUILD
    (from rev 308068, libgovirt/trunk/PKGBUILD)
  libgovirt/repos/extra-x86_64/PKGBUILD
    (from rev 308068, libgovirt/trunk/PKGBUILD)
Deleted:
  libgovirt/repos/extra-i686/PKGBUILD
  libgovirt/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   84 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   43 ------------------------
 extra-x86_64/PKGBUILD |   43 ------------------------
 3 files changed, 84 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-16 18:05:12 UTC (rev 308068)
+++ extra-i686/PKGBUILD	2017-10-16 18:05:48 UTC (rev 308069)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgovirt
-pkgver=0.3.4+9+g82cfd86
-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")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build(){
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}
-
-check(){
-  cd $pkgname
-# disable for now: coredumps
-#  make check
-}

Copied: libgovirt/repos/extra-i686/PKGBUILD (from rev 308068, libgovirt/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-16 18:05:48 UTC (rev 308069)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgovirt
+pkgver=0.3.4+45+g46288e8
+pkgrel=1
+pkgdesc="GObject-based library to access oVirt REST API"
+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() {
+  cd $pkgname
+  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build(){
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check(){
+  cd $pkgname
+  make check
+}
+
+package(){
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-16 18:05:12 UTC (rev 308068)
+++ extra-x86_64/PKGBUILD	2017-10-16 18:05:48 UTC (rev 308069)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libgovirt
-pkgver=0.3.4+9+g82cfd86
-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")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build(){
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package(){
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}
-
-check(){
-  cd $pkgname
-# disable for now: coredumps
-#  make check
-}

Copied: libgovirt/repos/extra-x86_64/PKGBUILD (from rev 308068, libgovirt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-16 18:05:48 UTC (rev 308069)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgovirt
+pkgver=0.3.4+45+g46288e8
+pkgrel=1
+pkgdesc="GObject-based library to access oVirt REST API"
+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() {
+  cd $pkgname
+  git describe --tags | sed -e 's/^v//' -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fvi
+}
+  
+build(){
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check(){
+  cd $pkgname
+  make check
+}
+
+package(){
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list