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

Ronald van Haren ronald at archlinux.org
Mon Apr 20 08:09:09 UTC 2009


    Date: Monday, April 20, 2009 @ 04:09:09
  Author: ronald
Revision: 36175

upgpkg: ktorrent 3.2.1-1

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-04-20 08:04:39 UTC (rev 36174)
+++ PKGBUILD	2009-04-20 08:09:09 UTC (rev 36175)
@@ -4,30 +4,31 @@
 # Contributor: Georg Grabler <ggrabler at gmail.com>
 
 pkgname=ktorrent
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A BitTorrent program for KDE"
 arch=('i686' 'x86_64')
 url="http://ktorrent.org"
 license=('GPL2')
-depends=('kdelibs>4' 'gmp' 'qca' 'libxft' 'kdebase-runtime')
+depends=('kdelibs>4' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib')
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
-makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs')
+makedepends=('autoconf' 'perl' 'automoc4' 'cmake' 'kdepimlibs' 'kdebase-workspace')
+# 'kdebase-workspace' is needed to enable plasmoid building
 source=(http://ktorrent.org/downloads/$pkgver/${pkgname}-${pkgver}.tar.bz2 \
 	httpserver.patch)
 install=$pkgname.install
 options=('libtool')
-md5sums=('e215de7a711b3f9c33044bf97a6d8bfb'
+md5sums=('a013e070af30fe199d51910ebbdba5f5'
          '1f25b94615b0bbfa0457c99fb20de3e6')
 
 build() {
 	cd ${srcdir}/$pkgname-$pkgver
 
 	# build time patch
-	patch -Np0 -i $srcdir/httpserver.patch || return 1
+	patch -Np0 -i ${srcdir}/httpserver.patch || return 1
 
 	cmake .	-DCMAKE_BUILD_TYPE=Release \
-		-DCMAKE_INSTALL_PREFIX=/usr || return 1
+		-DCMAKE_INSTALL_PREFIX=/usr 
 	make || return 1
-	make DESTDIR=${pkgdir} install || return 1
+	make DESTDIR=${pkgdir} install 
 }




More information about the arch-commits mailing list