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

Eric Belanger eric at archlinux.org
Thu Sep 4 01:37:21 UTC 2008


    Date: Wednesday, September 3, 2008 @ 21:37:20
  Author: eric
Revision: 11819

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

........
  r10659 | hugo | 2008-08-29 13:05:59 -0400 (Fri, 29 Aug 2008) | 1 line
  
  upgpkg: deluge 0.9.08-1
........
  r10663 | hugo | 2008-08-29 15:18:54 -0400 (Fri, 29 Aug 2008) | 1 line
  
  upgpkg: deluge 0.9.08-2
........

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

----------------+
 PKGBUILD       |   29 ++++++++++++++++-------------
 deluge.install |   22 ----------------------
 2 files changed, 16 insertions(+), 35 deletions(-)


Property changes on: deluge/repos/testing-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /deluge/trunk:1-8135
   + /deluge/trunk:1-11818

Modified: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2008-09-04 01:34:26 UTC (rev 11818)
+++ testing-x86_64/PKGBUILD	2008-09-04 01:37:20 UTC (rev 11819)
@@ -1,24 +1,27 @@
 # $Id$
-# Maintainer: Roman Kyrylych <roman at archlinux.org>
+# Maintainer: Hugo Doria <hugo at archlinux.org>
 
 pkgname=deluge
-pkgver=0.5.9.4
-pkgrel=1
-pkgdesc="Bittorrent client written in PyGTK"
+pkgver=0.9.08
+pkgrel=2
+pkgdesc="A bittorrent client written with python and pygtk"
 arch=('i686' 'x86_64')
 url="http://deluge-torrent.org/"
-license=('GPL')
-depends=('pygtk' 'boost>=1.35.0' 'pyxdg' 'dbus-python' 'librsvg' 'desktop-file-utils'
-         'hicolor-icon-theme')
-makedepends=('intltool')
-install=deluge.install
-source=(http://download.deluge-torrent.org/source/$pkgver/${pkgname}-${pkgver}.tar.gz)
-md5sums=('8baee1df11074ca523d57ddc157a4ce4')
+license=('GPL2')
+depends=('pygtk' 'boost>=1.35.0' 'pyxdg' 'dbus-python' 'librsvg' 'setuptools')
+makedepends=('subversion' 'intltool')
+source=(http://download.deluge-torrent.org/source/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('49c35efb775fb98b3ce30adedff392c1')
+sha1sums=('7c0ac9234301b826ace253a354b753a5ec552ae9')
 options=('!emptydirs')
 
 build() {
-  cd ${srcdir}/${pkgname}-torrent-${pkgver}
 
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  sed -i 's|boost_thread|boost_thread-mt|' setup.py
   python setup.py install --prefix=/usr --root=${pkgdir}
-  install -D -m644 pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg
+
+  install -D -m644 deluge/data/pixmaps/deluge.svg ${pkgdir}/usr/share/pixmaps/deluge.svg 
 }
+

Deleted: testing-x86_64/deluge.install
===================================================================
--- testing-x86_64/deluge.install	2008-09-04 01:34:26 UTC (rev 11818)
+++ testing-x86_64/deluge.install	2008-09-04 01:37:20 UTC (rev 11819)
@@ -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