mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/wine: Updated for version 1.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
30f0621c6f
commit
4449ed1493
3 changed files with 8 additions and 9 deletions
|
@ -10,8 +10,6 @@ If you want to use the fallout3 patch to fix problems with nvidia cards while
|
||||||
running this game, then do this: FALLOUT3=YES ./wine.SlackBuild
|
running this game, then do this: FALLOUT3=YES ./wine.SlackBuild
|
||||||
|
|
||||||
If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild.
|
If you want to apply the DIB engine patches use DIB=YES ./wine.SlackBuild.
|
||||||
You will need to download the DIB patches beforehand using something like
|
|
||||||
wget -O dibeng-max.zip http://bugs.winehq.org/attachment.cgi?id=29994
|
|
||||||
|
|
||||||
These options can be used together.
|
These options can be used together.
|
||||||
|
|
||||||
|
|
|
@ -24,8 +24,8 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=wine
|
PRGNAM=wine
|
||||||
VERSION=${VERSION:-1.2}
|
VERSION=${VERSION:-1.2.1}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
PRGNAM="wine"
|
PRGNAM="wine"
|
||||||
VERSION="1.2"
|
VERSION="1.2.1"
|
||||||
HOMEPAGE="http://www.winehq.com/"
|
HOMEPAGE="http://www.winehq.com/"
|
||||||
DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.tar.bz2 \
|
DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.1.tar.bz2 \
|
||||||
http://bugs.winehq.org/attachment.cgi?id=29994"
|
http://www.unrealize.co.uk/source/dibeng-max.zip"
|
||||||
MD5SUM="eb4e5423b277fc1e77807b04f366f7b7 \
|
MD5SUM="efea24c69d058b0954da3e538ca52ec8 \
|
||||||
1fa91b65a5cd1af1b38623d102f1b321"
|
1fa91b65a5cd1af1b38623d102f1b321"
|
||||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="David Woodfall"
|
MAINTAINER="David Woodfall"
|
||||||
EMAIL="dave@dawoodfall.net"
|
EMAIL="dave@dawoodfall.net"
|
||||||
APPROVED="Erik Hanson"
|
APPROVED="Niels Horn"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue