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

Hugo Doria hugo at archlinux.org
Tue Dec 2 18:44:09 UTC 2008


    Date: Tuesday, December 2, 2008 @ 13:44:09
  Author: hugo
Revision: 20329

upgpkg: deluge 1.0.6-1

Modified:
  deluge/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-02 16:07:45 UTC (rev 20328)
+++ PKGBUILD	2008-12-02 18:44:09 UTC (rev 20329)
@@ -2,7 +2,7 @@
 # Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
-pkgver=1.0.5
+pkgver=1.0.6
 pkgrel=1
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
@@ -10,14 +10,19 @@
 license=('GPL2')
 depends=('pygtk' 'boost>=1.36.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
 makedepends=('subversion' 'intltool')
-source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('24fd36978b2713212cf1ae679f8066d5')
+source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz shutdown-fix.patch)
+md5sums=('96be98b4e7f8c66ec243e8148b897291' 'bf3a4c0b246a1dadcf6c05b37a7deded')
 options=('!emptydirs')
 
 build() {
 
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}/${pkgname}
 
+  # used to fix a problem with deluge shutdown
+  # remove it after 1.0.6 release
+  patch -Np0 -i ${srcdir}/shutdown-fix.patch
+
+  cd ${srcdir}/${pkgname}-${pkgver}/
   sed -i 's|boost_thread|boost_thread-mt|' setup.py
   python setup.py install --prefix=/usr --root=${pkgdir}
 




More information about the arch-commits mailing list