From be7830e118b656d7fcc1b2af5d3872fa87306475 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sat, 27 Dec 2014 21:12:20 +0100 Subject: [PATCH 1/2] Revert to stable SharpFont version 2.5.0.1 --- thirdparty/fetch-thirdparty-deps.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps.ps1 b/thirdparty/fetch-thirdparty-deps.ps1 index 9dfa7fef54..f25314f08f 100644 --- a/thirdparty/fetch-thirdparty-deps.ps1 +++ b/thirdparty/fetch-thirdparty-deps.ps1 @@ -37,11 +37,11 @@ if (!(Test-Path "MaxMind.GeoIP2.dll")) if (!(Test-Path "SharpFont.dll")) { echo "Fetching SharpFont from NuGet." - ./nuget.exe install SharpFont -Version 2.5.3 - cp SharpFont.2.5.3.0/lib/net20/SharpFont* . - cp SharpFont.2.5.3.0/Content/SharpFont.dll.config . - cp SharpFont.2.5.3.0/Content/freetype6.dll ./windows/ - rmdir SharpFont.2.5.3.0 -Recurse + ./nuget.exe install SharpFont -Version 2.5.0.1 + cp SharpFont.2.5.0.1/lib/net20/SharpFont* . + cp SharpFont.2.5.0.1/Content/SharpFont.dll.config . + cp SharpFont.2.5.0.1/Content/freetype6.dll ./windows/ + rmdir SharpFont.2.5.0.1 -Recurse } if (!(Test-Path "nunit.framework.dll")) From d5f5aeee0fea14e976c0d005abca92bbf44388f2 Mon Sep 17 00:00:00 2001 From: reaperrr Date: Sat, 27 Dec 2014 21:24:12 +0100 Subject: [PATCH 2/2] Revert to SharpFont 2.5.0.1 for Linux and OSX, too --- thirdparty/fetch-thirdparty-deps.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/thirdparty/fetch-thirdparty-deps.sh b/thirdparty/fetch-thirdparty-deps.sh index 527148dfa5..a823571efe 100755 --- a/thirdparty/fetch-thirdparty-deps.sh +++ b/thirdparty/fetch-thirdparty-deps.sh @@ -28,11 +28,11 @@ fi if [ ! -f SharpFont.dll ]; then echo "Fetching SharpFont from nuget" - nuget install SharpFont -Version 2.5.3 - cp ./SharpFont.2.5.3.0/lib/net20/SharpFont* . - cp ./SharpFont.2.5.3.0/Content/SharpFont.dll.config . - cp ./SharpFont.2.5.3.0/Content/freetype6.dll ./windows/ - rm -rf SharpFont.2.5.3.0 + nuget install SharpFont -Version 2.5.0.1 + cp ./SharpFont.2.5.0.1/lib/net20/SharpFont* . + cp ./SharpFont.2.5.0.1/Content/SharpFont.dll.config . + cp ./SharpFont.2.5.0.1/Content/freetype6.dll ./windows/ + rm -rf SharpFont.2.5.0.1 fi if [ ! -f nunit.framework.dll ]; then