Compare commits
26 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5030f38362 | ||
|
|
c79922a03b | ||
|
|
57b712e0b4 | ||
|
|
1a44e9e11f | ||
|
|
1b65a2e4a4 | ||
|
|
bc5ae6a871 | ||
|
|
2c0aaeff41 | ||
|
|
72a0db0d15 | ||
|
|
92f59a3028 | ||
|
|
1144d7cabb | ||
|
|
cafb41b2ee | ||
|
|
a6c38ae453 | ||
|
|
81a5c4deb4 | ||
|
|
f78b2ca98d | ||
|
|
8c6c49439d | ||
|
|
a07a1c86fb | ||
|
|
3a3afb17ff | ||
|
|
01a5df7703 | ||
|
|
30485f0d4a | ||
|
|
dc82fff6a9 | ||
|
|
8f3d2f43f4 | ||
|
|
596002216c | ||
|
|
a57eaf6271 | ||
|
|
f35f9868f8 | ||
|
|
758c2e76e4 | ||
|
|
992000f839 |
19 changed files with 3193 additions and 1761 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
|||
/wine-*.tar.xz
|
||||
/wine-*.tar.xz.sign
|
||||
/wine-staging-*.tar.gz
|
||||
/wine-4.0.4.tar.xz
|
||||
/wine-4.0.4.tar.xz.sign
|
||||
|
|
|
|||
5
sources
5
sources
|
|
@ -1,3 +1,2 @@
|
|||
SHA512 (wine-11.0.tar.xz) = a2c3db14f8cf0d19927466805c8f17c68ee7e93d1196d1162dd2279af497c21ec611a63f7a9de59953bbdfdb44c87d7bf55373c6533224a5d54e434c29428d1b
|
||||
SHA512 (wine-11.0.tar.xz.sign) = b37064b787e4cff05b01f0d04fe2af8ff341e274a41a0238b5e58e392223bcd3574eb593f78ba7de8fb8caea7c27abf2a1259527807a2bec2413aa9ce027e183
|
||||
SHA512 (wine-staging-11.0.tar.gz) = 27eecce0cc1974e97d2aaffc0bf5a5d114f5fd8d3d6a349d9f984058a316b6654dd07bc2223c38df16fd2862f59aa79518d2d109ea0ac41c957144377ddd39a7
|
||||
SHA512 (wine-4.0.4.tar.xz) = 21780b3c846bfa7a54572fe78939d7a2579a2b96654fc578e8e70d20b50262b4bfb43a0431f4089264cf8f83202c2fc67dd6a4c89257e951b64e7c91ee3bdf4e
|
||||
SHA512 (wine-4.0.4.tar.xz.sign) = 8ad639a7095ea2d5ad63966c6597c8534cba7f50a6ac0a9c170e1e45751016b2599d5b28eca8808ba368280de127fadb10b7eacab28456d081f8119b098beda1
|
||||
|
|
|
|||
1
wine-32.conf
Normal file
1
wine-32.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/wine/
|
||||
1
wine-64.conf
Normal file
1
wine-64.conf
Normal file
|
|
@ -0,0 +1 @@
|
|||
/usr/lib64/wine/
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
Wine directory structure used in Fedora Linux:
|
||||
==============================================
|
||||
|
||||
${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for
|
||||
${HOME}/.wine/drive_c is the root directory (aka C: drive) wine looks for it
|
||||
by default. It is created with (empty) C:\windows and C:\windows\system
|
||||
directories, needed to operate Wine without an existing Windows
|
||||
installation, if it does not already exist.
|
||||
|
|
@ -18,8 +18,8 @@ Wine bugs:
|
|||
==========
|
||||
If you find a bug, please take the time to move your ${HOME}/.wine directory
|
||||
someplace and try with a fresh version (like mv ${HOME}/.wine{,-save}). If the
|
||||
bug is still there look through https://bugzilla.redhat.com and see if the bug
|
||||
has already been reported. In case it was not please report it.
|
||||
bug is still there look trough https://bugzilla.redhat.com and see if the bug
|
||||
is already reported. In case it is not please report it.
|
||||
|
||||
CJK support:
|
||||
============
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
= wine-tahoma-fonts =
|
||||
Wine provides the wine tahoma font family. In fedora embedded bitmaps are
|
||||
turned off per default (/etc/fonts/conf.d/20-wine-tahoma-nobitmaps.conf) as
|
||||
this will provide smoother letters for most users.
|
||||
turned of per default (/etc/fonts/conf.d/20-wine-tahoma-nobitmaps.conf) as
|
||||
this will provide smother letters for most users.
|
||||
|
||||
If you do not like the wine tahoma font experience but want to keep it
|
||||
installed you can turn it of by adding the following to ~/.fonts.conf or by
|
||||
|
|
|
|||
|
|
@ -5,5 +5,3 @@ Name[ar]=مثبت حزم واين
|
|||
Exec=wine %f
|
||||
MimeType=application/x-ole-storage;text/mspg-legacyinfo;
|
||||
Hidden=true
|
||||
StartupNotify=true
|
||||
StartupWMClass=msiexec.exe
|
||||
|
|
|
|||
|
|
@ -7,6 +7,4 @@ Exec=notepad
|
|||
Icon=notepad
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=notepad.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
ntsync
|
||||
|
|
@ -3,10 +3,8 @@ Name=Wine OLE View
|
|||
Comment=Windows OLE View
|
||||
Name[ar]=عارض العناصر
|
||||
Comment[ar]=لعرض العناصر البيئية في واين
|
||||
Exec=wine oleview.exe
|
||||
Exec=wine oleview
|
||||
Icon=wine
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=oleview.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,4 @@ Exec=regedit
|
|||
Icon=regedit
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=regedit.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@ Name=Wine Software Uninstaller
|
|||
Comment=Interface to uninstall software
|
||||
Name[ar]=مزيل التطبيقات من واين
|
||||
Comment[ar]=واجهة إزالة التّطبيقات من واين
|
||||
Exec=wine uninstaller.exe
|
||||
Exec=wine uninstaller
|
||||
Icon=msiexec
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=uninstaller.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,4 @@ Exec=winecfg
|
|||
Icon=winecfg
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=winecfg.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,4 @@ Exec=winemine
|
|||
Icon=winemine
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=winemine.exe
|
||||
Categories=Game;LogicGame;
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@ Name=Wine Help
|
|||
Comment=Windows Help Browser
|
||||
Name[ar]=أداة المساعدة في واين
|
||||
Comment[ar]=استعراض ملفات المساعدة بتنسيقات وندوز
|
||||
Exec=wine winhlp32.exe
|
||||
Exec=wine winhlp32
|
||||
Icon=winhelp
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=winhlp32.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -3,10 +3,8 @@ Name=Wine Wordpad
|
|||
Comment=Text Editor
|
||||
Name[ar]=دفتر واين
|
||||
Comment[ar]=محرر النّصوص دفتر واين
|
||||
Exec=wine wordpad.exe
|
||||
Exec=wine wordpad
|
||||
Icon=wordpad
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
StartupWMClass=wordpad.exe
|
||||
Categories=X-Wine;
|
||||
|
|
|
|||
|
|
@ -1,25 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>wine.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>LGPLv2+</project_license>
|
||||
<name>Wine</name>
|
||||
<summary>A compatibility layer for Windows applications</summary>
|
||||
<description>
|
||||
<p>
|
||||
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility
|
||||
layer capable of running Windows applications on several POSIX-compliant operating
|
||||
systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows
|
||||
logic like a virtual machine or emulator, Wine translates Windows API calls into
|
||||
POSIX calls on-the-fly, eliminating the performance and memory penalties of other
|
||||
methods and allowing you to cleanly integrate Windows applications into your desktop.
|
||||
</p>
|
||||
</description>
|
||||
<url type="homepage">https://www.winehq.org/</url>
|
||||
<url type="bugtracker">https://bugs.winehq.org/</url>
|
||||
<url type="faq">https://wiki.winehq.org/FAQ</url>
|
||||
<url type="help">https://wiki.winehq.org/</url>
|
||||
<url type="donation">https://www.winehq.org/donate</url>
|
||||
<url type="translate">https://wiki.winehq.org/Translating</url>
|
||||
</component>
|
||||
|
||||
89
wine.init
Normal file
89
wine.init
Normal file
|
|
@ -0,0 +1,89 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# wine Allow users to run Windows(tm) applications by just clicking on them
|
||||
# (or typing ./file.exe)
|
||||
#
|
||||
# chkconfig: 35 98 10
|
||||
# description: Allow users to run Windows(tm) applications by just clicking \
|
||||
# on them (or typing ./file.exe)
|
||||
### BEGIN INIT INFO
|
||||
# Provides: wine-binfmt
|
||||
# Required-Start:
|
||||
# Required-Stop:
|
||||
# Default-Start: 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: Add and remove wine binary handler
|
||||
# Description: Allow users to run Windows(tm) applications by just clicking
|
||||
# on them (or typing ./file.exe)
|
||||
### END INIT INFO
|
||||
|
||||
|
||||
. /etc/rc.d/init.d/functions
|
||||
RETVAL=0
|
||||
|
||||
start() {
|
||||
# fix bug on changing runlevels #213230
|
||||
if [ -e /proc/sys/fs/binfmt_misc/windows ]; then
|
||||
echo -n $"Binary handler for Windows applications already registered"
|
||||
else
|
||||
echo -n $"Registering binary handler for Windows applications: "
|
||||
/sbin/modprobe binfmt_misc &>/dev/null
|
||||
echo ':windows:M::MZ::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register || :
|
||||
echo ':windowsPE:M::PE::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register || :
|
||||
RETVAL=$?
|
||||
[ $RETVAL -eq 0 ] && success || failure
|
||||
fi
|
||||
echo
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo -n $"Unregistering binary handler for Windows applications: "
|
||||
echo "-1" >/proc/sys/fs/binfmt_misc/windows || :
|
||||
echo "-1" >/proc/sys/fs/binfmt_misc/windowsPE || :
|
||||
RETVAL=$?
|
||||
[ $RETVAL -eq 0 ] && success || failure
|
||||
echo
|
||||
}
|
||||
|
||||
wine_status() {
|
||||
if [ -e /proc/sys/fs/binfmt_misc/windows ]; then
|
||||
echo $"Wine binary format handlers are registered."
|
||||
return 0
|
||||
else
|
||||
echo $"Wine binary format handlers are not registered."
|
||||
return 3
|
||||
fi
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
start)
|
||||
start
|
||||
;;
|
||||
stop)
|
||||
stop
|
||||
;;
|
||||
status)
|
||||
wine_status
|
||||
RETVAL=$?
|
||||
;;
|
||||
restart)
|
||||
stop
|
||||
start
|
||||
;;
|
||||
reload)
|
||||
stop
|
||||
start
|
||||
;;
|
||||
condrestart|try-restart)
|
||||
|
||||
if [ -e /proc/sys/fs/binfmt_misc/windows ]; then
|
||||
stop
|
||||
start
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo $"Usage: $prog {start|stop|status|restart|reload|try-restart}"
|
||||
exit 1
|
||||
esac
|
||||
exit $RETVAL
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue