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

Kevin Piche kevin at archlinux.org
Fri Oct 3 16:56:50 UTC 2008


    Date: Friday, October 3, 2008 @ 12:56:50
  Author: kevin
Revision: 14106

upgpkg: libfwbuilder 3.0.0-1

Modified:
  libfwbuilder/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-03 16:53:51 UTC (rev 14105)
+++ PKGBUILD	2008-10-03 16:56:50 UTC (rev 14106)
@@ -3,22 +3,22 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=libfwbuilder
-pkgver=2.1.17
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Support libraries for fwbuilder"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.fwbuilder.org/"
 source=(http://dl.sourceforge.net/sourceforge/fwbuilder/$pkgname-$pkgver.tar.gz)
-depends=('gcc-libs' 'libxslt' 'net-snmp>=5.4' 'openssl<=0.9.8')
-makedepends=('qt3')
-md5sums=('94b4a0e8ff8da642726c8b103362956e')
+depends=('gcc-libs' 'libxslt' 'net-snmp>=5.4')
+makedepends=('qt>=4.3')
+md5sums=('993aa8d0838bf7f915ad3dbfcc03d161')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  [ "$CARCH" = "x86_64" ] && ARCH="-64"
-  . /etc/profile.d/qt3.sh
-  export QMAKESPEC=/opt/qt/mkspecs/linux-g++$ARCH/
+#  [ "$CARCH" = "x86_64" ] && ARCH="-64"
+#  . /etc/profile.d/qt3.sh
+#  export QMAKESPEC=/opt/qt/mkspecs/linux-g++$ARCH/
   ./configure --prefix=/usr
   #sed -i "s#/usr/bin/install#/bin/install#" src/confscript/Makefile
   make || return 1




More information about the arch-commits mailing list