[arch-commits] Commit in ganv/repos (4 files)
speps
speps at nymeria.archlinux.org
Tue Apr 29 14:48:42 UTC 2014
Date: Tuesday, April 29, 2014 @ 16:48:41
Author: speps
Revision: 110433
archrelease: copy trunk to community-i686, community-x86_64
Added:
ganv/repos/community-i686/
ganv/repos/community-i686/PKGBUILD
(from rev 110432, ganv/trunk/PKGBUILD)
ganv/repos/community-x86_64/
ganv/repos/community-x86_64/PKGBUILD
(from rev 110432, ganv/trunk/PKGBUILD)
---------------------------+
community-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
community-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
2 files changed, 64 insertions(+)
Copied: ganv/repos/community-i686/PKGBUILD (from rev 110432, ganv/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-29 14:48:41 UTC (rev 110433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=ganv
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="An interactive Gtkmm canvas widget for graph-based interfaces"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/$pkgname/"
+license=('GPL3')
+depends=('gtkmm' 'graphviz')
+makedepends=('python2')
+source=("http://download.drobilla.net/ganv-$pkgver.tar.bz2")
+md5sums=('a72fdabc57959cc32065e66b48fea6aa')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # strip ldconfig
+ sed -i '/ldconfig/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python2 waf configure --prefix=/usr
+ python2 waf $MAKEFLAGS
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
+}
Copied: ganv/repos/community-x86_64/PKGBUILD (from rev 110432, ganv/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-29 14:48:41 UTC (rev 110433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=ganv
+pkgver=1.4.0
+pkgrel=1
+pkgdesc="An interactive Gtkmm canvas widget for graph-based interfaces"
+arch=('i686' 'x86_64')
+url="http://drobilla.net/software/$pkgname/"
+license=('GPL3')
+depends=('gtkmm' 'graphviz')
+makedepends=('python2')
+source=("http://download.drobilla.net/ganv-$pkgver.tar.bz2")
+md5sums=('a72fdabc57959cc32065e66b48fea6aa')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # strip ldconfig
+ sed -i '/ldconfig/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ python2 waf configure --prefix=/usr
+ python2 waf $MAKEFLAGS
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
+}
More information about the arch-commits
mailing list