[arch-commits] Commit in deluge/repos (3 files)

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


    Date: Saturday, December 20, 2008 @ 07:21:19
  Author: hugo
Revision: 22007

Merged revisions 22006 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/deluge/trunk

........
  r22006 | hugo | 2008-12-20 09:20:55 -0300 (S?\195?\161b, 20 Dez 2008) | 1 line
  
  upgpkg: deluge 1.0.7-2
........

Modified:
  deluge/repos/extra-i686/	(properties)
  deluge/repos/extra-i686/PKGBUILD
Deleted:
  deluge/repos/extra-i686/shutdown-fix.patch

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


Property changes on: deluge/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /deluge/trunk:1-21892
   + /deluge/trunk:1-22006

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-20 12:20:55 UTC (rev 22006)
+++ extra-i686/PKGBUILD	2008-12-20 12:21:19 UTC (rev 22007)
@@ -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: extra-i686/shutdown-fix.patch
===================================================================
--- extra-i686/shutdown-fix.patch	2008-12-20 12:20:55 UTC (rev 22006)
+++ extra-i686/shutdown-fix.patch	2008-12-20 12:21:19 UTC (rev 22007)
@@ -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