[arch-commits] CVS update of extra/network/deluge (2 files)

Varun Acharya varun at archlinux.org
Tue Jan 8 13:03:35 UTC 2008


    Date: Tuesday, January 8, 2008 @ 08:03:35
  Author: varun
    Path: /home/cvs-extra/extra/network/deluge

Modified: PKGBUILD (1.10 -> 1.11)
 Removed: deluge-no-update-notifications.patch (1.1)

upgpkg: deluge 0.5.8-1


--------------------------------------+
 PKGBUILD                             |   11 ++++-------
 deluge-no-update-notifications.patch |   11 -----------
 2 files changed, 4 insertions(+), 18 deletions(-)


Index: extra/network/deluge/PKGBUILD
diff -u extra/network/deluge/PKGBUILD:1.10 extra/network/deluge/PKGBUILD:1.11
--- extra/network/deluge/PKGBUILD:1.10	Mon Dec 24 20:10:43 2007
+++ extra/network/deluge/PKGBUILD	Tue Jan  8 08:03:35 2008
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.10 2007/12/25 01:10:43 varun Exp $
+# $Id: PKGBUILD,v 1.11 2008/01/08 13:03:35 varun Exp $
 # Maintainer: Varun Acharya <varun at archlinux.org>
 
 pkgname=deluge
-pkgver=0.5.7.95
+pkgver=0.5.8
 pkgrel=1
 pkgdesc="Bittorrent client written in PyGTK"
 arch=('i686' 'x86_64')
@@ -10,15 +10,12 @@
 license=('GPL2')
 depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg')
 install=deluge.install
-source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz \
-        deluge-no-update-notifications.patch)
-md5sums=('965fcf6599143503e1165c86bf2916f1' \
-         'fa5ea4a60712acdffed1808619f3eb6e')
+source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('afcf4fcfa3b688cb8a5cc537eb22a32e')
 options=('!emptydirs')
 
 build() {
   cd $startdir/src/$pkgname-torrent-$pkgver
-# patch -Np0 -i ../deluge-no-update-notifications.patch
   python setup.py install --prefix=/usr --root=$startdir/pkg
 
   install -D -m644 pixmaps/deluge.svg $startdir/pkg/usr/share/pixmaps/deluge.svg
Index: extra/network/deluge/deluge-no-update-notifications.patch
diff -u extra/network/deluge/deluge-no-update-notifications.patch:1.1 extra/network/deluge/deluge-no-update-notifications.patch:removed
--- extra/network/deluge/deluge-no-update-notifications.patch:1.1	Tue Oct 30 12:36:32 2007
+++ extra/network/deluge/deluge-no-update-notifications.patch	Tue Jan  8 08:03:36 2008
@@ -1,11 +0,0 @@
---- src/pref.py.old	2007-09-21 12:18:00.000000000 -0700
-+++ src/pref.py	2007-09-21 12:18:09.000000000 -0700
-@@ -118,7 +118,7 @@
-     "use_natpmp" : False,
-     "use_upnp" : False,
-     "use_utpex" : True,
--    "new_releases" : True,
-+    "new_releases" : False,
-     "window_height" : 480,
-     "window_maximized" : False,
-     "window_pane_position" : -1,




More information about the arch-commits mailing list