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

Hugo Doria hugo at archlinux.org
Fri Aug 29 19:19:32 UTC 2008


    Date: Friday, August 29, 2008 @ 15:19:31
  Author: hugo
Revision: 10664

Merged revisions 10660-10663 via svnmerge from 
svn+ssh://archlinux.org/home/svn-packages/deluge/trunk

........
  r10663 | hugo | 2008-08-29 16:18:54 -0300 (Fri, 29 Aug 2008) | 1 line
  
  upgpkg: deluge 0.9.08-2
........

Modified:
  deluge/repos/testing-i686/	(properties)
  deluge/repos/testing-i686/PKGBUILD
Deleted:
  deluge/repos/testing-i686/deluge.install

----------------+
 PKGBUILD       |    8 +++-----
 deluge.install |   22 ----------------------
 2 files changed, 3 insertions(+), 27 deletions(-)


Property changes on: deluge/repos/testing-i686
___________________________________________________________________
Name: svnmerge-integrated
   - /deluge/trunk:1-10659
   + /deluge/trunk:1-10663

Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2008-08-29 19:18:54 UTC (rev 10663)
+++ testing-i686/PKGBUILD	2008-08-29 19:19:31 UTC (rev 10664)
@@ -3,16 +3,14 @@
 
 pkgname=deluge
 pkgver=0.9.08
-pkgrel=1
+pkgrel=2
 pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
 license=('GPL2')
-depends=('pygtk' 'boost' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
+depends=('pygtk' 'boost>=1.35.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
 makedepends=('subversion' 'intltool')
-conflicts=('deluge')
-provides=('deluge')
-source=(http://download.deluge-torrent.org/source/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 md5sums=('49c35efb775fb98b3ce30adedff392c1')
 sha1sums=('7c0ac9234301b826ace253a354b753a5ec552ae9')
 options=('!emptydirs')

Deleted: testing-i686/deluge.install
===================================================================
--- testing-i686/deluge.install	2008-08-29 19:18:54 UTC (rev 10663)
+++ testing-i686/deluge.install	2008-08-29 19:19:31 UTC (rev 10664)
@@ -1,22 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-  cat << EOM
-
-==> deluge post_upgrade message:
-
-==> After upgrading your Deluge installation, it may fail to start.
-==> If this happens to you, you need to remove your ~/.config/deluge directory
-==> (make a backup first!) to allow Deluge to rebuild its configuration file.
-
-EOM
-}
-
-post_remove() {
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}




More information about the arch-commits mailing list