development/monodevelop: Fixed nuget errors

Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
Andre Barboza 2017-07-09 19:23:38 -03:00 committed by Willy Sudiarto Raharjo
parent 9125f12c6a
commit cf3a182276
2 changed files with 16 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff -ur monodevelop.old/main/monodevelop.desktop monodevelop/main/monodevelop.desktop
--- monodevelop.old/main/monodevelop.desktop 2017-04-12 10:50:03.000000000 -0300
+++ monodevelop/main/monodevelop.desktop 2017-07-09 19:04:01.306846766 -0300
@@ -6,7 +6,7 @@
GenericName[ja]=統合開発環境
Comment=Develop .NET applications in an Integrated Development Environment
Comment[ja]=.NETアプリケーション開発を行うための統合開発環境
-Exec=monodevelop %F
+Exec=env MONO_TLS_PROVIDER=legacy monodevelop %F
TryExec=monodevelop
Icon=monodevelop
StartupNotify=true

View File

@ -23,7 +23,7 @@
PRGNAM=monodevelop
VERSION=${VERSION:-6.3.0.864}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -70,6 +70,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# https://bugzilla.xamarin.com/show_bug.cgi?id=57019
patch -p 1 < ${CWD}/fix-nuget-mgm.patch
pushd main
./configure \
--prefix=/usr \