Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=bouletmp.git;a=commitdiff;h=0bd05e61e12d93bc7a7368a93a5c0e4cff5d3c25

commit 0bd05e61e12d93bc7a7368a93a5c0e4cff5d3c25
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Thu Feb 17 00:51:11 2011 +0000

mono-2.10-1-i686

*Version bump

diff --git a/source/devel/mono/FrugalBuild b/source/devel/mono/FrugalBuild
index a9aae4c..b9253d4 100644
--- a/source/devel/mono/FrugalBuild
+++ b/source/devel/mono/FrugalBuild
@@ -4,20 +4,15 @@
USE_DEVEL=${USE_DEVEL:-"n"}
USE_MONOFORBUILD=${USE_MONOFORBUILD:-"n"}
USE_MOONLIGHT=${USE_MOONLIGHT:-"n"}
-
-if [ "$CARCH" == "ppc" ]; then
-       USE_DOC=${USE_DOC:-"n"}
-else
-       USE_DOC=${USE_DOC:-"y"}
-fi
+USE_DOC=${USE_DOC:-"y"}

pkgname=mono
-pkgver=2.8.2
+pkgver=2.10
pkgrel=1
pkgdesc="Mono runtime and class libraries, a C# compiler/interpreter"
url="http://www.mono-project.com/";
depends=('zlib')
-makedepends=('libgdiplus>=2.8.1')
+makedepends=('libgdiplus>=2.10')
if Fuse $USE_MONOFORBUILD; then
makedepends=("${makedepends[@]}" mono)
fi
@@ -26,7 +21,7 @@ groups=('devel')
archs=('i686' 'x86_64' 'ppc')
Finclude mono
up2date="lynx -dump http://www.go-mono.com/sources-stable/|grep -m1 'mono-'|sed 
's/.*-\(.*\).t.*/\1/'"
-source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2 
moonlight.diff)
+source=(http://www.go-mono.com/sources/$pkgname/$pkgname-$pkgver.tar.bz2)
replaces=('monodoc')
conflicts=('monodoc')
provides=('monodoc')
@@ -59,8 +54,7 @@ fi
if ! Fuse $USE_DOC; then
Fconfopts="${Fconfopts[@]} --with-mcs-docs=no"
fi
-sha1sums=('4223a40706b422c44be5eb1c89b4f316026a02a5' \
-          'bbb6568efbd9787afa63141505b0810359d1b455')
+sha1sums=('a42857bb2b036f2052377240ef97fd3612f1b38e')

if Fuse $USE_DEVEL; then
unset sha1sums
diff --git a/source/devel/mono/moonlight.diff b/source/devel/mono/moonlight.diff
deleted file mode 100644
index f0d2503..0000000
--- a/source/devel/mono/moonlight.diff
+++ /dev/null
@@ -1,12 +0,0 @@
---- mono-2.8/mono/Makefile.am.old      2010-10-10 19:51:15.000000000 +1300
-+++ mono-2.8/mono/Makefile.am  2010-10-10 19:54:07.000000000 +1300
-@@ -2,7 +2,7 @@
- SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis
- else
- if MOONLIGHT
--SUBDIRS = utils io-layer     metadata arch $(interpreter_dir) mini
-+SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis 
monograph tests benchmark profiler
- else
- SUBDIRS = utils io-layer cil metadata arch $(interpreter_dir) mini dis 
monograph tests benchmark profiler
- endif
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to