mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/mono: Updated for version 3.10.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7ca7ea0193
commit
025780df92
3 changed files with 9 additions and 25 deletions
|
@ -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>
|
|
@ -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
|
||||
|
@ -51,8 +51,6 @@ find -L . \
|
|||
-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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue