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

Eric Belanger eric at archlinux.org
Tue Aug 5 23:42:20 UTC 2008


    Date: Tuesday, August 5, 2008 @ 19:42:20
  Author: eric
Revision: 8066

upgpkg: k3b-i18n 1.0.5-1
    upstream update

Modified:
  k3b-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-08-05 22:48:18 UTC (rev 8065)
+++ PKGBUILD	2008-08-05 23:42:20 UTC (rev 8066)
@@ -3,7 +3,7 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=k3b-i18n
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="Localizations for k3b"
 arch=('i686' 'x86_64')
@@ -11,12 +11,13 @@
 license=('GPL')
 depends=('k3b>=$pkgver')
 source=(http://switch.dl.sourceforge.net/sourceforge/k3b/$pkgname-$pkgver.tar.bz2)
+md5sums=('610b1fd9356c89cbb38b6dda1f115c86')
 
 build(){
         cd $startdir/src/$pkgname-$pkgver
-        ./configure --prefix=/opt/kde --enable-mt --enable-final
+	. /etc/profile.d/kde3.sh
+        ./configure --prefix=/opt/kde --enable-mt --enable-final --without-arts
                 # remove enable-final if you have less than 512MB RAM
         make || return 1
         make DESTDIR=$startdir/pkg install
 }
-md5sums=('27833d12b8e9438eb7a10c5ab330fee1')




More information about the arch-commits mailing list