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

Eric Belanger eric at archlinux.org
Sat Jul 26 05:33:34 UTC 2008


    Date: Saturday, July 26, 2008 @ 01:33:34
  Author: eric
Revision: 6647

upgpkg: smb4k 0.9.6-2
    rebuild with kdelibs3 depends, Disabled konqueror plugin: doesn't work with KDE4

Modified:
  smb4k/trunk/ChangeLog
  smb4k/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |   12 +++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2008-07-26 04:22:35 UTC (rev 6646)
+++ ChangeLog	2008-07-26 05:33:34 UTC (rev 6647)
@@ -1,3 +1,9 @@
+2008-07-26  Eric Belanger  <eric at archlinux.org>
+
+	* smb4k 0.9.6-2
+	* Rebuilt against kdelibs3
+	* Disabled konqueror plugin: doesn't work with KDE4
+
 2008-06-22 Travis Willard <travis at archlinux.org>
 
 	* 0.9.6-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-26 04:22:35 UTC (rev 6646)
+++ PKGBUILD	2008-07-26 05:33:34 UTC (rev 6647)
@@ -5,24 +5,22 @@
 
 pkgname=smb4k
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc="A KDE program that browses samba shares."
 arch=('i686' 'x86_64')
 url="http://smb4k.berlios.de/"
 license=('GPL')
-depends=('kdebase' 'smbclient>=3.0')
+depends=('kdelibs3' 'smbclient>=3.0')
 makedepends=('fam' 'libpng')
+options=('libtool') #SMB4k now requires .la files to run. :(
 install=smb4k.install
 source=(http://download.berlios.de/smb4k/$pkgname-$pkgver.tar.bz2)
 md5sums=('e02948415fc2b56c4f6bf0c6dff9dbad')
-options=('libtool') #SMB4k now requires .la files to run. :(
 
 build() {
     cd $startdir/src/$pkgname-$pkgver
-
-    ./configure --prefix=/opt/kde
-	         
+    . /etc/profile.d/kde3.sh
+    ./configure --prefix=/opt/kde --without-arts --with-konqplugin=no
     make || return 1
     make DESTDIR=$startdir/pkg install
 } 
-





More information about the arch-commits mailing list