[Frugalware-git] homepage-ng: Fix rss element

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=24ae921a913eb78a75d5be2488b06b3df441696d

commit 24ae921a913eb78a75d5be2488b06b3df441696d
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 09:06:09 2011 +0100

Fix rss element

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 98bb581..b7e0aa9 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -203,7 +203,7 @@ switch($_GET['type'])
header('Content-Type: application/xml; charset=utf-8');
$buf = ;
$buf .= ?xml version=\1.0\ encoding=\utf-8\?
-rss version=\2.0\.$encoded.
+rss version=\2.0\.$encoded. xmlns:atom=\http://www.w3.org/2005/Atom\;
channel
title.$handle['title']./title
description.$handle['desc']./description
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Move xmlns:atom to the start of rss

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=e463c0d2daaacb90c5ba4b5feff691c0385b956c

commit e463c0d2daaacb90c5ba4b5feff691c0385b956c
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 09:09:32 2011 +0100

* Move xmlns:atom to the start of rss

diff --git a/frugalware/rss.php b/frugalware/rss.php
index b7e0aa9..a15cfab 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -203,7 +203,7 @@ switch($_GET['type'])
header('Content-Type: application/xml; charset=utf-8');
$buf = ;
$buf .= ?xml version=\1.0\ encoding=\utf-8\?
-rss version=\2.0\.$encoded. xmlns:atom=\http://www.w3.org/2005/Atom\;
+rss xmlns:atom=\http://www.w3.org/2005/Atom\; version=\2.0\.$encoded.
channel
title.$handle['title']./title
description.$handle['desc']./description
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Remove atom ~ l. 205

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=ff14c346ec18c0c41d0faef11ce840340f7f815d

commit ff14c346ec18c0c41d0faef11ce840340f7f815d
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 09:17:25 2011 +0100

* Remove atom ~ l. 205

diff --git a/frugalware/rss.php b/frugalware/rss.php
index a15cfab..d145265 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -208,7 +208,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
title.$handle['title']./title
description.$handle['desc']./description
link.$handle['link']./link
-   atom:link href=.$handle['link']. rel=\self\ 
type=\application/rss+xml\ /\n;
+   link href=.$handle['link']. rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Fix link's href

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=fe68af6a142e3cee59653c8435d0c7f088b9f716

commit fe68af6a142e3cee59653c8435d0c7f088b9f716
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 09:36:53 2011 +0100

* Fix link's href

diff --git a/frugalware/rss.php b/frugalware/rss.php
index d145265..079df2e 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -208,7 +208,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
title.$handle['title']./title
description.$handle['desc']./description
link.$handle['link']./link
-   link href=.$handle['link']. rel=\self\ 
type=\application/rss+xml\ /\n;
+   link href=http://www.frugalware.org; rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Forget to escape vars, again...

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=0fa8380b98dedba135e680592452e20a6721b866

commit 0fa8380b98dedba135e680592452e20a6721b866
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 10:04:41 2011 +0100

* Forget to escape vars, again...

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 079df2e..57ec57b 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -208,7 +208,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
title.$handle['title']./title
description.$handle['desc']./description
link.$handle['link']./link
-   link href=http://www.frugalware.org; rel=\self\ 
type=\application/rss+xml\ /\n;
+   link href=\http://www.frugalware.org\; rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Delete useless link * Added atom:

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f8293320c544d3c09401f5f1237a3a9aeba1a450

commit f8293320c544d3c09401f5f1237a3a9aeba1a450
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 10:06:52 2011 +0100

* Delete useless link
* Added atom:

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 57ec57b..903ed8a 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -207,8 +207,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
channel
title.$handle['title']./title
description.$handle['desc']./description
-   link.$handle['link']./link
-   link href=\http://www.frugalware.org\; rel=\self\ 
type=\application/rss+xml\ /\n;
+   atom:link href=\http://www.frugalware.org\; rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Fix link

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=13f52d621454ce0b8c039edc409a56d1d63a0539

commit 13f52d621454ce0b8c039edc409a56d1d63a0539
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 10:30:07 2011 +0100

* Fix link

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 903ed8a..7f8c0fc 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -207,7 +207,8 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
channel
title.$handle['title']./title
description.$handle['desc']./description
-   atom:link href=\http://www.frugalware.org\; rel=\self\ 
type=\application/rss+xml\ /\n;
+   link href=.$handle['link']./link
+   atom:link href=\.$handle['link']. rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] frugalware-current: TAG 1.4

2011-02-09 Thread Miklos Vajna
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1404b7c0dae1b9413191f507dd63930bb3978c92

commit 1404b7c0dae1b9413191f507dd63930bb3978c92
Author: Miklos Vajna vmik...@frugalware.org
Date:   Wed Feb 9 10:34:04 2011 +0100

TAG 1.4
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Fix link

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=b79b7f550c4d6fe3340165a268385382ca555826

commit b79b7f550c4d6fe3340165a268385382ca555826
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 11:24:00 2011 +0100

* Fix link

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 49551cd..3706fa4 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -208,7 +208,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
title.$handle['title']./title
description.$handle['desc']./description
link href=.$handle['link']./link
-   atom:link href=.$handle['link']. rel=\self\ 
type=\application/rss+xml\ /\n;
+   atom:link href=\.$handle['link']./rss/.$_GET['type'].\ 
rel=\self\ type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Remove href

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=7733569baf884c5ef57107acd7ceffe06461a2b6

commit 7733569baf884c5ef57107acd7ceffe06461a2b6
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 11:36:18 2011 +0100

* Remove href

diff --git a/frugalware/rss.php b/frugalware/rss.php
index 3706fa4..e2fb8f3 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -207,7 +207,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
channel
title.$handle['title']./title
description.$handle['desc']./description
-   link href=.$handle['link']./link
+   link.$handle['link']./link
atom:link href=\.$handle['link']./rss/.$_GET['type'].\ rel=\self\ 
type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * Fix typo

2011-02-09 Thread Pingax
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=21960f5d60f8aecee5f181fce70828ea62bb2ea7

commit 21960f5d60f8aecee5f181fce70828ea62bb2ea7
Author: Pingax pin...@frugalware.fr
Date:   Wed Feb 9 11:55:53 2011 +0100

* Fix typo

diff --git a/frugalware/rss.php b/frugalware/rss.php
index e2fb8f3..fe11dd3 100644
--- a/frugalware/rss.php
+++ b/frugalware/rss.php
@@ -208,7 +208,7 @@ $buf .= ?xml version=\1.0\ encoding=\utf-8\?
title.$handle['title']./title
description.$handle['desc']./description
link.$handle['link']./link
-   atom:link href=\.$handle['link']./rss/.$_GET['type'].\ 
rel=\self\ type=\application/rss+xml\ /\n;
+   atom:link href=\.$handle['link'].rss/.$_GET['type'].\ 
rel=\self\ type=\application/rss+xml\ /\n;

foreach( $handle['items'] as $i )
{
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fwng: added spanish to language list - not the icon list

2011-02-09 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=95574546f7b5ed011b919862b76d549def7b1571

commit 95574546f7b5ed011b919862b76d549def7b1571
Author: Krisztian VASAS i...@frugalware.org
Date:   Wed Feb 9 13:25:45 2011 +0100

fwng: added spanish to language list - not the icon list

diff --git a/frugalware/functions.inc.php b/frugalware/functions.inc.php
index 8ffb05a..ea31f94 100644
--- a/frugalware/functions.inc.php
+++ b/frugalware/functions.inc.php
@@ -167,7 +167,8 @@ function getllang($lang)
ru = ru_RU,
da = da_DK,
cs = cs_CZ,
-   tr = tr_TR
+   tr = tr_TR,
+   es = es_ES
);
return $langs[$lang];
}
@@ -183,7 +184,8 @@ function getnlang($lang)
ru_RU = Russian,
da_DK = Danish,
cs_CZ = Czech,
-   tr_TR = Turkish
+   tr_TR = Turkish,
+   es_ES = Spanish
);
return $nlangs[$lang];
}
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fwng: added spanish flag

2011-02-09 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=961971d4e0139cd586076f1d582eec323e817b85

commit 961971d4e0139cd586076f1d582eec323e817b85
Author: Krisztian VASAS i...@frugalware.org
Date:   Wed Feb 9 13:33:36 2011 +0100

fwng: added spanish flag

diff --git a/frugalware/config.inc.php b/frugalware/config.inc.php
index 2afe12c..aa635fe 100644
--- a/frugalware/config.inc.php
+++ b/frugalware/config.inc.php
@@ -104,6 +104,7 @@ $langcontent = 'div class=imgcontent
a href=' . $langpage . 'daimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/danish.gif border=0 //a
|
a href=' . $langpage . 'csimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/czech.gif border=0 //a
+ a href=' . $langpage . 'esimg alt=' . gettext( 'Change 
language' ) . ' title=' . gettext( 'Change language' ) . ' src=' . 
$fwng_root . 'images/spanish.gif border=0 //a
!--  |
a href=' . $langpage . 'trimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/turkish.gif border=0 //a --
/div';
diff --git a/frugalware/images/spanish.gif b/frugalware/images/spanish.gif
new file mode 100644
index 000..8e305ec
Binary files /dev/null and b/frugalware/images/spanish.gif differ
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: fwng: fixed language icons

2011-02-09 Thread Krisztian VASAS
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=8aeeb1fe59ef7f47e418e68b1e056a4062a0ac12

commit 8aeeb1fe59ef7f47e418e68b1e056a4062a0ac12
Author: Krisztian VASAS i...@frugalware.org
Date:   Wed Feb 9 13:34:51 2011 +0100

fwng: fixed language icons

diff --git a/frugalware/config.inc.php b/frugalware/config.inc.php
index aa635fe..abe2b47 100644
--- a/frugalware/config.inc.php
+++ b/frugalware/config.inc.php
@@ -104,6 +104,7 @@ $langcontent = 'div class=imgcontent
a href=' . $langpage . 'daimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/danish.gif border=0 //a
|
a href=' . $langpage . 'csimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/czech.gif border=0 //a
+ |
a href=' . $langpage . 'esimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/spanish.gif border=0 //a
!--  |
a href=' . $langpage . 'trimg alt=' . gettext( 'Change language' ) . ' 
title=' . gettext( 'Change language' ) . ' src=' . $fwng_root . 
'images/turkish.gif border=0 //a --
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: evolution-exchange-2.91.6-1-i686

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=757ca8be05a9bbce2a1f7755ba298d197a2591e3

commit 757ca8be05a9bbce2a1f7755ba298d197a2591e3
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 13:46:17 2011 +

evolution-exchange-2.91.6-1-i686

*Version bump

diff --git a/source/gnome/evolution-exchange/FrugalBuild 
b/source/gnome/evolution-exchange/FrugalBuild
index 81ca557..af2f2aa 100644
--- a/source/gnome/evolution-exchange/FrugalBuild
+++ b/source/gnome/evolution-exchange/FrugalBuild
@@ -2,10 +2,10 @@
# Maintainer: bouleetbil bouleet...@frogdev.info

pkgname=evolution-exchange
-pkgver=2.32.1
+pkgver=2.91.6
pkgrel=1
pkgdesc=Ximian Connector for Microsoft Exchange, which adds support for 
Microsoft Exchange 2000 and 2003 to Evolution.
-depends=('gtkhtml=2.30.3' 'evolution-data-server=2.32.1' 'evolution=2.32.1' 
'libsoup=2.30.0' \
+depends=('gtkhtml=2.30.3' 'evolution-data-server=2.90.0' 'evolution=2.90.0' 
'libsoup=2.30.0' \
'evolution-data-server-ldap=2.32.1' 'libkrb5' 'openssl=1.0.0')
makedepends=('gtk-doc=1.11' 'perl-xml-parser' 'openldap' 'intltool' 'krb5')
groups=('gnome')
@@ -13,6 +13,6 @@ archs=('i686' 'x86_64' 'ppc')
Finclude gnome
url=http://www.gnome.org/projects/evolution/;
Fconfopts=$Fconfopts --disable-gtk-doc --with-krb5=/usr
-sha1sums=('5a6b038eb027b5e6810273e9d1f6f16cfaa749c0')
+sha1sums=('1c217fcf02689817a35d6a7352532cc33b402ccc')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gmp-5.0.1-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=9ae4368eb231ae20071aebde108c33340fd6dfa2

commit 9ae4368eb231ae20071aebde108c33340fd6dfa2
Author: Elentir elen...@frugalware.org
Date:   Wed Feb 9 13:41:53 2011 +0100

gmp-5.0.1-2-i686

* symlink useless now

diff --git a/source/base/gmp/FrugalBuild b/source/base/gmp/FrugalBuild
index a966d45..78fdff8 100644
--- a/source/base/gmp/FrugalBuild
+++ b/source/base/gmp/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=gmp
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
pkgdesc=GNU multiple precision arithmetic library
url=http://swox.com/gmp/;
archs=('i686' 'x86_64' 'ppc')
@@ -31,9 +31,6 @@ build()
make || Fdie
Fmakeinstall
make check || Fdie
-
-## add a temporary tricky symlink
-Fln /usr/lib/libgmp.so.10 /usr/lib/libgmp.so.3
}

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: mpfr-3.0.0_08-3-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=794331b677203eab451e9806685871fd0bd55895

commit 794331b677203eab451e9806685871fd0bd55895
Author: Elentir elen...@frugalware.org
Date:   Wed Feb 9 14:10:28 2011 +0100

mpfr-3.0.0_08-3-i686

* symlink useless now

diff --git a/source/lib/mpfr/FrugalBuild b/source/lib/mpfr/FrugalBuild
index 7167e0e..9670a73 100644
--- a/source/lib/mpfr/FrugalBuild
+++ b/source/lib/mpfr/FrugalBuild
@@ -9,10 +9,10 @@ if [ -n $patchver ]; then
else
pkgver=${basever}
fi
-pkgrel=2
+pkgrel=3
pkgdesc=Library for multiple-precision floating-point computations.
url=http://www.mpfr.org/mpfr-current/;
-depends=('gmp=5.0.1')
+depends=('gmp=5.0.1-2')
groups=('lib' 'devel-core')
archs=('i686' 'x86_64' 'ppc')
up2date=echo \$(lynx -dump $url |grep version|sed 's/.*n \(.*\) 
(.*/\1/;q')_\$(lynx -source -dump $url |grep 'patch[0-9]\{2\}'|sed -n 
's/.*patch\([0-9]\{2\}\).*/\1/;$ p')|sed 's/_$//'
@@ -36,9 +36,4 @@ options=('noversrc')
_F_cd_path=$pkgname-$basever
Fconfopts=$Fconfopts --enable-shared --enable-static

-build() {
-   Fbuild
-   ## add a temporary tricky symlink to avoid breaking gcc
-Fln /usr/lib/libmpfr.so.4 /usr/lib/libmpfr.so.1
-}
# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: libmpc-0.8.2-3-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=06614de78c126cfcebbbf042de2f7c990d71c8f0

commit 06614de78c126cfcebbbf042de2f7c990d71c8f0
Author: Elentir elen...@frugalware.org
Date:   Wed Feb 9 14:19:26 2011 +0100

libmpc-0.8.2-3-i686

* rebuild with mpfr=3.0.0_08-3

diff --git a/source/lib/libmpc/FrugalBuild b/source/lib/libmpc/FrugalBuild
index c2f3162..9d173f4 100644
--- a/source/lib/libmpc/FrugalBuild
+++ b/source/lib/libmpc/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=libmpc
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc=A library for the arithmetic of complex numbers.
url=http://www.multiprecision.org/mpc/;
-depends=('mpfr=3.0.0')
+depends=('mpfr=3.0.0_08-3')
groups=('lib' 'devel-core')
archs=('i686' 'x86_64' 'ppc')
_F_archive_name=mpc
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: * fixing translation

2011-02-09 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=a5a9eb5dbf44205fbafa7d2c7dae1e8928657bb3

commit a5a9eb5dbf44205fbafa7d2c7dae1e8928657bb3
Author: Devil505 devil505li...@gmail.com
Date:   Wed Feb 9 14:52:30 2011 +0100

* fixing translation

diff --git a/frugalware/xml/news_fr.xml b/frugalware/xml/news_fr.xml
index 266e56f..048459d 100644
--- a/frugalware/xml/news_fr.xml
+++ b/frugalware/xml/news_fr.xml
@@ -33,7 +33,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --
ul
liFrugalware 1.4 Release Candidate 2 disponible/li
liFrugalware tweak! et Frugalware tweak 2! ???/li
-   liDo-dec-a-he-what!?/li
+   liDo-dec-a-he-quoi!?/li
liLes utilisateurs de Frugalware sont aussi des personnes!/li
liTrucs et Astuces - Trouvez votre mirroir le plus rapide./li
/ul
@@ -1882,6 +1882,7 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --
dateThu, 16 Oct 2008 23:06:50 +1000/date
authorhermier/author
hidden0/hidden
+
content![CDATA[
Si vous suivez les nouveautés nVidia, vous êtes probablement informé qu'un 
nouveau pilote legacy est disponible. Pour faire simple le support de toutes 
les cartes FX est retirer du driver pricipal et est conservé dans le nouveau 
paquet legacy.br /
Le nouveau pilote legacy est disponible dans le paquet nvidia-173xx, et la 
dernière version du paquet nvidia est maintenant disponible. Veuillez 
vérifier le status de votre carte et mettre à jour vers le paquet 
nvidia-173xx si nécessaire avant de rapporté que X ne fonctionne plus.br /
@@ -2103,6 +2104,7 @@ f2a29df040f4b5ac40a52fa7e90447e81ea1a240  
frugalware-0.9-x86_64-net.iso
a 
href=/download/frugalware-testing-iso/fwlive-0.9rc2-i686-full.isolivecd/a,
a 
href=/download/frugalware-testing-iso/frugalware-0.9rc2-i686-net.isonetinstall/a,
a 
href=/download/frugalware-testing-iso/frugalware-0.9rc2-i686-usb.imgusb/a,
+
a 
href=/download/frugalware-testing-iso/frugalware-0.9rc2-i686-tftp.imgtftp/a,
a 
href=/download/frugalware-testing-iso/frugalware-0.9rc2-i686-cd1.isocd1/a,
a 
href=/download/frugalware-testing-iso/frugalware-0.9rc2-i686-cd2.isocd2/a,
@@ -4849,6 +4851,7 @@ a3596b7f25437447c3c117eb0bb883b040a3024a  
frugalware-0.5pre2-i686-cd8.iso
Download for i686: a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-i686-net.isonetinstall/a
 (19M), a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-i686-cd1.isocd1/a 
(490M), a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-i686-cd2.isocd2/a 
(604M), a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-i686-dvd.isodvd/a 
(3.5G)br /
Download for x86_64: a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-x86_64-net.isonetinstall/a
 (19M), a 
href=download.php?url=frugalware-0.4-iso/frugalware-0.4-x86_64-dvd.isodvd/a
 (2.5G)br /
Torrents also a 
href=http://linuxtracker.org/index.php?cat=146;available/a.br /
+
SHA1SUMS:br /
ttdfec06c393187037a362f4d2e57819c4e97e71dd  frugalware-0.4-i686-cd1.isobr /
09c29ec582eadc02dee2be0fd1230cff8ec40695  frugalware-0.4-i686-cd2.isobr /
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: *changing date of news#1

2011-02-09 Thread Devil505
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=606e9356e00e14f9c5d15c9d6842dd44f9ef311e

commit 606e9356e00e14f9c5d15c9d6842dd44f9ef311e
Author: Devil505 devil505li...@gmail.com
Date:   Wed Feb 9 14:55:50 2011 +0100

*changing date of news#1

diff --git a/frugalware/xml/news_es.xml b/frugalware/xml/news_es.xml
index e97795b..33176fd 100644
--- a/frugalware/xml/news_es.xml
+++ b/frugalware/xml/news_es.xml
@@ -5630,7 +5630,7 @@ a3596b7f25437447c3c117eb0bb883b040a3024a  
frugalware-0.5pre2-i686-cd8.iso
post
id1/id
title¡¡¡Frugalware en Español!!!/title
-dateMar, 8 Feb 2011 04:20:42 +0200/date
+dateMon, 13 Sep 2004 13:53:37 +0200/date
authorNekrodes/author
hidden0/hidden
content![CDATA[
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] xorgtesting: xf86-video-nouveau-0.0.16.g8bb8231-1-i686 *version bump for hermier :p

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorgtesting.git;a=commitdiff;h=a4a2cfebc75d7634e24a408011edec84874879c4

commit a4a2cfebc75d7634e24a408011edec84874879c4
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 21:36:37 2011 +

xf86-video-nouveau-0.0.16.g8bb8231-1-i686
*version bump for hermier :p

diff --git a/source/x11/xf86-video-nouveau/FrugalBuild 
b/source/x11/xf86-video-nouveau/FrugalBuild
index c25b41d..bb3c5d1 100644
--- a/source/x11/xf86-video-nouveau/FrugalBuild
+++ b/source/x11/xf86-video-nouveau/FrugalBuild
@@ -23,7 +23,7 @@ conflicts=(${provides[@]})
unset source # Git only for now
_F_scm_type=git
if Fuse $USE_DEVEL; then
-   pkgver=$pkgver.g8bb8231
+   pkgver=$pkgver.g02c50db
_F_scm_url=git://anongit.freedesktop.org/nouveau/xf86-video-nouveau
else
pkgver=$pkgver.g8bb8231
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: Announcement of Spanish translation of FW homepage

2011-02-09 Thread AKA phayz
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=c659969ce2ba2ae0ca70d32189294b6e969c4064

commit c659969ce2ba2ae0ca70d32189294b6e969c4064
Author: Russell Dickenson (AKA phayz) ph...@frugalware.org
Date:   Thu Feb 10 07:22:22 2011 +1000

Announcement of Spanish translation of FW homepage

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 5877a25..30c17a8 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -22,6 +22,23 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --

news
post
+id195/id
+  title¿Habla usted español?/title
+  dateThu, 10 Feb 2011 07:21:27 +1000/date
+  authorphayz/author
+  hidden0/hidden
+  content![CDATA[
+The Frugalware homepage is now available in Spanish and can be found
+here - http://http://frugalware.org/es. One of Frugalware's founding
+principles was that it be accessible to people in their native 
language.
+This is one step forward along that path. Many thanks to all who were
+involved in providing translations and we hope this continues for many
+years to come.
+  ]]
+  /content
+  icon/images/icons/info.png/icon
+  /post
+  post
id194/id
titleFrugalware Newsletter Issue 75/title
dateTue, 01 Feb 2011 12:56:56 +1000/date
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: Announcement of Spanish translation of FW home page

2011-02-09 Thread AKA phayz
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=f261b079240ae0bf90a81397604271494f95c308

commit f261b079240ae0bf90a81397604271494f95c308
Author: Russell Dickenson (AKA phayz) ph...@frugalware.org
Date:   Thu Feb 10 07:29:04 2011 +1000

Announcement of Spanish translation of FW home page

* adding hyperlink to homepage
* minor rewording

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index 30c17a8..e42149f 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -28,12 +28,12 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --
authorphayz/author
hidden0/hidden
content![CDATA[
-The Frugalware homepage is now available in Spanish and can be found
-here - http://http://frugalware.org/es. One of Frugalware's founding
-principles was that it be accessible to people in their native 
language.
-This is one step forward along that path. Many thanks to all who were
-involved in providing translations and we hope this continues for many
-years to come.
+   The Frugalware homepage is now available in Spanish and can be 
found
+   - a href=http://frugalware.org/es;here/a. One of
+   Frugalware's founding principles was that it be accessible to
+   people in their native language and this is one step forward 
along
+   that path. Many thanks to all who were involved in providing
+   translations and we hope this continues for many years to come.
]]
/content
icon/images/icons/info.png/icon
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] homepage-ng: Announcement of Spanish translation of FW homepage

2011-02-09 Thread AKA phayz
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=20f72d35c1bc0b2e98a6922b33c3c31df5ad3c74

commit 20f72d35c1bc0b2e98a6922b33c3c31df5ad3c74
Author: Russell Dickenson (AKA phayz) ph...@frugalware.org
Date:   Thu Feb 10 07:32:31 2011 +1000

Announcement of Spanish translation of FW homepage

* (another) minor change to the hyperlink

diff --git a/frugalware/xml/news.xml b/frugalware/xml/news.xml
index e42149f..2803b27 100644
--- a/frugalware/xml/news.xml
+++ b/frugalware/xml/news.xml
@@ -29,8 +29,8 @@ Example: Mon, 07 Aug 2006 12:34:56 -0600 --
hidden0/hidden
content![CDATA[
The Frugalware homepage is now available in Spanish and can be found
-   - a href=http://frugalware.org/es;here/a. One of
-   Frugalware's founding principles was that it be accessible to
+   here: a 
href=http://frugalware.org/es;http://frugalware.org/es/a.
+   One of Frugalware's founding principles was that it be 
accessible to
people in their native language and this is one step forward along
that path. Many thanks to all who were involved in providing
translations and we hope this continues for many years to come.
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtk-vnc-0.4.2-5-i686 *fixes conflict

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=6d91e62010af6547b4abcaf8e6386ec71f599774

commit 6d91e62010af6547b4abcaf8e6386ec71f599774
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 22:52:32 2011 +0100

gtk-vnc-0.4.2-5-i686
*fixes conflict

diff --git a/source/xlib-extra/gtk-vnc/FrugalBuild 
b/source/xlib-extra/gtk-vnc/FrugalBuild
index e82b324..4e992c3 100644
--- a/source/xlib-extra/gtk-vnc/FrugalBuild
+++ b/source/xlib-extra/gtk-vnc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gtk-vnc
pkgver=0.4.2
-pkgrel=4
+pkgrel=5
pkgdesc=VNC viewer wigdet for GTK
depends=('gtk+2=2.20.0-2' 'libxau' 'libxdmcp' 'freetype2' 'gnutls' 'libgcrypt' 
'libxdamage' \
'libxext' 'libxml2=2.7.8' 'pygtk' 'cyrus-sasl')
@@ -14,7 +14,7 @@ source=($source frambuffer.diff gdk3.diff motion.diff 
tlsShutdown.diff \
gtk3.diff pixmap.diff unref.diff)
groups=('xlib-extra')
archs=('i686' 'ppc' 'x86_64')
-Fconfopts=${Fconfopts[@]} --with-coroutine=gthread --enable-introspection=yes
+Fconfopts=${Fconfopts[@]} --with-coroutine=gthread --enable-introspection=yes 
--enable-plugin=no
sha1sums=('8aa76bbb6a47951d4692ebb1ac241fa7b3bda2ef' \
'd9946a3b70b1d422b5f20adb15cafccd864211e3' \
'628120a888a75ddbefeb4a62389baead71b97c8c' \
@@ -27,13 +27,23 @@ unset MAKEFLAGS

subpkgs=('gtk3-vnc')
subdescs=('Vnc viewer widget for gtk+3')
+subrodepends=('')
subdepends=('gtk+3=2.99.3')
subarchs=('i686 x86_64 ppc')
subgroups=('xlib-extra')

+subpkgs=(${subpkgs[@]} 'gvnc-devel')
+subdescs=(${subdescs[@]} 'gvnc is a GObject for managing a VNC connection')
+subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
+subdepends=(${subdepends[@]} )
+subgroups=(${subgroups[@]} 'xlib-extra')
+subarchs=(${subarchs[@]} 'i686 x86_64 ppc')
+
build() {
Fcd
Fbuild --with-gtk=3.0
+   Frm usr/include/gvnc*
+   Frm /usr/lib/pkgconfig/gvnc-1.0.pc
Fsplit gtk3-vnc usr/lib/libgtk-vnc-2.0.so.*
Fsplit gtk3-vnc usr/lib/pkgconfig/*
Fsplit gtk3-vnc usr/include
@@ -42,6 +52,8 @@ build() {
make clean
Fmake --with-gtk=2.0
Fmakeinstall
+   Fsplit gvnc-devel usr/include/gvnc-1.0
+   Fsplit gvnc-devel usr/lib/pkgconfig/gvnc-1.0.pc
}

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtk-vnc-0.4.2-6-i686 *fixes depends

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=cd7801475f9ccd4f1edd158a82c987060f9c8249

commit cd7801475f9ccd4f1edd158a82c987060f9c8249
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 23:21:33 2011 +0100

gtk-vnc-0.4.2-6-i686
*fixes depends

diff --git a/source/xlib-extra/gtk-vnc/FrugalBuild 
b/source/xlib-extra/gtk-vnc/FrugalBuild
index 4e992c3..6a9f9eb 100644
--- a/source/xlib-extra/gtk-vnc/FrugalBuild
+++ b/source/xlib-extra/gtk-vnc/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=gtk-vnc
pkgver=0.4.2
-pkgrel=5
+pkgrel=6
pkgdesc=VNC viewer wigdet for GTK
depends=('gtk+2=2.20.0-2' 'libxau' 'libxdmcp' 'freetype2' 'gnutls' 'libgcrypt' 
'libxdamage' \
'libxext' 'libxml2=2.7.8' 'pygtk' 'cyrus-sasl')
@@ -34,7 +34,7 @@ subgroups=('xlib-extra')

subpkgs=(${subpkgs[@]} 'gvnc-devel')
subdescs=(${subdescs[@]} 'gvnc is a GObject for managing a VNC connection')
-subrodepends=(${subrodepends[@]} $pkgname=$pkgver)
+subrodepends=(${subrodepends[@]} glib2)
subdepends=(${subdepends[@]} )
subgroups=(${subgroups[@]} 'xlib-extra')
subarchs=(${subarchs[@]} 'i686 x86_64 ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: gtk-vnc-0.4.2-7-i686 *really fixes depends

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ea992337c60387334aafa41ca098d9d6d965

commit ea992337c60387334aafa41ca098d9d6d965
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 23:25:52 2011 +0100

gtk-vnc-0.4.2-7-i686
*really fixes depends

diff --git a/source/xlib-extra/gtk-vnc/FrugalBuild 
b/source/xlib-extra/gtk-vnc/FrugalBuild
index 6a9f9eb..85c318e 100644
--- a/source/xlib-extra/gtk-vnc/FrugalBuild
+++ b/source/xlib-extra/gtk-vnc/FrugalBuild
@@ -3,10 +3,11 @@

pkgname=gtk-vnc
pkgver=0.4.2
-pkgrel=6
+pkgrel=7
pkgdesc=VNC viewer wigdet for GTK
depends=('gtk+2=2.20.0-2' 'libxau' 'libxdmcp' 'freetype2' 'gnutls' 'libgcrypt' 
'libxdamage' \
'libxext' 'libxml2=2.7.8' 'pygtk' 'cyrus-sasl')
+rodepends=('gvnc-devel')
makedepends=('intltool' 'perl-text-csv' 'libtool')
_F_gnome_devel=y
Finclude gnome
@@ -27,7 +28,7 @@ unset MAKEFLAGS

subpkgs=('gtk3-vnc')
subdescs=('Vnc viewer widget for gtk+3')
-subrodepends=('')
+subrodepends=('gvnc-devel')
subdepends=('gtk+3=2.99.3')
subarchs=('i686 x86_64 ppc')
subgroups=('xlib-extra')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: brasero-2.91.6-4-i686 *fixes pkgconfig files

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=ac6d58c557ec00190b2bb9b17813e72041828cff

commit ac6d58c557ec00190b2bb9b17813e72041828cff
Author: bouleetbil bouleet...@frogdev.info
Date:   Wed Feb 9 23:48:09 2011 +

brasero-2.91.6-4-i686
*fixes pkgconfig files

diff --git a/source/gnome/brasero/FrugalBuild b/source/gnome/brasero/FrugalBuild
index cffd74a..b72d05c 100644
--- a/source/gnome/brasero/FrugalBuild
+++ b/source/gnome/brasero/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=brasero
pkgver=2.91.6
-pkgrel=3
+pkgrel=4
pkgdesc=A CD/DVD Burning application for the GNOME desktop.
url=http://www.gnome.org/projects/brasero/;
makedepends=('intltool' 'gnome-doc-utils')
@@ -34,7 +34,9 @@ _F_gnome_mime=y
Finclude gnome gnome-scriptlet
Fconfopts=$Fconfopts --enable-search --enable-playlist --enable-preview 
--enable-inotify --enable-libnotify --disable-schemas-install \
--enable-caches=no --enable-introspection=yes
-sha1sums=('b77d769b76a325012f73192c23355c3cabf8bdea')
+source=($source fixpkgconfig.diff)
+sha1sums=('b77d769b76a325012f73192c23355c3cabf8bdea' \
+  '52bdb015cbdc2cf6b6d3c86f30b1a5943f1b9faa')

build(){
Fbuild
diff --git a/source/gnome/brasero/fixpkgconfig.diff 
b/source/gnome/brasero/fixpkgconfig.diff
new file mode 100644
index 000..f6b230a
--- /dev/null
+++ b/source/gnome/brasero/fixpkgconfig.diff
@@ -0,0 +1,38 @@
+From 218df5b7fc3c713ffcdf7f3709aab0171c75a473 Mon Sep 17 00:00:00 2001
+From: Luis Medinas lmedi...@gnome.org
+Date: Sat, 5 Feb 2011 16:55:10 +
+Subject: [PATCH] Fix Bug 641407 - libbrasero-media3.pc doesn't work
+
+Libbrasero-media3 and libbrasero-burn3 had a typo in gtk+-3.0 call.
+---
+ libbrasero-burn3.pc.in  |2 +-
+ libbrasero-media3.pc.in |2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libbrasero-burn3.pc.in b/libbrasero-burn3.pc.in
+index 456ba00..2937efe 100644
+--- a/libbrasero-burn3.pc.in
 b/libbrasero-burn3.pc.in
+@@ -7,6 +7,6 @@ includedir=@includedir@
+ Name: libbrasero-burn
+ Description: Brasero Optical Media Burning library
+ Version: @VERSION@
+-Requires: glib-2.0 gthread-2.0 gtk+-3
++Requires: glib-2.0 gthread-2.0 gtk+-3.0
+ Libs: -L${libdir} -lbrasero-burn3
+ Cflags: -I${includedir}/brasero3
+diff --git a/libbrasero-media3.pc.in b/libbrasero-media3.pc.in
+index aacddc7..5f303f8 100644
+--- a/libbrasero-media3.pc.in
 b/libbrasero-media3.pc.in
+@@ -7,6 +7,6 @@ includedir=@includedir@
+ Name: libbrasero-media
+ Description: Brasero Optical Media library
+ Version: @VERSION@
+-Requires: glib-2.0 gthread-2.0 gtk+-3
++Requires: glib-2.0 gthread-2.0 gtk+-3.0
+ Libs: -L${libdir} -lbrasero-media3
+ Cflags: -I${includedir}/brasero3
+--
+1.7.4
+
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gcc-4.5.2-7-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=5ec73811dd81cbaa576e0ab14bcac7f709572575

commit 5ec73811dd81cbaa576e0ab14bcac7f709572575
Author: Elentir elen...@frugalware.org
Date:   Wed Feb 9 14:24:53 2011 +0100

gcc-4.5.2-7-i686

* rebuild with libmpc=0.8.2-3

diff --git a/source/devel/gcc/FrugalBuild b/source/devel/gcc/FrugalBuild
index e0657c1..845cd43 100644
--- a/source/devel/gcc/FrugalBuild
+++ b/source/devel/gcc/FrugalBuild
@@ -18,10 +18,10 @@ Fuse $USE_OBJC  USE_CXX=y

pkgname=gcc
pkgver=4.5.2
-pkgrel=6
+pkgrel=7
pkgdesc=The GNU Compiler Collection
url=http://gcc.gnu.org;
-depends=('binutils=2.18.50.0.8-3' 'glibc=2.8-2' 'libelf' 'libmpc=0.8.2-2')
+depends=('binutils=2.18.50.0.8-3' 'glibc=2.8-2' 'libelf' 'libmpc=0.8.2-3')
provides=('c-compiler')
groups=('devel' 'devel-core')
archs=('i686' 'x86_64' 'ppc')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gnometesting: rhythmbox-0.13.3-2-i686 *version bump *use git version (gtk3...) the time to have a real release

2011-02-09 Thread bouleetbil
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=caa2e6bcc1215a752cd2ac406929a8e22e94333c

commit caa2e6bcc1215a752cd2ac406929a8e22e94333c
Author: bouleetbil bouleet...@frogdev.info
Date:   Thu Feb 10 00:15:07 2011 +

rhythmbox-0.13.3-2-i686
*version bump
*use git version (gtk3...) the time to have a real release

diff --git a/source/gnome/rhythmbox/FrugalBuild 
b/source/gnome/rhythmbox/FrugalBuild
index 00f1083..1b323e0 100644
--- a/source/gnome/rhythmbox/FrugalBuild
+++ b/source/gnome/rhythmbox/FrugalBuild
@@ -4,14 +4,14 @@

pkgname=rhythmbox
pkgver=0.13.3
-pkgrel=1
+pkgrel=2
pkgdesc=A music management application for GNOME
url=http://www.rhythmbox.org/;
depends=('nautilus-brasero' 'rarian' 'desktop-file-utils' \
-   'totem=2.32.0' 'gst-plugins-base-oil' 'avahi-glib' 'libnotify' 
'libsexy' \
-   'libsoup-gnome=2.32.0' 'gnome-media=2.32.0' 'dbus-glib=0.74' 
'python=2.7' \
-   'evolution-data-server=2.32.0' 'gnutls=2.8' 'libgudev' 
'libdmapsharing')
-makedepends=('intltool' 'gnome-doc-utils' 'gst-python' 'libgpod=0.6.0' 'vala')
+   'totem=2.90.0' 'gst-plugins-base-oil' 'avahi-glib' 'libnotify' 
'libsexy' \
+   'libsoup-gnome=2.32.0' 'gnome-media=2.90.0' 'dbus-glib=0.74' 
'python=2.7' \
+   'evolution-data-server=2.90.0' 'gnutls=2.8' 'libgudev' 
'libdmapsharing' 'webkit-gtk3' 'json-glib')
+makedepends=('intltool' 'gnome-doc-utils' 'gst-python' 'libgpod=0.6.0' 'vala' 
'gtk-doc')
rodepends=('notification-daemon')
groups=('gnome')
archs=('i686' 'x86_64' 'ppc')
@@ -20,21 +20,30 @@ _F_gnome_scrollkeeper=y
_F_gnome_desktop=y
_F_gnome_iconcache=y
_F_gnome_devel=y
+_F_gnome_git=y
Finclude gnome-scriptlet gnome
unset MAKEFLAGS
-Fconfopts=$Fconfopts --enable-mdns=avahi --with-playback=gstreamer-0-10 
--enable-daap --enable-audioscrobbler --enable-python
-sha1sums=('1c6e83972dcd7de8fc1a71586843e29092a0c706')

+Fconfopts=$Fconfopts --enable-mdns=avahi --with-playback=gstreamer-0-10 
--enable-daap --enable-audioscrobbler --enable-python --without-hal
+sha1sums=('1c6e83972dcd7de8fc1a71586843e29092a0c706')
+if [ $_F_gnome_git != n ]; then
+unset sha1sums
+fi
subpkgs=(rhythmbox-plugins)
subdescs=('Plugins for rhythmbox')
-subdepends=(gst-python libgpod=0.6.0)
+subdepends=(gst-python libgpod=0.6.0 gvfs-apple)
subrodepends=('rhythmbox')
subgroups=('gnome-extra')
subarchs=('i686 x86_64 ppc')

build() {
-   Fcd
-   Fsed libdmapsharing-2.0 libdmapsharing-2.2 configure
+   if [ $_F_gnome_git != n ]; then
+   Funpack_scm
+   Fcd $pkgname
+   sh ./autogen.sh
+   else
+   Fcd
+   fi
Fbuild
Fsplit $pkgname-plugins usr/lib/rhythmbox/plugins
Fbuild_gnome_scriptlet
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: genius-1.0.12-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=c582b04f68b59222c9017162ffd52600973c40f1

commit c582b04f68b59222c9017162ffd52600973c40f1
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:02:07 2011 +0100

genius-1.0.12-2-i686

* rebuild with mpfr=3.0.0

diff --git a/source/apps-extra/genius/FrugalBuild 
b/source/apps-extra/genius/FrugalBuild
index 5aad544..d66 100644
--- a/source/apps-extra/genius/FrugalBuild
+++ b/source/apps-extra/genius/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=genius
pkgver=1.0.12
-pkgrel=1
+pkgrel=2
pkgdesc=Mathematical computation utility
options=('scriptlet')
_F_gnome_devel=y
@@ -12,9 +12,9 @@ _F_gnome_desktop=y
_F_gnome_iconcache=y
Finclude gnome gnome-scriptlet
unset install
-depends=('gmp' 'popt' 'ncurses' 'readline' \
+depends=('popt' 'ncurses' 'readline' \
'libsm' 'libart_lgpl' \
-   'mpfr' 'libjpeg=8a')
+   'mpfr=3.0.0' 'libjpeg=8a')
makedepends=('intltool' 'bison' 'flex' 'rarian' 'gettext' \
'libglade' 'gtksourceview' 'libgnome' 'vte' 'libgnomeui' 'esd' 'gail' 'atk' \
'libxdamage' 'libxinerama' 'libxi' 'libxrandr' 'libxcursor' 'gtk+2' 'pango' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: cddlib-094f-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=c878e95c7a7e084a9d3a5fffd595ba7b5bac22d0

commit c878e95c7a7e084a9d3a5fffd595ba7b5bac22d0
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:06:02 2011 +0100

cddlib-094f-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/lib-extra/cddlib/FrugalBuild 
b/source/lib-extra/cddlib/FrugalBuild
index ff78409..0c2679c 100644
--- a/source/lib-extra/cddlib/FrugalBuild
+++ b/source/lib-extra/cddlib/FrugalBuild
@@ -3,12 +3,12 @@

pkgname=cddlib
pkgver=094f
-pkgrel=1
+pkgrel=2
pkgdesc=A library for generating all vertices and extreme rays of a convex 
polyhedron
archs=('i686' 'x86_64')
groups=('lib-extra')
url=http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html;
-depends=('gmp')
+depends=('gmp=5.0.1')
source=(ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/$pkgname-$pkgver.tar.gz)
up2date=lynx -dump ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/ | grep 
cddlib-.*.tar.gz \
| tail -1 | sed 's/.*cddlib-\(.*\).tar.gz/\1/'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gfan-0.5-1-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=df885c061f688a007436994d56516bf4f3a7d473

commit df885c061f688a007436994d56516bf4f3a7d473
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:29:31 2011 +0100

gfan-0.5-1-i686

* version bump
* build with gmp=5.0.1
* remove useless gfan-gcc45.patch

diff --git a/source/apps-extra/gfan/FrugalBuild 
b/source/apps-extra/gfan/FrugalBuild
index 5e08a23..6a3ee45 100644
--- a/source/apps-extra/gfan/FrugalBuild
+++ b/source/apps-extra/gfan/FrugalBuild
@@ -2,21 +2,18 @@
# Maintainer: Elentir elen...@frugalware.org

pkgname=gfan
-pkgver=0.4
-pkgextraver=plus
+pkgver=0.5
pkgrel=1
pkgdesc=A software package for computing Grobner fans and tropical varieties
archs=('i686' 'x86_64')
url=http://www.math.tu-berlin.de/~jensen/software/gfan/gfan.html;
Fpkgversep=
groups=('apps-extra')
-depends=('gmp')
+depends=('gmp=5.0.1')
makedepends=('cddlib')
up2date=Flasttar $url
-source=(http://www.math.tu-berlin.de/~jensen/software/gfan/gfan${pkgver}${pkgextraver}.tar.gz
 \
-gfan-gcc45.patch)
-sha1sums=('e8e3f2c2f730c88d0c556f5b0fdf3a99b66b9bac' \
-  '051c82a74ca4fffa979ff5fea0b6856e79a4c199')
+source=(http://www.math.tu-berlin.de/~jensen/software/gfan/gfan${pkgver}${pkgextraver}.tar.gz)
+sha1sums=('ba4f3e4fac6bcafdfdd2244329d925e958d9ee63')

build() {
Fpatchall
diff --git a/source/apps-extra/gfan/gfan-gcc45.patch 
b/source/apps-extra/gfan/gfan-gcc45.patch
deleted file mode 100644
index 8b27f80..000
--- a/source/apps-extra/gfan/gfan-gcc45.patch
+++ /dev/null
@@ -1,22 +0,0 @@
 lll.cpp.orig   2009-10-22 01:25:58.0 +0200
-+++ lll.cpp2010-06-02 10:40:28.589708473 +0200
-@@ -12,7 +12,7 @@
-   return int(f-1);
- }
-
--void calcmy(IntegerMatrix const b, FloatMatrix my, Vektordouble B)
-+void calcmy(IntegerMatrix b, FloatMatrix my, Vektordouble B)
- {
-   FloatMatrix bs=integerToFloatMatrix(b);
-
 linalg.cpp.orig2010-06-02 10:43:34.576370660 +0200
-+++ linalg.cpp 2010-06-02 10:43:47.039689089 +0200
-@@ -525,7 +525,7 @@
- }
-
-
--FieldMatrix::FieldMatrix FieldMatrix::solver()const
-+FieldMatrix FieldMatrix::solver()const
- {
-   FieldMatrix 
ret=combineOnTop(*this,theField.zHomomorphism(-1)*identity(theField,getWidth())).transposed();
-
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: darcs-2.5-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=f6d2947a75ccb3c3895666048fa0806f04a7b338

commit f6d2947a75ccb3c3895666048fa0806f04a7b338
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:38:08 2011 +0100

darcs-2.5-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/devel-extra/darcs/FrugalBuild 
b/source/devel-extra/darcs/FrugalBuild
index b0d2352..c38dfbb 100644
--- a/source/devel-extra/darcs/FrugalBuild
+++ b/source/devel-extra/darcs/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=darcs
pkgver=2.5
-pkgrel=1
+pkgrel=2
pkgdesc=David's Advanced Revision Control System
-depends=('gmp' 'curl=7.19.0' 'readline' 'openssl=1.0.0')
+depends=('gmp=5.0.1' 'curl=7.19.0' 'readline' 'openssl=1.0.0')
groups=('devel-extra')
archs=('i686' 'x86_64')
makedepends=('haskell-hashed-storage' 'haskell-haskeline' 'haskell-html' \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: ghc-7.0.1-4-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=873cb3b27d89a956bfa1e3b5c5660532a9ff06fa

commit 873cb3b27d89a956bfa1e3b5c5660532a9ff06fa
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:39:37 2011 +0100

ghc-7.0.1-4-i686

* rebuild with gmp=5.0.1

diff --git a/source/devel-extra/ghc/FrugalBuild 
b/source/devel-extra/ghc/FrugalBuild
index 88aff73..ca9e55b 100644
--- a/source/devel-extra/ghc/FrugalBuild
+++ b/source/devel-extra/ghc/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=ghc
pkgver=7.0.1
-pkgrel=3
+pkgrel=4
pkgdesc=The Glasgow Haskell Compiler
url=http://www.haskell.org/ghc/;
-depends=('gmp' 'readline' 'libedit' 'libffi')
+depends=('gmp=5.0.1' 'readline' 'libedit' 'libffi')
groups=('devel-extra')
archs=('i686' 'x86_64')
up2date=lynx -dump http://www.haskell.org/ghc/download.html|grep Current|sed 
's/.*(\(.*\))/\1/'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gmpy-1.01-5-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=d3083f7e435d9c623863ca6229887eeab4ce7386

commit d3083f7e435d9c623863ca6229887eeab4ce7386
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:44:24 2011 +0100

gmpy-1.01-5-i686

* rebuild with gmp=5.0.1

diff --git a/source/devel-extra/gmpy/FrugalBuild 
b/source/devel-extra/gmpy/FrugalBuild
index e598caf..50c0702 100644
--- a/source/devel-extra/gmpy/FrugalBuild
+++ b/source/devel-extra/gmpy/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=gmpy
pkgver=1.01
tarver=`echo $pkgver | tr -d .`
-pkgrel=4
+pkgrel=5
pkgdesc=Python-usable modules providing multiprecision arithmetic 
functionality
license=LGPL
_F_sourceforge_ext=.zip
@@ -15,7 +15,7 @@ up2date=$pkgver
source=(${source/$pkgver/$tarver})
groups=('devel-extra')
archs=('i686' 'x86_64')
-depends=('gmp' 'python')
+depends=('gmp=5.0.1' 'python')
sha1sums=('ce3f408ef12ec193ff7bf8b2ec987db438cfbea5')

build() {
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: guile-1.8.7-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=67985b8d347306ef780fe7f367cb50acaf8f6c99

commit 67985b8d347306ef780fe7f367cb50acaf8f6c99
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:46:17 2011 +0100

guile-1.8.7-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/devel-extra/guile/FrugalBuild 
b/source/devel-extra/guile/FrugalBuild
index 2ded84b..0273747 100644
--- a/source/devel-extra/guile/FrugalBuild
+++ b/source/devel-extra/guile/FrugalBuild
@@ -4,10 +4,10 @@

pkgname=guile
pkgver=1.8.7
-pkgrel=1
+pkgrel=2
pkgdesc=Guile is a portable, embeddable Scheme implementation written in C
url=http://www.gnu.org/software/guile/;
-depends=('gmp' 'readline' 'libtool=2.2.2')
+depends=('gmp=5.0.1' 'readline' 'libtool=2.2.2')
groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
Fup2gnugz
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gdb-7.2-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=26a062b3654e36cc376ae713d44d34487682c4ac

commit 26a062b3654e36cc376ae713d44d34487682c4ac
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:49:59 2011 +0100

gdb-7.2-2-i686

* fix depends/makedepends
* rebuild with mpfr=3.0.0

diff --git a/source/devel/gdb/FrugalBuild b/source/devel/gdb/FrugalBuild
index 34da871..314fe08 100644
--- a/source/devel/gdb/FrugalBuild
+++ b/source/devel/gdb/FrugalBuild
@@ -4,13 +4,13 @@

pkgname=gdb
pkgver=7.2
-pkgrel=1
+pkgrel=2
pkgdesc=Gnu Project Debugger
url=http://www.gnu.org/software/gdb/download/;
-depends=('readline=5.2-2' 'mpfr=2.3.1-2' 'expat=2.0.1-2')
+depends=('readline=5.2-2' 'expat=2.0.1-2')
groups=('devel')
archs=('i686' 'x86_64' 'ppc')
-makedepends=('gmp=4.2.2-2')
+makedepends=('mpfr=3.0.0')
Fup2gnubz2
source=(http://ftp.gnu.org/gnu/gdb/$pkgname-$pkgver.tar.bz2)
sha1sums=('cae138dee0c11778c471a1d5e4b09e0ae08f9e9d')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: php-5.3.5-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=890b0d98f333f5be41e6fddf2ace0b5334baab13

commit 890b0d98f333f5be41e6fddf2ace0b5334baab13
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:54:58 2011 +0100

php-5.3.5-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/devel/php/FrugalBuild b/source/devel/php/FrugalBuild
index deea2a8..ae18845 100644
--- a/source/devel/php/FrugalBuild
+++ b/source/devel/php/FrugalBuild
@@ -4,7 +4,7 @@

pkgname=php
pkgver=5.3.5
-pkgrel=1
+pkgrel=2
pkgdesc=A widely-used general-purpose scripting language
url=http://www.php.net;
backup=(etc/{php.ini,httpd/conf/modules.d/$pkgname.conf})
@@ -13,7 +13,7 @@ depends=('openssl=1.0.0' 'libjpeg' 'freetype2=2.3.1' 
'libpng' 'gdbm' 'libxslt'
provides=('php-pecl-pdo')
replaces=('php-pecl-pdo')
makedepends=('apache' 'imap=2006k-2' 'bzip2' 'mta' 'tidy=1306.g4387491' 
'freetds' 'mysql' \
-   'postgresql=8.4.0' 'openldap=2.4.22-2' 'libldap=2.4.16' 'unixodbc' 
'mhash' 'readline' 'gmp' 'icu4c' 'aspell'\
+   'postgresql=8.4.0' 'openldap=2.4.22-2' 'libldap=2.4.16' 'unixodbc' 
'mhash' 'readline' 'gmp=5.0.1' 'icu4c' 'aspell'\
'libxslt' 'enchant')
groups=('devel')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: gnustep-base-1.20.1-3-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=2073dce898cff49e53640fb4f06584171949ec68

commit 2073dce898cff49e53640fb4f06584171949ec68
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 00:56:29 2011 +0100

gnustep-base-1.20.1-3-i686

* rebuild with gmp=5.0.1

diff --git a/source/gnustep-extra/gnustep-base/FrugalBuild 
b/source/gnustep-extra/gnustep-base/FrugalBuild
index fbec659..48f3d92 100644
--- a/source/gnustep-extra/gnustep-base/FrugalBuild
+++ b/source/gnustep-extra/gnustep-base/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=gnustep-base
pkgver=1.20.1
-pkgrel=2
+pkgrel=3
pkgdesc=The GNUstep Base
Finclude gnustep
-depends=(${depends[@]} 'ffcall' 'gmp' 'libxslt' 'openssl=1.0.0' 
'avahi=0.6.25-2')
+depends=(${depends[@]} 'ffcall' 'gmp=5.0.1' 'libxslt' 'openssl=1.0.0' 
'avahi=0.6.25-2')
groups=(${groups[@]} 'gnustep-core')
archs=('i686' 'x86_64')
sha1sums=('5aff36405aa712473d51877ab77156d231297744')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: pari-2.3.5-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=15f96729e417b55a8aa6f22d5dd2494178b04bba

commit 15f96729e417b55a8aa6f22d5dd2494178b04bba
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:01:21 2011 +0100

pari-2.3.5-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/xapps-extra/pari/FrugalBuild 
b/source/xapps-extra/pari/FrugalBuild
index b724a96..c091149 100644
--- a/source/xapps-extra/pari/FrugalBuild
+++ b/source/xapps-extra/pari/FrugalBuild
@@ -1,12 +1,12 @@
# Compiling Time: 0.05 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org

pkgname=pari
pkgver=2.3.5
-pkgrel=1
+pkgrel=2
pkgdesc=PARI/GP is a computer algebra system designed for fast computations in 
number theory.
url=http://pari.math.u-bordeaux.fr;
-depends=('gmp' 'readline' 'libx11')
+depends=('gmp=5.0.1' 'readline' 'libx11')
groups=('xapps-extra')
archs=('i686' 'x86_64')
source=($url/pub/$pkgname/unix/$pkgname-$pkgver.tar.gz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: ntl-5.5.2-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=c45a7575d0883de25ed9fa4e0419af3c3e9eba98

commit c45a7575d0883de25ed9fa4e0419af3c3e9eba98
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:02:43 2011 +0100

ntl-5.5.2-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/lib-extra/ntl/FrugalBuild b/source/lib-extra/ntl/FrugalBuild
index 940fbee..e06583e 100644
--- a/source/lib-extra/ntl/FrugalBuild
+++ b/source/lib-extra/ntl/FrugalBuild
@@ -1,12 +1,12 @@
# Compiling Time: 1.71 SBU
-# Maintainer: Elentir elen...@mailoo.org
+# Maintainer: Elentir elen...@frugalware.org

pkgname=ntl
pkgver=5.5.2
-pkgrel=1
+pkgrel=2
pkgdesc=A C++ Library for doing Number Theory
url=http://www.shoup.net/ntl;
-depends=('gmp' 'libstdc++')
+depends=('gmp=5.0.1' 'libstdc++')
groups=('lib-extra')
archs=('i686' 'x86_64')
source=($url/$pkgname-$pkgver.tar.gz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: cln-1.3.1-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=50e54f0c714451999ddb9771daed2fc697e417c4

commit 50e54f0c714451999ddb9771daed2fc697e417c4
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:04:39 2011 +0100

cln-1.3.1-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/lib-extra/cln/FrugalBuild b/source/lib-extra/cln/FrugalBuild
index fce32e3..7d0cf4b 100644
--- a/source/lib-extra/cln/FrugalBuild
+++ b/source/lib-extra/cln/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=cln
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc=CLN is a library for efficient computations with all kinds of numbers 
in arbitrary precision.
url=http://www.ginac.de/CLN/;
-depends=('gmp')
+depends=('gmp=5.0.1')
license=GPL
groups=('lib-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: givaro-3.3.4-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=1651d0db669998b15921fe45cda95a13a16a951b

commit 1651d0db669998b15921fe45cda95a13a16a951b
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:05:44 2011 +0100

givaro-3.3.4-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/lib-extra/givaro/FrugalBuild 
b/source/lib-extra/givaro/FrugalBuild
index d1cba4a..e62d06c 100644
--- a/source/lib-extra/givaro/FrugalBuild
+++ b/source/lib-extra/givaro/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=givaro
pkgver=3.3.4
-pkgrel=1
+pkgrel=2
pkgdesc=C++ library for arithmetic and algebraic computations
url=http://ljk.imag.fr/CASYS/LOGICIELS/givaro/;
-depends=('gmp')
+depends=('gmp=5.0.1')
groups=('lib-extra')
archs=('i686' 'x86_64')
source=($url/Downloads/$pkgname-$pkgver.tar.gz)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: glpk-4.45-1-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=adb9d313797943d0952d8cd58e7ad09fc1d4b004

commit adb9d313797943d0952d8cd58e7ad09fc1d4b004
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:08:08 2011 +0100

glpk-4.45-1-i686

* version bump
* build with gmp=5.0.1

diff --git a/source/lib-extra/glpk/FrugalBuild 
b/source/lib-extra/glpk/FrugalBuild
index 9abbe15..806c592 100644
--- a/source/lib-extra/glpk/FrugalBuild
+++ b/source/lib-extra/glpk/FrugalBuild
@@ -2,15 +2,15 @@
# Maintainer: crazy cr...@frugalware.org

pkgname=glpk
-pkgver=4.44
+pkgver=4.45
pkgrel=1
pkgdesc=GNU Linear Programming Kit
url=http://www.gnu.org/software/glpk/;
-depends=('gmp')
+depends=('gmp=5.0.1')
groups=('lib-extra')
archs=('i686' 'x86_64')
Fup2gnugz
source=(ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('6a2c23b5e9228627c0c454776d53b4629b56583b')
+sha1sums=('1bae1e4a55382b4fa4ce4afe7f15f7db22a2e886')

# optimization OK
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: librep-0.91.0-3-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=f5093afe931151e039b0d129e9d5e9889bf867e6

commit f5093afe931151e039b0d129e9d5e9889bf867e6
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:09:20 2011 +0100

librep-0.91.0-3-i686

* rebuild with gmp=5.0.1

diff --git a/source/lib-extra/librep/FrugalBuild 
b/source/lib-extra/librep/FrugalBuild
index 79eb706..8e0c336 100644
--- a/source/lib-extra/librep/FrugalBuild
+++ b/source/lib-extra/librep/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=librep
pkgver=0.91.0
-pkgrel=2
+pkgrel=3
pkgdesc=a lisp interpreter/system for *NIX
-depends=('gmp' 'gdbm' 'readline' 'libffi')
+depends=('gmp=5.0.1' 'gdbm' 'readline' 'libffi')
groups=('lib-extra')
archs=('i686' 'x86_64' 'ppc')
url=http://sawfish.wikia.com;
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: mlgmpidl-1.1-4-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=1a74c997cacf26b7850e678b0adfcb7405f0334f

commit 1a74c997cacf26b7850e678b0adfcb7405f0334f
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:10:25 2011 +0100

mlgmpidl-1.1-4-i686

* rebuild with mpfr=3.0.0

diff --git a/source/lib-extra/mlgmpidl/FrugalBuild 
b/source/lib-extra/mlgmpidl/FrugalBuild
index d3fc83f..0bfd87b 100644
--- a/source/lib-extra/mlgmpidl/FrugalBuild
+++ b/source/lib-extra/mlgmpidl/FrugalBuild
@@ -4,10 +4,10 @@
pkgname=mlgmpidl
pkgver=1.1
rel_id=20228
-pkgrel=3
+pkgrel=4
pkgdesc=A package offering an interface to the GMP and MPFR libraries for 
OCaml
url=http://simgrid.gforge.inria.fr/;
-depends=('camlidl=1.05-4' 'mpfr')
+depends=('camlidl=1.05-4' 'mpfr=3.0.0')
groups=('lib-extra')
archs=('i686' 'x86_64')
_F_cd_path=$pkgname
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: xmonad-0.9.2-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=4be98d8c1829916a47cc31ab5e7a39ab6afd1dde

commit 4be98d8c1829916a47cc31ab5e7a39ab6afd1dde
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:17:12 2011 +0100

xmonad-0.9.2-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/x11-extra/xmonad/FrugalBuild 
b/source/x11-extra/xmonad/FrugalBuild
index 1e7ae31..21b97d5 100644
--- a/source/x11-extra/xmonad/FrugalBuild
+++ b/source/x11-extra/xmonad/FrugalBuild
@@ -4,11 +4,11 @@

pkgname=xmonad
pkgver=0.9.2
-pkgrel=1
+pkgrel=2
pkgdesc=A lightweight X11 tiled window manager written in Haskell
groups=('x11-extra')
archs=('i686' 'x86_64')
-depends=('ghc=6.10.1' 'gmp' 'haskell-x11=1.5.0.0-2' 'haskell-mtl')
+depends=('ghc=6.10.1' 'gmp=5.0.1' 'haskell-x11=1.5.0.0-2' 'haskell-mtl')
Finclude haskell
url=http://xmonad.org/;
source=($source  $pkgname.desktop $pkgname.svg)
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: komodoedit-6.0.3-3-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=481b80ac8ce952b531ed8ad57a0ce15c6be5e1ec

commit 481b80ac8ce952b531ed8ad57a0ce15c6be5e1ec
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:18:31 2011 +0100

komodoedit-6.0.3-3-i686

* rebuild with gmp=5.0.1

diff --git a/source/xapps-extra/komodoedit/FrugalBuild 
b/source/xapps-extra/komodoedit/FrugalBuild
index 611b8cc..f9de801 100644
--- a/source/xapps-extra/komodoedit/FrugalBuild
+++ b/source/xapps-extra/komodoedit/FrugalBuild
@@ -3,10 +3,10 @@

pkgname=komodoedit
pkgver=6.0.3
-pkgrel=2
+pkgrel=3
pkgdesc=Free multi-platform editor that makes it easy to write quality code.
url=http://www.openkomodo.com;
-depends=('gmp' 'gtk+2' 'nss' 'hunspell' 'python-sqlite3' 'dbus-glib' 
'alsa-lib' 'curl' 'libidl' 'paramiko')
+depends=('gmp=5.0.1' 'gtk+2' 'nss' 'hunspell' 'python-sqlite3' 'dbus-glib' 
'alsa-lib' 'curl' 'libidl' 'paramiko')
makedepends=('subversion' 'zip')
groups=('xapps-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: clamav-0.96.5-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=3c3e4ad90394971e9f1197042de1661a9d788001

commit 3c3e4ad90394971e9f1197042de1661a9d788001
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:21:27 2011 +0100

clamav-0.96.5-2-i686

* rebuild with gmp=5.0.1

diff --git a/source/apps-extra/clamav/FrugalBuild 
b/source/apps-extra/clamav/FrugalBuild
index 3496542..0d2f6a1 100644
--- a/source/apps-extra/clamav/FrugalBuild
+++ b/source/apps-extra/clamav/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=clamav
pkgver=0.96.5
-pkgrel=1
+pkgrel=2
pkgdesc=Clam AntiVirus is a GPL anti-virus toolkit for UNIX
-depends=('gmp' 'bzip2' 'curl=7.19.0')
+depends=('gmp=5.0.1' 'bzip2' 'curl=7.19.0')
rodepends=('shadow')
backup=(etc/{freshclam,clamd}.conf)
groups=('apps-extra')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: wcalc-2.4-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=bce6e940e501164bc2f5c6bc4a5c0c51a6214551

commit bce6e940e501164bc2f5c6bc4a5c0c51a6214551
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:22:33 2011 +0100

wcalc-2.4-2-i686

* rebuild with mpfr=3.0.0

diff --git a/source/apps-extra/wcalc/FrugalBuild 
b/source/apps-extra/wcalc/FrugalBuild
index 93ef5d0..76f6947 100644
--- a/source/apps-extra/wcalc/FrugalBuild
+++ b/source/apps-extra/wcalc/FrugalBuild
@@ -3,9 +3,9 @@

pkgname=wcalc
pkgver=2.4
-pkgrel=1
+pkgrel=2
pkgdesc=A very capable command line calculator.
-depends=('mpfr' 'readline')
+depends=('mpfr=3.0.0' 'readline')
groups=('apps-extra')
archs=('i686' 'x86_64')
_F_sourceforge_dirname='w-calc'
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: cgal-3.7-2-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=3afcc9e8a6d3f38569afbf33fef5e8c5afbaf98b

commit 3afcc9e8a6d3f38569afbf33fef5e8c5afbaf98b
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:24:07 2011 +0100

cgal-3.7-2-i686

* rebuild with mpfr=3.0.0

diff --git a/source/lib-extra/cgal/FrugalBuild 
b/source/lib-extra/cgal/FrugalBuild
index 0fde020..903fb77 100644
--- a/source/lib-extra/cgal/FrugalBuild
+++ b/source/lib-extra/cgal/FrugalBuild
@@ -4,10 +4,10 @@
pkgname=cgal
pkgver=3.7
rel_id=27640
-pkgrel=1
+pkgrel=2
pkgdesc=An efficient C++ software library of geometric data structures and 
algorithms
url=http://www.cgal.org/;
-depends=('mpfr' 'libboost-mt')
+depends=('mpfr=3.0.0' 'libboost-mt')
makedepends=('cmake' 'boost')
groups=('lib-extra')
archs=('i686' 'x86_64')
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: apron-0.9.10-4-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=477f91a15b32b7e2eee6986556b95cfac51acdfe

commit 477f91a15b32b7e2eee6986556b95cfac51acdfe
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:25:45 2011 +0100

apron-0.9.10-4-i686

* rebuild with mlgmpidl=1.1-4

diff --git a/source/lib-extra/apron/FrugalBuild 
b/source/lib-extra/apron/FrugalBuild
index b94b63d..3293931 100644
--- a/source/lib-extra/apron/FrugalBuild
+++ b/source/lib-extra/apron/FrugalBuild
@@ -3,11 +3,11 @@

pkgname=apron
pkgver=0.9.10
-pkgrel=3
+pkgrel=4
pkgdesc=Library for static analysis of the numerical variables of a program by 
Abstract Interpretation
url=http://apron.cri.ensmp.fr/library/;
source=($url/$pkgname-$pkgver.tgz)
-depends=('ocaml=3.12.0' 'camlidl=1.05-4' 'gmp' 'mpfr' 'mlgmpidl=1.1-2')
+depends=('ocaml=3.12.0' 'camlidl=1.05-4' 'mlgmpidl=1.1-4')
groups=('lib-extra')
archs=('i686' 'x86_64')
up2date=Flasttar $url
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git


[Frugalware-git] gmp5: guile-1.8.8-1-i686

2011-02-09 Thread Elentir
Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gmp5.git;a=commitdiff;h=1041c3d0ebad0cc0831e1c4ef795aab598f6a699

commit 1041c3d0ebad0cc0831e1c4ef795aab598f6a699
Author: Elentir elen...@frugalware.org
Date:   Thu Feb 10 01:39:09 2011 +0100

guile-1.8.8-1-i686

* version bump

diff --git a/source/devel-extra/guile/FrugalBuild 
b/source/devel-extra/guile/FrugalBuild
index 0273747..833c6c8 100644
--- a/source/devel-extra/guile/FrugalBuild
+++ b/source/devel-extra/guile/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: Laszlo Dvornik dvor...@gnome.hu

pkgname=guile
-pkgver=1.8.7
-pkgrel=2
+pkgver=1.8.8
+pkgrel=1
pkgdesc=Guile is a portable, embeddable Scheme implementation written in C
url=http://www.gnu.org/software/guile/;
depends=('gmp=5.0.1' 'readline' 'libtool=2.2.2')
@@ -12,7 +12,7 @@ groups=('devel-extra')
archs=('i686' 'x86_64' 'ppc')
Fup2gnugz
source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('24cd2f06439c76d41d982a7384fe8a0fe5313b54')
+sha1sums=('548d6927aeda332b117f8fc5e4e82c39a05704f9')
Fconfopts=$Fconfopts \
--disable-networking \
--with-threads \
___
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git