[arch-commits] Commit in ganv/repos (4 files)
Felix Yan
fyan at archlinux.org
Mon Dec 7 17:17:04 UTC 2015
Date: Monday, December 7, 2015 @ 18:17:04
Author: fyan
Revision: 150080
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
ganv/repos/community-staging-i686/
ganv/repos/community-staging-i686/PKGBUILD
(from rev 150079, ganv/trunk/PKGBUILD)
ganv/repos/community-staging-x86_64/
ganv/repos/community-staging-x86_64/PKGBUILD
(from rev 150079, ganv/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
Copied: ganv/repos/community-staging-i686/PKGBUILD (from rev 150079, ganv/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-07 17:17:04 UTC (rev 150080)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=ganv
+pkgver=1.4.2
+pkgrel=2
+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=('30c2c36d0c64d0a3b73e0bc7c564861c')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # strip ldconfig
+ sed -i '/ldconfig/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ CXXFLAGS+=' -std=c++11'
+ python2 waf configure --prefix=/usr
+ python2 waf $MAKEFLAGS
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python2 waf install --destdir="$pkgdir"
+}
Copied: ganv/repos/community-staging-x86_64/PKGBUILD (from rev 150079, ganv/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-12-07 17:17:04 UTC (rev 150080)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: speps <speps at aur dot archlinux dot org>
+
+pkgname=ganv
+pkgver=1.4.2
+pkgrel=2
+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=('30c2c36d0c64d0a3b73e0bc7c564861c')
+
+prepare() {
+ cd $pkgname-$pkgver
+
+ # strip ldconfig
+ sed -i '/ldconfig/d' wscript
+}
+
+build() {
+ cd $pkgname-$pkgver
+ CXXFLAGS+=' -std=c++11'
+ 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