Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37571196
en ru br
Репозитории ALT
S:8.15.1-alt1
5.1: 1.1.44-alt1.M50P.1
4.1: 1.0.9-alt0.M41.35
4.0: 1.0.9-alt0.M40.35
+backports:1.0.9-alt0.M40.16
3.0: 20050715-alt0.1
+backports:20061212-alt0.M30.1
www.altlinux.org/Changes

Группа :: Эмуляторы
Пакет: wine

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: wine-20050708-alt-fixes.patch
Скачать


--- hlpfile.c.orig	2004-02-16 03:17:40 +0300
+++ programs/winhelp/hlpfile.c	2004-02-16 03:16:37 +0300
@@ -1178,7 +1178,7 @@
         flag = ref[dscr_offset + i * 11 + 0];
         family = ref[dscr_offset + i * 11 + 2];
 
-        hlpfile->fonts[i].LogFont.lfHeight = -ref[dscr_offset + i * 11 + 1] / 2;
+        hlpfile->fonts[i].LogFont.lfHeight = - ( ref[dscr_offset + i * 11 + 1] * 2 ) / 3;
         hlpfile->fonts[i].LogFont.lfWidth = 0;
         hlpfile->fonts[i].LogFont.lfEscapement = 0;
         hlpfile->fonts[i].LogFont.lfOrientation = 0;
@@ -1186,7 +1186,7 @@
         hlpfile->fonts[i].LogFont.lfItalic = (flag & 2) ? TRUE : FALSE;
         hlpfile->fonts[i].LogFont.lfUnderline = (flag & 4) ? TRUE : FALSE;
         hlpfile->fonts[i].LogFont.lfStrikeOut = (flag & 8) ? TRUE : FALSE;
-        hlpfile->fonts[i].LogFont.lfCharSet = ANSI_CHARSET;
+        hlpfile->fonts[i].LogFont.lfCharSet = DEFAULT_CHARSET;
         hlpfile->fonts[i].LogFont.lfOutPrecision = OUT_DEFAULT_PRECIS;
         hlpfile->fonts[i].LogFont.lfClipPrecision = CLIP_DEFAULT_PRECIS;
         hlpfile->fonts[i].LogFont.lfQuality = DEFAULT_QUALITY;
--- orig/winelauncher.in	2003-09-02 04:57:01 +0400
+++ programs/winelauncher.in	2003-12-14 03:10:32 +0300
@@ -97,11 +97,8 @@
     if [ $? -eq 0 ] ; then
         winesetup
     else
-        if [ -x /opt/wine/bin/winesetup ] ; then
-            /opt/wine/bin/winesetup
-        else
             $XMESSAGE -title "Error" \
-        "Error:  Unable to find winesetup in your PATH or in /opt/wine/bin:
+        "Error:  Unable to find winesetup in your PATH:
         I am not able to configure Wine.
 
         If winesetup is being distributed in a separate package
@@ -112,7 +109,6 @@
         If you choose to not use winesetup for configuration, then
         you can find information on how to prepare a Wine config file manually
         in the Wine README / README.gz file or in the Wine User Guide."
-        fi
     fi
 }
--- /home/lav/RPM/BUILD/wine-20050517/tools/wine.desktop	2005-03-04 19:35:43 +0300
+++ tools/wine.desktop	2005-06-10 21:46:57 +0400
@@ -3,6 +3,7 @@
 Encoding=UTF-8
 Name=Wine Windows Emulator
 Name[de]=Wine Windows-Emulator
+Name[ru]=Windows-я│я─п╣п╢п╟ WINE
 Exec=wine %f
 MimeType=application/x-ms-dos-executable;application/x-msdos-program;application/x-msdownload;application/exe;application/x-exe;application/dos-exe;vms/exe;application/x-winexe;application/msdos-windows;application/x-msdos-program;application/x-zip-compressed
 NoDisplay=true
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin