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

commit 6bd7e49296aa69cc2ef9539645b4a590073a1e86
Author: Priyank <[EMAIL PROTECTED]>
Date:   Mon Jul 30 15:01:40 2007 +0530

deluge-0.5.3-1-i686
* Version bump
* modified patch to fix boost-mt issue

diff --git a/source/gnome-extra/deluge/FrugalBuild 
b/source/gnome-extra/deluge/FrugalBuild
index 55a28dd..be4ec54 100644
--- a/source/gnome-extra/deluge/FrugalBuild
+++ b/source/gnome-extra/deluge/FrugalBuild
@@ -3,18 +3,18 @@
# Contributor: Artur Grunau <[EMAIL PROTECTED]>

pkgname=deluge
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="BitTorrent client written in Python and GTK+."
url="http://deluge-torrent.org/";
depends=('pygtk' 'pyxdg' 'boost' 'notify-python' 'notification-daemon')
groups=('gnome-extra')
archs=('i686' 'x86_64')
-up2date="lynx -dump http://download.deluge-torrent.org/stable/ | grep 
'$pkgname' | Flasttar"
-source=(http://download.deluge-torrent.org/stable/$pkgname-$pkgver.tar.gz \
+up2date="lynx -dump $url/downloads | grep -m1 tar.gz | Flasttar"
+source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz
 \
deluge-$pkgver-boostmt.diff)
-sha1sums=('cfb5b8be4e8bb18b43611042bd1c67713e5489d1' \
-          '4e3106e3fa18ac7821e30ff8102c99b2d194ae65')
+sha1sums=('8d58ad88798d905bd16d55209e317a56a209d58d' \
+          'be715fedfd89fed6f1a0abebf190ec77a30d63df')

build()
{
diff --git a/source/gnome-extra/deluge/deluge-0.5.2-boostmt.diff 
b/source/gnome-extra/deluge/deluge-0.5.2-boostmt.diff
deleted file mode 100644
index 02409b5..0000000
--- a/source/gnome-extra/deluge/deluge-0.5.2-boostmt.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Naur deluge-0.5.2/setup.py deluge-0.5.2.new/setup.py
---- deluge-0.5.2/setup.py      2007-07-06 06:40:19.000000000 +0530
-+++ deluge-0.5.2.new/setup.py  2007-07-08 22:00:17.000000000 +0530
-@@ -108,7 +108,7 @@
-                      '/usr/include/python' + python_version]
-
-       if OS == "linux":
--              if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 
4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 
10.2\|Mandriva Linux release 2007.1\|Fedora release 7" /etc/issue')) == 0:
-+              if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 
4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 
10.2\|Mandriva Linux release 2007.1\|Fedora release 7|Frugalware" /etc/issue')) 
== 0:
-                       boosttype = 'nomt'
-               else:
-                       boosttype = 'mt'
-@@ -155,8 +155,9 @@
-                       'boost_thread', 'z', 'pthread', 'ssl']
-       print 'Libraries nomt'
- elif boosttype == "mt":
--      librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
--                      'boost_thread-mt', 'z', 'pthread', 'ssl']
-+      librariestype = ['boost_filesystem-gcc42-mt',
-+                      'boost_date_time-gcc42-mt',
-+                      'boost_thread-gcc42-mt', 'z', 'pthread', 'ssl']
-       print 'Libraries mt'
-
- def fetchCpp():
diff --git a/source/gnome-extra/deluge/deluge-0.5.3-boostmt.diff 
b/source/gnome-extra/deluge/deluge-0.5.3-boostmt.diff
new file mode 100644
index 0000000..02409b5
--- /dev/null
+++ b/source/gnome-extra/deluge/deluge-0.5.3-boostmt.diff
@@ -0,0 +1,24 @@
+diff -Naur deluge-0.5.2/setup.py deluge-0.5.2.new/setup.py
+--- deluge-0.5.2/setup.py      2007-07-06 06:40:19.000000000 +0530
++++ deluge-0.5.2.new/setup.py  2007-07-08 22:00:17.000000000 +0530
+@@ -108,7 +108,7 @@
+                      '/usr/include/python' + python_version]
+
+       if OS == "linux":
+-              if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 
4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 
10.2\|Mandriva Linux release 2007.1\|Fedora release 7" /etc/issue')) == 0:
++              if os.WEXITSTATUS(os.system('grep -iq "Debian GNU/Linux 
4.0\|Ubuntu 7.04\|Ubuntu 6.06\|Ubuntu 6.10\|Fedora Core release 6\|openSUSE 
10.2\|Mandriva Linux release 2007.1\|Fedora release 7|Frugalware" /etc/issue')) 
== 0:
+                       boosttype = 'nomt'
+               else:
+                       boosttype = 'mt'
+@@ -155,8 +155,9 @@
+                       'boost_thread', 'z', 'pthread', 'ssl']
+       print 'Libraries nomt'
+ elif boosttype == "mt":
+-      librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
+-                      'boost_thread-mt', 'z', 'pthread', 'ssl']
++      librariestype = ['boost_filesystem-gcc42-mt',
++                      'boost_date_time-gcc42-mt',
++                      'boost_thread-gcc42-mt', 'z', 'pthread', 'ssl']
+       print 'Libraries mt'
+
+ def fetchCpp():
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to