summaryrefslogtreecommitdiff
path: root/community/gtkdatabox
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/gtkdatabox
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/gtkdatabox')
-rw-r--r--community/gtkdatabox/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gtkdatabox/PKGBUILD b/community/gtkdatabox/PKGBUILD
index c8b52ad00..41031da76 100644
--- a/community/gtkdatabox/PKGBUILD
+++ b/community/gtkdatabox/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 20466 2010-07-08 11:17:54Z spupykin $
+# $Id: PKGBUILD 65594 2012-02-21 09:22:40Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=gtkdatabox
pkgver=0.9.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A widget for the Gtk+ library designed to display large amounts of numerical data"
arch=(i686 x86_64 'mips64el')
url="http://www.eudoxos.net/gtk/gtkdatabox"
@@ -16,8 +16,8 @@ md5sums=('cb62ac3ab2ddafa6cb1bcd3a55a1cc88')
build() {
cd $srcdir/gtkdatabox-$pkgver
- ./configure --prefix=/usr
+ LDFLAGS=-lm ./configure --prefix=/usr
find -name Makefile -type f -exec sed -i 's#.*DISABLE_DEPRECATED\\#\\#' {} \;
- make || return 1
+ make
make DESTDIR=$pkgdir install
}