summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Sebastián Salazar Molina2015-01-07 02:26:43 +0100
committer Willy Sudiarto Raharjo2015-01-07 17:12:10 +0100
commit025780df929eccde01515b9253fca2ad86c8b115 (patch)
treeacac1b10838d2f77e6aeb192f3ec899fbf36dbdb
parent7ca7ea0193431009d7bef9e7f2837c2bebfc725f (diff)
downloadslackbuilds-025780df929eccde01515b9253fca2ad86c8b115.tar.gz
development/mono: Updated for version 3.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/mono/libgdiplus-libdir.patch12
-rw-r--r--development/mono/mono.SlackBuild14
-rw-r--r--development/mono/mono.info8
3 files changed, 9 insertions, 25 deletions
diff --git a/development/mono/libgdiplus-libdir.patch b/development/mono/libgdiplus-libdir.patch
deleted file mode 100644
index 6b7580028b..0000000000
--- a/development/mono/libgdiplus-libdir.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur mono-3.2.3.orig/data/config.in mono-3.2.3/data/config.in
---- mono-3.2.3.orig/data/config.in 2013-09-13 22:20:29.000000000 +0000
-+++ mono-3.2.3/data/config.in 2014-01-19 22:31:49.545304766 +0000
-@@ -26,6 +26,6 @@
- <dllentry dll="__Internal" name="MoveMemory" target="mono_win32_compat_MoveMemory"/>
- <dllentry dll="__Internal" name="ZeroMemory" target="mono_win32_compat_ZeroMemory"/>
- </dllmap>
-- <dllmap dll="gdiplus" target="@prefix@/lib/libgdiplus@libsuffix@" />
-- <dllmap dll="gdiplus.dll" target="@prefix@/lib/libgdiplus@libsuffix@" />
-+ <dllmap dll="gdiplus" target="@libdir@/libgdiplus@libsuffix@" />
-+ <dllmap dll="gdiplus.dll" target="@libdir@/libgdiplus@libsuffix@" />
- </configuration>
diff --git a/development/mono/mono.SlackBuild b/development/mono/mono.SlackBuild
index f4fe78ec23..288a7ccfaa 100644
--- a/development/mono/mono.SlackBuild
+++ b/development/mono/mono.SlackBuild
@@ -4,8 +4,8 @@
# Written by Sebastián Salazar Molina <ssalazar@orangepeople.cl>
PRGNAM=mono
-VERSION=${VERSION:-3.2.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3.10.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -48,11 +48,9 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Fix libgdiplus library path
-patch -p1 < $CWD/libgdiplus-libdir.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -93,13 +91,11 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
mv 4.5/web.config 4.5/web.config.new
)
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -ar \
- AUTHORS ChangeLog COPYING.LIB LICENSE NEWS README docs \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -ar ChangeLog COPYING.LIB LICENSE NEWS README.md docs $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/mono/mono.info b/development/mono/mono.info
index 1e1ec35a12..01480ec4f2 100644
--- a/development/mono/mono.info
+++ b/development/mono/mono.info
@@ -1,10 +1,10 @@
PRGNAM="mono"
-VERSION="3.2.3"
+VERSION="3.10.0"
HOMEPAGE="http://www.mono-project.com/"
-DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.2.3.tar.bz2"
-MD5SUM="a66c6309fad071e21f77f4c6b67a0f10"
+DOWNLOAD="http://download.mono-project.com/sources/mono/mono-3.10.0.tar.bz2"
+MD5SUM="8c79f38bcab3ad0cf65728ca4c76b3c6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="libgdiplus"
+REQUIRES=""
MAINTAINER="Sebastián Salazar Molina"
EMAIL="sebastian@sebastian.cl"