Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8ec05bee0da62b9fd9198d2844952645a2903166

commit 8ec05bee0da62b9fd9198d2844952645a2903166
Author: crazy <[EMAIL PROTECTED]>
Date:   Wed Dec 5 17:39:24 2007 +0100

bittorrent-5.0.9-2-i686
* release bump
* added an patch to fix wxpy28 detection

diff --git a/source/network-extra/bittorrent/FrugalBuild 
b/source/network-extra/bittorrent/FrugalBuild
index b27542b..980bac4 100644
--- a/source/network-extra/bittorrent/FrugalBuild
+++ b/source/network-extra/bittorrent/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=bittorrent
pkgver=5.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for distributing files."
license="BitTorrent OpenSource License"
url="http://www.bittorrent.com/";
@@ -12,16 +12,18 @@ groups=('network-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump http://download.bittorrent.com/dl/?M=A |Flasttar"
source=(http://download.bittorrent.com/dl/BitTorrent-$pkgver.tar.gz \
-       bittorrent.{desktop,png} rc.bt{track,seed})
-sha1sums=('9f1b9b66736dac204b19bc5dc13f3dd10158c89c' \
+       bittorrent.{desktop,png} rc.bt{track,seed} \
+       wxpy28.patch)
+sha1sums=('b610c811590aad6ec25fc7b30acb9e0264443121' \
'f7d59dda7e43c3cf23541ed10d4e0754fe0ff6e4' \
'2e27694484fecf0053816b1cd1f6aadee4313e76' \
'c383e7c79974883ca532b3626a58232989a995dc' \
-          '1968244cf87f6c076d392885c40310a7c0b01235')
+          '1968244cf87f6c076d392885c40310a7c0b01235' \
+          '0b0e71713b7b4b186d69ab3f1439ea819fe8c924')

subpkgs=('bittorrent-gui')
subdescs=('GUI versions of the BitTorrent file transfer tool')
-subdepends=("bittorrent=$pkgver-$pkgrel wxpython-u8 pycrypto wxpython")
+subdepends=("bittorrent=$pkgver-$pkgrel wxpython-u8>=2.8.7.1 pycrypto 
wxpython>=2.8.7.1")
subgroups=('xapps-extra')
subarchs=('i686 x86_64')

diff --git a/source/network-extra/bittorrent/wxpy28.patch 
b/source/network-extra/bittorrent/wxpy28.patch
new file mode 100644
index 0000000..475c3b5
--- /dev/null
+++ b/source/network-extra/bittorrent/wxpy28.patch
@@ -0,0 +1,12 @@
+diff -Naur BitTorrent-5.0.9/BitTorrent/GUI_wx/__init__.py 
BitTorrent-5.0.9-p/BitTorrent/GUI_wx/__init__.py
+--- BitTorrent-5.0.9/BitTorrent/GUI_wx/__init__.py     2007-08-04 
01:55:42.000000000 +0200
++++ BitTorrent-5.0.9-p/BitTorrent/GUI_wx/__init__.py   2007-12-05 
17:29:36.000000000 +0100
+@@ -22,7 +22,7 @@
+ else:
+     # doesn't work in py2exe
+     try:
+-        wxversion.select('2.6')
++        wxversion.select('2.8')
+     except:
+         pass
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to