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

Balló György bgyorgy at archlinux.org
Wed Jun 19 00:24:46 UTC 2019


    Date: Wednesday, June 19, 2019 @ 00:24:45
  Author: bgyorgy
Revision: 482244

archrelease: copy trunk to community-x86_64

Added:
  libgovirt/repos/community-x86_64/PKGBUILD
    (from rev 482243, libgovirt/trunk/PKGBUILD)
Deleted:
  libgovirt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-19 00:24:42 UTC (rev 482243)
+++ PKGBUILD	2019-06-19 00:24:45 UTC (rev 482244)
@@ -1,42 +0,0 @@
-# $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=(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
-}

Copied: libgovirt/repos/community-x86_64/PKGBUILD (from rev 482243, libgovirt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-19 00:24:45 UTC (rev 482244)
@@ -0,0 +1,42 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libgovirt
+pkgver=0.3.6
+pkgrel=1
+pkgdesc="GObject-based library to access oVirt REST API"
+arch=(x86_64)
+url="https://gitlab.gnome.org/GNOME/libgovirt"
+license=(LGPL)
+depends=(rest)
+makedepends=(git gobject-introspection)
+_commit=74852b8d76b0bbdb17d0e9fc3378afb5bf95ca6c  # tags/v0.3.6^0
+source=("git+https://gitlab.gnome.org/GNOME/libgovirt.git#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 --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