diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-12-12 13:10:56 -0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-12 15:47:15 -0600 |
commit | 4449ed1493ad1f0e2243277e2d9297963d2802d0 (patch) | |
tree | 9eca4c39e54f39a3f863a42d628124ddfda42c9a /system/wine | |
parent | 30f0621c6fbbc5468446f9726b900460f4a81416 (diff) |
system/wine: Updated for version 1.2.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/wine')
-rw-r--r-- | system/wine/README | 2 | ||||
-rw-r--r-- | system/wine/wine.SlackBuild | 4 | ||||
-rw-r--r-- | system/wine/wine.info | 11 |
3 files changed, 8 insertions, 9 deletions
diff --git a/system/wine/README b/system/wine/README index b201b9921c55..f19f22a18b0f 100644 --- a/system/wine/README +++ b/system/wine/README @@ -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 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. diff --git a/system/wine/wine.SlackBuild b/system/wine/wine.SlackBuild index 4b29ffa0e21c..da93dcabea26 100644 --- a/system/wine/wine.SlackBuild +++ b/system/wine/wine.SlackBuild @@ -24,8 +24,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wine -VERSION=${VERSION:-1.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.2.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/wine/wine.info b/system/wine/wine.info index 6c6da512012c..46e38f9e69a7 100644 --- a/system/wine/wine.info +++ b/system/wine/wine.info @@ -1,12 +1,13 @@ PRGNAM="wine" -VERSION="1.2" +VERSION="1.2.1" HOMEPAGE="http://www.winehq.com/" -DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.tar.bz2 \ - http://bugs.winehq.org/attachment.cgi?id=29994" -MD5SUM="eb4e5423b277fc1e77807b04f366f7b7 \ +DOWNLOAD="http://downloads.sourceforge.net/project/wine/Source/wine-1.2.1.tar.bz2 \ + http://www.unrealize.co.uk/source/dibeng-max.zip" +MD5SUM="efea24c69d058b0954da3e538ca52ec8 \ 1fa91b65a5cd1af1b38623d102f1b321" DOWNLOAD_x86_64="UNSUPPORTED" MD5SUM_x86_64="" MAINTAINER="David Woodfall" EMAIL="dave@dawoodfall.net" -APPROVED="Erik Hanson" +APPROVED="Niels Horn" + |