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

Jan Steffens heftig at archlinux.org
Mon Oct 15 22:48:38 UTC 2012


    Date: Monday, October 15, 2012 @ 18:48:38
  Author: heftig
Revision: 168779

staging rebuild (python)

Modified:
  deluge/trunk/PKGBUILD
  deluge/trunk/deluge.install

----------------+
 PKGBUILD       |   18 ++++++++----------
 deluge.install |    2 +-
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-10-15 22:15:07 UTC (rev 168778)
+++ PKGBUILD	2012-10-15 22:48:38 UTC (rev 168779)
@@ -1,20 +1,20 @@
 # $Id$
-# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model"
 arch=('any')
 url="http://deluge-torrent.org/"
 license=('GPL3')
-depends=('pyxdg' 'libtorrent-rasterbar>=0.15.0' 'twisted' 'python2-pyopenssl'
-         'xdg-utils' 'python2-chardet' 'desktop-file-utils' 'hicolor-icon-theme'
-         'python2-distribute')
-makedepends=('intltool' 'pygtk' 'librsvg' 'python2-mako')
-optdepends=('python-notify: libnotify notifications'
+depends=(python2-xdg 'libtorrent-rasterbar>=0.15.0' twisted python2-pyopenssl
+         xdg-utils python2-chardet desktop-file-utils hicolor-icon-theme
+         python2-distribute)
+makedepends=(intltool pygtk librsvg python2-mako)
+optdepends=('python2-notify: libnotify notifications'
             'pygtk: needed for gtk ui'
             'librsvg: needed for gtk ui'
             'python2-mako: needed for web ui')
@@ -41,9 +41,7 @@
   install -Dm644 deluge/data/pixmaps/deluge.svg "$pkgdir/usr/share/pixmaps/deluge.svg"
 
   _dir="$pkgdir/usr/lib/python2.7/site-packages/deluge/ui"
-  sed -e '1s/python$/&2/' \
-      -i "$_dir/Win32IconImagePlugin.py" \
-      -i "$_dir/web/gen_gettext.py"
+  sed -i '1s/python$/&2/' "$_dir"/{Win32IconImagePlugin.py,web/gen_gettext.py}
 
   cd ..
   install -Dm644 deluge.tmpfiles.conf "$pkgdir/usr/lib/tmpfiles.d/deluge.conf"

Modified: deluge.install
===================================================================
--- deluge.install	2012-10-15 22:15:07 UTC (rev 168778)
+++ deluge.install	2012-10-15 22:48:38 UTC (rev 168779)
@@ -8,7 +8,7 @@
   post_upgrade
 
 cat <<EOF
->>> The optional headless daemon started using /etc/rc.d/deluged uses the "deluge" user.
+>>> The optional headless daemon started using deluged.service uses the "deluge" user.
     Its default download directory is /srv/deluge.
 EOF
 }




More information about the arch-commits mailing list