summaryrefslogtreecommitdiff
path: root/community/gtkglarea
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
commit2e237e087ac1a2449690b7dfdfed1e406838feaf (patch)
treef962d302a15b954fe81d8c6b15a25158ad58efa3 /community/gtkglarea
parent431023a318e680258f02c1fb5fdca176c68e5cb7 (diff)
Fri Apr 25 04:00:40 UTC 2014
Diffstat (limited to 'community/gtkglarea')
-rw-r--r--community/gtkglarea/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/community/gtkglarea/PKGBUILD b/community/gtkglarea/PKGBUILD
index 9470f3a5b..622ef6f32 100644
--- a/community/gtkglarea/PKGBUILD
+++ b/community/gtkglarea/PKGBUILD
@@ -5,27 +5,24 @@
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=gtkglarea
-pkgver=2.0.1
-pkgrel=3
+pkgver=2.1.0
+pkgrel=1
pkgdesc="GTK/GL Area libraries"
arch=('i686' 'x86_64')
url="http://mono-project.com/GtkGLArea"
license=('GPL')
depends=('gtk2' 'glu')
-source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz")
-md5sums=('2a81a86cfa80a920a5454dd00fad2e1d')
+source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz")
+md5sums=('60d4470107d4faa9fc916c9a0d05bb9f')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
- # DSO link fix
- LDFLAGS+=" -lm" \
- ./configure --prefix=/usr \
- --enable-static=no
+ ./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install
}
+