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

Pierre Schmitz pierre at archlinux.org
Sun Jul 27 17:56:17 UTC 2008


    Date: Sunday, July 27, 2008 @ 13:56:17
  Author: pierre
Revision: 6731

upgpkg: sim 0.9.4.3-2

Modified:
  sim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-27 17:44:01 UTC (rev 6730)
+++ PKGBUILD	2008-07-27 17:56:17 UTC (rev 6731)
@@ -3,19 +3,21 @@
 
 pkgname=sim
 pkgver=0.9.4.3
-pkgrel=1
-depends=('kdelibs' 'libxss' 'libtool' )
+pkgrel=2
+depends=('kdelibs3' 'libxss' 'libtool' )
 makedepends=('zip')
 pkgdesc="SIM (Simple Instant Messenger) - plugins-based instant messenger with support various protocols"
 arch=(i686 x86_64)
+options=('!makeflags')
 source=(http://download.berlios.de/sim-im/$pkgname-$pkgver.tar.gz)
 url="http://sim-im.org/"
 md5sums=('b9c5d0fe73b22642ac7695c23e7b26c1')
 
 build()        {
-	export MAKEFLAGS="-j1"
 	cd $startdir/src/$pkgname-$pkgver
-        ./configure --prefix=/opt/kde --disable-debug 
+	. /etc/profile.d/qt3.sh
+	. /etc/profile.d/kde3.sh
+        ./configure --prefix=/opt/kde --disable-debug --without-arts 
         make || return 1
         make DESTDIR=$startdir/pkg install
 	#to avoid conflict with kdenetwork





More information about the arch-commits mailing list