SHA256
1
0
forked from pool/wine

- Updated to 2.0-rc1 development snapshot

- Bug fix update of the Mono engine.
  - Support for IDN name resolution.
  - Many more Shader Model 5 operations.
  - Still more fixes in the regression tests.
  - Various bug fixes.
- updated winetricks

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=387
This commit is contained in:
2016-12-09 21:21:30 +00:00
committed by Git OBS Bridge
parent 93d56c3363
commit 7bc6b83f3d
7 changed files with 33 additions and 22 deletions

View File

@@ -9475,7 +9475,7 @@ w_metadata droid fonts \
installed_file1="$W_FONTSDIR_WIN/DroidSans-Bold.ttf"
do_droid() {
w_download "${DROID_URL}$1'?raw=true'" "$3" "$1"
w_download "${DROID_URL}${1}?raw=true" "${3}" "${1}"
w_try cp -f "$W_CACHE/droid/$1" "$W_FONTSDIR_UNIX"
w_register_font "$1" "$2"
}