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

Pierre Schmitz pierre at archlinux.org
Sat Mar 20 13:36:03 UTC 2010


    Date: Saturday, March 20, 2010 @ 09:36:03
  Author: pierre
Revision: 72842

upgpkg: ktorrent 3.3.4-2
gmp rebuild

Modified:
  ktorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-20 13:09:05 UTC (rev 72841)
+++ PKGBUILD	2010-03-20 13:36:03 UTC (rev 72842)
@@ -5,17 +5,17 @@
 
 pkgname=ktorrent
 pkgver=3.3.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A BitTorrent program for KDE"
 arch=('i686' 'x86_64')
 url="http://ktorrent.org"
 license=('GPL2')
-depends=('kdelibs>4' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 'hicolor-icon-theme')
+depends=('kdelibs' 'gmp' 'qca' 'libxft' 'kdebase-runtime' 'taglib' 'hicolor-icon-theme')
 # 'kdebase-runtime' is needed for some of the icons in the interface to show
 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)
+source=("http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2"
+	'httpserver.patch')
 install=ktorrent.install
 options=('libtool')
 md5sums=('7d7dba06a78d09494199bd4ef82e5527'
@@ -36,5 +36,9 @@
 	  -DCMAKE_SKIP_RPATH=ON \
 	  -DENABLE_MEDIAPLAYER_PLUGIN=false
 	make || return 1
-	make DESTDIR=${pkgdir} install 
 }
+
+package() {
+	cd ${srcdir}/build
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list