summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Marcel Saegebarth <marc@mos6581.de>2015-09-21 20:47:37 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-26 10:05:46 +0700
commit0af41a76061ef3187e36bb15ce58458ebdf32d34 (patch)
treee23365ce6dd0cbb5ba0a6e04c4aed9f862c00de5
parent779c4cfa62db88382cd344b17a7b98f2f45fe07e (diff)
downloadslackbuilds-0af41a76061ef3187e36bb15ce58458ebdf32d34.tar.gz
slackbuilds-0af41a76061ef3187e36bb15ce58458ebdf32d34.tar.xz
system/fs-uae-launcher: Updated for version 2.6.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
-rw-r--r--system/fs-uae-launcher/fs-uae-launcher.SlackBuild9
-rw-r--r--system/fs-uae-launcher/fs-uae-launcher.info8
2 files changed, 7 insertions, 10 deletions
diff --git a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
index 899dd8ab14..b806f7c408 100644
--- a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
+++ b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fs-uae-launcher
-VERSION=${VERSION:-2.4.3}
+VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,12 +71,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-python setup.py build
+python3 setup.py build
make
-python setup.py install --root=$PKG
-
-mkdir -p $PKG/usr
-cp -a share $PKG/usr
+make install prefix=/usr DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/fs-uae-launcher/fs-uae-launcher.info b/system/fs-uae-launcher/fs-uae-launcher.info
index faea4e26f2..1898da1ca5 100644
--- a/system/fs-uae-launcher/fs-uae-launcher.info
+++ b/system/fs-uae-launcher/fs-uae-launcher.info
@@ -1,10 +1,10 @@
PRGNAM="fs-uae-launcher"
-VERSION="2.4.3"
+VERSION="2.6.1"
HOMEPAGE="http://fs-uae.net/"
-DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.4.3/fs-uae-launcher-2.4.3.tar.gz"
-MD5SUM="ca1b0596a7d8267cf62dc940853ee3f4"
+DOWNLOAD="http://fs-uae.net/fs-uae/stable/2.6.1/fs-uae-launcher-2.6.1.tar.gz"
+MD5SUM="aeb532082306c6887a7e4d0e7fceca7e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython fs-uae"
+REQUIRES="python3-PyQt5 python3-lhafile fs-uae"
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"