[arch-commits] Commit in deluge/trunk (PKGBUILD shutdown-fix.patch)

Hugo Doria hugo at archlinux.org
Sat Dec 20 12:20:55 UTC 2008


    Date: Saturday, December 20, 2008 @ 07:20:55
  Author: hugo
Revision: 22006

upgpkg: deluge 1.0.7-2

Modified:
  deluge/trunk/PKGBUILD
Deleted:
  deluge/trunk/shutdown-fix.patch

--------------------+
 PKGBUILD           |    5 +++--
 shutdown-fix.patch |   11 -----------
 2 files changed, 3 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-20 12:19:36 UTC (rev 22005)
+++ PKGBUILD	2008-12-20 12:20:55 UTC (rev 22006)
@@ -3,11 +3,11 @@
 
 pkgname=deluge
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
-license=('GPL2')
+license=('GPL3')
 depends=('pygtk' 'boost>=1.36.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
 makedepends=('subversion' 'intltool')
 options=('!emptydirs')
@@ -17,6 +17,7 @@
 build() {
 
   cd ${srcdir}/${pkgname}-${pkgver}/
+  python setup.py build
   python setup.py install --prefix=/usr --root=${pkgdir}
 
   install -D -m644 deluge/data/pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg 

Deleted: shutdown-fix.patch
===================================================================
--- shutdown-fix.patch	2008-12-20 12:19:36 UTC (rev 22005)
+++ shutdown-fix.patch	2008-12-20 12:20:55 UTC (rev 22006)
@@ -1,11 +0,0 @@
---- /deluge/core/core.py (revision 4312)
-+++ /deluge/core/core.py (revision 4337)
-@@ -323,4 +323,7 @@
-             log.debug("handle_thread: %s", e)
- 
-+    def shutdown(self):
-+        pass
-+
-     def _shutdown(self, *data):
-         """This is called by a thread from shutdown()"""
-




More information about the arch-commits mailing list