Accepting request 540743 from home:avindra
Still building, let's see the result. OBS-URL: https://build.opensuse.org/request/show/540743 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=445
This commit is contained in:
10
winetricks
10
winetricks
@@ -10256,6 +10256,7 @@ load_eufonts()
|
||||
w_try_cabextract -q --directory="$W_TMP" "$W_CACHE"/eufonts/EUupdate.EXE
|
||||
w_try cp -f "$W_TMP"/*.ttf "$W_FONTSDIR_UNIX"
|
||||
|
||||
w_register_font ArialBd.ttf "Arial Bold"
|
||||
w_register_font ArialBI.ttf "Arial Bold Italic"
|
||||
w_register_font ArialI.ttf "Arial Italic"
|
||||
w_register_font Arial.ttf "Arial"
|
||||
@@ -11205,7 +11206,7 @@ load_ie6()
|
||||
status=$?
|
||||
case $status in
|
||||
0|194) ;;
|
||||
*) w_die ie6 installation failed
|
||||
*) w_die ie6 installation failed;;
|
||||
esac
|
||||
|
||||
# Work around DLL registration bug until ierunonce/RunOnce/wineboot is fixed
|
||||
@@ -18586,6 +18587,7 @@ REGEDIT4
|
||||
"VideoMemorySize"="$size"
|
||||
|
||||
_EOF_
|
||||
;;
|
||||
esac
|
||||
w_try_regedit "$W_TMP_WIN"\\set-video.reg
|
||||
}
|
||||
@@ -18787,6 +18789,9 @@ winetricks_stats_save()
|
||||
{
|
||||
# Save opt-in status
|
||||
if test "$WINETRICKS_STATS_REPORT"; then
|
||||
if test ! -d "$W_CACHE"; then
|
||||
mkdir -p "$W_CACHE"
|
||||
fi
|
||||
echo "$WINETRICKS_STATS_REPORT" > "$W_CACHE"/track_usage
|
||||
fi
|
||||
}
|
||||
@@ -18841,11 +18846,10 @@ winetricks_stats_init()
|
||||
$WINETRICKS_GUI --info --text "$declined"
|
||||
WINETRICKS_STATS_REPORT=0
|
||||
fi
|
||||
echo $WINETRICKS_STATS_REPORT > "$W_CACHE"/track_usage
|
||||
winetricks_stats_save
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
winetricks_stats_save
|
||||
}
|
||||
|
||||
# Retrieve a short string with the operating system name and version
|
||||
|
Reference in New Issue
Block a user