summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/playonlinux/README26
-rw-r--r--games/playonlinux/playonlinux.SlackBuild6
-rw-r--r--games/playonlinux/playonlinux.info10
3 files changed, 22 insertions, 20 deletions
diff --git a/games/playonlinux/README b/games/playonlinux/README
index 15f72982f1..1f714fe640 100644
--- a/games/playonlinux/README
+++ b/games/playonlinux/README
@@ -1,13 +1,15 @@
-PlayOnLinux is a graphical front-end for Wine which automatically creates a
-prefix for the application you're trying to install. It manages its own wine
-versions internally, meaning you only have to have some version of Wine already
-already installed as a base and PlayOnLinux will automatically download and use
-whatever Wine version is necessary (which can also be specified by the user in the
-case of manual, unscripted installations). POL supports the use of installation
-scripts which are used to automatically install an application and configure Wine to
-work with that application. Dozens of official scripts for various games and
-software already exist, and the POL website has tutorials to instruct users on
-writing their own.
+PlayOnLinux is a graphical front-end for Wine which automatically creates
+a prefix for the application you're trying to install. It manages
+its own wine versions internally, meaning you only have to have some
+version of Wine already already installed as a base and PlayOnLinux
+will automatically download and use whatever Wine version is necessary
+(which can also be specified by the user in the case of manual, unscripted
+installations). POL supports the use of installation scripts which are
+used to automatically install an application and configure Wine to work
+with that application. Dozens of official scripts for various games and
+software already exist, and the POL website has tutorials to instruct
+users on writing their own.
-For maximum performance and compatibility, PlayOnLinux should be run on a 32-bit
-system, or on a 64-bit system enabled for multilib, and 32-bit graphic libraries should be available.
+For maximum performance and compatibility, PlayOnLinux should be run on
+a 32-bit system, or on a 64-bit system enabled for multilib, and 32-bit
+graphic libraries should be available.
diff --git a/games/playonlinux/playonlinux.SlackBuild b/games/playonlinux/playonlinux.SlackBuild
index 4ba2de4fed..3e98238b8c 100644
--- a/games/playonlinux/playonlinux.SlackBuild
+++ b/games/playonlinux/playonlinux.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for PlayOnLinux
-# Copyright 2011 by Giovanne Castro, Campinas, Sao Paulo, Brazil <giovannefc@ig.com.br>
+# Copyright 2013 by Erwin van Zanten, Dordrecht, The Netherlands, Europe <e.van.zanten.evz@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=playonlinux
-VERSION=${VERSION:-4.1.9}
+VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$VERSION
+rm -rf $PRGNAM
tar xvf $CWD/PlayOnLinux_$VERSION.tar.gz
cd $PRGNAM
chown -R root:root .
diff --git a/games/playonlinux/playonlinux.info b/games/playonlinux/playonlinux.info
index ab43f491f0..236271ae2d 100644
--- a/games/playonlinux/playonlinux.info
+++ b/games/playonlinux/playonlinux.info
@@ -1,10 +1,10 @@
PRGNAM="playonlinux"
-VERSION="4.1.9"
+VERSION="4.2.1"
HOMEPAGE="http://www.playonlinux.com/"
-DOWNLOAD="http://www.playonlinux.com/script_files/PlayOnLinux/4.1.9/PlayOnLinux_4.1.9.tar.gz"
-MD5SUM="958ef6e960b59593bb2189f3078e7e7c"
+DOWNLOAD="http://www.playonlinux.com/script_files/PlayOnLinux/4.2.1/PlayOnLinux_4.2.1.tar.gz"
+MD5SUM="4f80195c28d5424045b6471032d173b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cabextract wine wxPython icoutils php-imagick p7zip"
-MAINTAINER="Matt Kelly"
-EMAIL="iwakura1@gmail.com"
+MAINTAINER="Erwin van Zanten"
+EMAIL="e.van.zanten.evz@gmail.com"