[arch-commits] Commit in ktorrent/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Aug 14 00:02:23 UTC 2008


    Date: Wednesday, August 13, 2008 @ 20:02:23
  Author: eric
Revision: 8617

Merged revisions 6432-8616 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/ktorrent/trunk

........
  r8609 | hugo | 2008-08-13 13:29:21 -0400 (Wed, 13 Aug 2008) | 2 lines
  
  upgpkg: ktorrent 3.1.2-1
      updated to 3.1.2
........
  r8616 | eric | 2008-08-13 20:02:11 -0400 (Wed, 13 Aug 2008) | 2 lines
  
  upgpkg: ktorrent 3.1.2-1
      added missing makedepends
........

Modified:
  ktorrent/repos/extra-x86_64/	(properties)
  ktorrent/repos/extra-x86_64/PKGBUILD

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


Property changes on: ktorrent/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /ktorrent/trunk:1-6431
   + /ktorrent/trunk:1-8616

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-14 00:02:11 UTC (rev 8616)
+++ extra-x86_64/PKGBUILD	2008-08-14 00:02:23 UTC (rev 8617)
@@ -3,25 +3,25 @@
 # Contributor: Georg Grabler <ggrabler at gmail.com>
 
 pkgname=ktorrent
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="A BitTorrent program for KDE"
 arch=('i686' 'x86_64')
 url="http://ktorrent.org"
 license=('GPL')
 depends=('kdelibs>4' 'gmp' 'qca')
-makedepends=('autoconf' 'perl')
+makedepends=('autoconf' 'perl' 'automoc4' 'cmake')
 source=(http://ktorrent.org/downloads/$pkgver/${pkgname}-${pkgver}.tar.bz2)
 options=('libtool')
-md5sums=('59596d7fc3b49781d0a92a39cd913f8b')
+md5sums=('082c5fb35face3b7290044bc053411a6')
 
 build() {
-	cd $srcdir
+	cd ${srcdir}
 	mkdir build
 	cd build
 	cmake ../${pkgname}-${pkgver} \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr
 	make
-	make DESTDIR=$pkgdir install
-}
\ No newline at end of file
+	make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list