[arch-commits] Commit in ftgl/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Oct 7 17:21:30 UTC 2012


    Date: Sunday, October 7, 2012 @ 13:21:29
  Author: heftig
Revision: 168279

glu rebuild

Modified:
  ftgl/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-07 17:15:25 UTC (rev 168278)
+++ PKGBUILD	2012-10-07 17:21:29 UTC (rev 168279)
@@ -1,25 +1,25 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Alexander Baldeck <alexander at archlinux.org>
 # Contributor: tobias <tobias at archlinux.org>
 
 pkgname=ftgl
 _pkgver=2.1.3-rc5
 pkgver=${_pkgver/-/}
-pkgrel=3
+pkgrel=4
 pkgdesc="OpenGL library to use arbitrary fonts"
 arch=(i686 x86_64)
 url="http://ftgl.wiki.sourceforge.net/"
 license=(MIT)
-depends=(freetype2 mesa)
-makedepends=(doxygen glut)
+depends=(freetype2 mesa glu)
+makedepends=(doxygen)
 options=('!libtool')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2")
 md5sums=('c7879018cde844059495b3029b0b6503')
 
 build() {
   cd "$srcdir/$pkgname-${_pkgver/-/~}"
-  ./configure --prefix=/usr --with-pic
+  ./configure --prefix=/usr --with-pic --disable-static
   make
 }
 




More information about the arch-commits mailing list