Compare commits

..

26 commits

Author SHA1 Message Date
Michael Cronenworth
5030f38362 Update to 4.0.4 2020-04-21 09:00:28 -05:00
Michael Cronenworth
c79922a03b Update to 4.0.3 2019-11-27 09:11:10 -06:00
Michael Cronenworth
57b712e0b4 Update to 4.0.2, sync with EPEL8 2019-09-25 09:36:47 -05:00
Michael Cronenworth
1a44e9e11f Fix vulkan requirement on RHEL 7 2019-02-22 09:37:23 -06:00
Michael Cronenworth
1b65a2e4a4 Update to 4.0 2019-02-20 13:08:27 -06:00
Michael Cronenworth
bc5ae6a871 Drop aarch64 build, see https://bugzilla.redhat.com/show_bug.cgi?id=1629910 2018-09-17 12:49:39 -05:00
Michael Cronenworth
2c0aaeff41 Update to 3.0.3 2018-09-13 16:14:12 -05:00
Michael Cronenworth
72a0db0d15 Update to 3.0.2 2018-06-26 09:32:32 -05:00
Michael Cronenworth
92f59a3028 Update to 3.0.1 2018-05-14 10:03:31 -05:00
Michael Cronenworth
1144d7cabb Rebuild for libgphoto2 (rhbz#1568368) 2018-05-10 14:59:02 -05:00
Michael Cronenworth
cafb41b2ee Remove files not in 3.0 2018-03-03 13:48:39 -06:00
Michael Cronenworth
a6c38ae453 Minor fixes 2018-03-03 12:46:50 -06:00
Michael Cronenworth
81a5c4deb4 Update to 3.0 2018-03-03 12:39:51 -06:00
Michael Cronenworth
f78b2ca98d Install desktop icons (rhbz#1527942) 2017-12-20 08:51:03 -06:00
Michael Cronenworth
8c6c49439d Install desktop icons (rhbz#1527942) 2017-12-20 08:36:33 -06:00
Michael Cronenworth
a07a1c86fb Fix files list for files in staging patches 2017-12-18 15:46:09 -06:00
Michael Cronenworth
3a3afb17ff Fix files list for files in staging patches 2017-12-18 15:33:24 -06:00
Michael Cronenworth
01a5df7703 Update file list for files no longer in staging 2017-12-18 14:43:31 -06:00
Michael Cronenworth
30485f0d4a Update to 2.0.3 2017-12-18 14:23:09 -06:00
Michael Cronenworth
dc82fff6a9 Upgrade to 1.8.6 2016-12-19 13:44:38 -06:00
Michael Cronenworth
8f3d2f43f4 Fixes for scriptlets and cups-libs dep. 2016-11-07 23:41:39 -06:00
Michael Cronenworth
596002216c Update to 1.8.5 2016-10-17 09:23:43 -05:00
Michael Cronenworth
a57eaf6271 Update to 1.8.4 2016-09-09 16:50:04 -05:00
Michael Cronenworth
f35f9868f8 Update to 1.8.3 2016-06-24 08:07:15 -05:00
Michael Cronenworth
758c2e76e4 Update to 1.8.2 2016-04-19 11:41:42 -05:00
Michael Cronenworth
992000f839 Update to 1.8.1 2016-02-03 11:17:04 -06:00
19 changed files with 3193 additions and 1761 deletions

5
.gitignore vendored
View file

@ -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

View file

@ -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
View file

@ -0,0 +1 @@
/usr/lib/wine/

1
wine-64.conf Normal file
View file

@ -0,0 +1 @@
/usr/lib64/wine/

View file

@ -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:
============

View file

@ -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

View file

@ -5,5 +5,3 @@ Name[ar]=مثبت حزم واين
Exec=wine %f
MimeType=application/x-ole-storage;text/mspg-legacyinfo;
Hidden=true
StartupNotify=true
StartupWMClass=msiexec.exe

View file

@ -7,6 +7,4 @@ Exec=notepad
Icon=notepad
Terminal=false
Type=Application
StartupNotify=true
StartupWMClass=notepad.exe
Categories=X-Wine;

View file

@ -1 +0,0 @@
ntsync

View file

@ -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;

View file

@ -7,6 +7,4 @@ Exec=regedit
Icon=regedit
Terminal=false
Type=Application
StartupNotify=true
StartupWMClass=regedit.exe
Categories=X-Wine;

View file

@ -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;

View file

@ -7,6 +7,4 @@ Exec=winecfg
Icon=winecfg
Terminal=false
Type=Application
StartupNotify=true
StartupWMClass=winecfg.exe
Categories=X-Wine;

View file

@ -7,6 +7,4 @@ Exec=winemine
Icon=winemine
Terminal=false
Type=Application
StartupNotify=true
StartupWMClass=winemine.exe
Categories=Game;LogicGame;

View file

@ -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;

View file

@ -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;

View file

@ -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, &amp; 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
View 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

4859
wine.spec

File diff suppressed because it is too large Load diff