summaryrefslogtreecommitdiff
path: root/community/geda-gaf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
commit1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch)
tree8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/geda-gaf
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/geda-gaf')
-rw-r--r--community/geda-gaf/ChangeLog4
-rw-r--r--community/geda-gaf/PKGBUILD18
2 files changed, 14 insertions, 8 deletions
diff --git a/community/geda-gaf/ChangeLog b/community/geda-gaf/ChangeLog
index 3433c3f92..c8b902cc5 100644
--- a/community/geda-gaf/ChangeLog
+++ b/community/geda-gaf/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-19 Kyle Keen <keenerd@gmail.com>
+ * 1.6.2-2
+ - libpng15 rebuild
+
2010-12-26 Stefan Husmann <stefan-husmann@t-online.de>
* 1.6.1-2
- adopted, moved to [community]
diff --git a/community/geda-gaf/PKGBUILD b/community/geda-gaf/PKGBUILD
index 95408aeea..b3e6278b9 100644
--- a/community/geda-gaf/PKGBUILD
+++ b/community/geda-gaf/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Jared Casper <jaredcasper@gmail.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=geda-gaf
pkgver=1.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="gEDA/gaf suite - Contains gschem, gnetlist, gsymcheck, gattrib, utilities and documentation from the gEDA project"
arch=('i686' 'x86_64')
url="http://www.gpleda.org"
@@ -19,18 +20,19 @@ md5sums=('35ae86aebc174ec1fc03863fde4c843c')
build ()
{
- cd $srcdir/$pkgname-$pkgver/
+ cd "$srcdir/$pkgname-$pkgver/"
./configure --prefix=/usr --disable-update-xdg-database
make
}
+
package() {
- cd $srcdir/$pkgname-$pkgver/
- make DESTDIR=$pkgdir/ install
+ cd "$srcdir/$pkgname-$pkgver/"
+ make DESTDIR="$pkgdir/" install
sed -i 's+/usr/bin/env python+/usr/bin/env python2+' \
- $pkgdir/usr/bin/garchive
+ "$pkgdir/usr/bin/garchive"
sed -i 's+/usr/bin/python+/usr/bin/python2+' \
- $pkgdir/usr/bin/tragesym
+ "$pkgdir/usr/bin/tragesym"
sed -i 's+/usr/bin/python+/usr/bin/python2+' \
- $pkgdir/usr/share/doc/$pkgname/examples/lightning_detector/bom
+ "$pkgdir/usr/share/doc/$pkgname/examples/lightning_detector/bom"
}