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

commit 113823b7e418872374353abcda6a0e3efbed7bbf
Author: Priyank <[EMAIL PROTECTED]>
Date:   Wed Oct 31 21:52:29 2007 +0530

deluge-0.5.6.2-1-i686
* Added deluge-0.5.6.2-boostmt.diff for fixing boost libs
* Added missing _F_gnome_iconcache
* Version bump

diff --git a/source/gnome-extra/deluge/FrugalBuild 
b/source/gnome-extra/deluge/FrugalBuild
index 6a383d9..7acac35 100644
--- a/source/gnome-extra/deluge/FrugalBuild
+++ b/source/gnome-extra/deluge/FrugalBuild
@@ -1,9 +1,9 @@
-# Compiling Time: 0.91 SBU
+# Compiling Time: 1.02 SBU
# Maintainer: Priyank Gosalia <[EMAIL PROTECTED]>
# Contributor: Artur Grunau <[EMAIL PROTECTED]>

pkgname=deluge
-pkgver=0.5.6
+pkgver=0.5.6.2
pkgrel=1
pkgdesc="BitTorrent client written in Python and GTK+."
url="http://deluge-torrent.org/";
@@ -13,8 +13,10 @@ archs=('i686' 'x86_64')
up2date="lynx -dump $url/downloads-source | grep -m1 tar.gz | Flasttar"
source=(http://download.deluge-torrent.org/tarball/$pkgver/$pkgname-$pkgver.tar.gz
 \
$pkgname-$pkgver-boostmt.diff)
-sha1sums=('72e792695396d67b9bafb3a1544a401a479ee70c' \
-          '3f891cd8b6feb428100707478640738472fb25cc')
+_F_gnome_iconcache=y
+Finclude gnome-scriptlet
+sha1sums=('f7e48045f4a6d1b9d9327c414c0a3b576f882c0b' \
+          '7447f2895af447c2ed02d41c7bf96291cc2833fd')

build()
{
@@ -24,6 +26,7 @@ build()
Fsed '--prefix=$(PREFIX)' '--prefix=$(PREFIX) --root=$(DESTDIR)' Makefile
make || Fdie
make DESTDIR=$Fdestdir install
+       Fbuild_gnome_scriptlet
}

# optimization OK
diff --git a/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff 
b/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff
deleted file mode 100644
index a2fd320..0000000
--- a/source/gnome-extra/deluge/deluge-0.5.6-boostmt.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Naur deluge-0.5.6/setup.py deluge-0.5.6.new/setup.py
---- deluge-0.5.6/setup.py      2007-10-24 03:45:22.000000000 +0530
-+++ deluge-0.5.6.new/setup.py  2007-10-28 21:10:02.000000000 +0530
-@@ -167,8 +167,8 @@
-             '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'
- else:
-         librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
diff --git a/source/gnome-extra/deluge/deluge-0.5.6.2-boostmt.diff 
b/source/gnome-extra/deluge/deluge-0.5.6.2-boostmt.diff
new file mode 100644
index 0000000..2b74eaa
--- /dev/null
+++ b/source/gnome-extra/deluge/deluge-0.5.6.2-boostmt.diff
@@ -0,0 +1,14 @@
+diff -Naur deluge-0.5.6.2/setup.py deluge-0.5.6.2.new/setup.py
+--- deluge-0.5.6.2/setup.py    2007-10-31 15:12:11.000000000 +0530
++++ deluge-0.5.6.2.new/setup.py        2007-10-31 21:21:41.000000000 +0530
+@@ -167,8 +167,8 @@
+             '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'
+ else:
+         librariestype = ['boost_filesystem-mt', 'boost_date_time-mt',
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to