From e1971b67de34e68cb616e39604f183351b361120 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 13 May 2010 00:26:53 +0200 Subject: games/pingus: Updated for version 0.7.2 --- games/pingus/README | 2 +- games/pingus/pingus-0.7.2+gcc-4.3.patch | 12 ++++++++++++ games/pingus/pingus.SlackBuild | 20 ++++++++++++-------- games/pingus/pingus.info | 6 ++++-- 4 files changed, 29 insertions(+), 11 deletions(-) create mode 100644 games/pingus/pingus-0.7.2+gcc-4.3.patch (limited to 'games/pingus') diff --git a/games/pingus/README b/games/pingus/README index 492c2fe359..12eb788afc 100644 --- a/games/pingus/README +++ b/games/pingus/README @@ -1,4 +1,4 @@ Pingus is a free Lemmings(tm) clone for GNU/Linux, Win32 and other operating systems supported by SDL. -This requires boost, scons, and physfs. +This requires scons and physfs. diff --git a/games/pingus/pingus-0.7.2+gcc-4.3.patch b/games/pingus/pingus-0.7.2+gcc-4.3.patch new file mode 100644 index 0000000000..69e6f49fca --- /dev/null +++ b/games/pingus/pingus-0.7.2+gcc-4.3.patch @@ -0,0 +1,12 @@ +Index: pingus-0.7.2/src/input/evdev_device.cpp +=================================================================== +--- pingus-0.7.2.orig/src/input/evdev_device.cpp ++++ pingus-0.7.2/src/input/evdev_device.cpp +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #include "evdev_device.hpp" + diff --git a/games/pingus/pingus.SlackBuild b/games/pingus/pingus.SlackBuild index cfec20b76e..591fb55ed4 100644 --- a/games/pingus/pingus.SlackBuild +++ b/games/pingus/pingus.SlackBuild @@ -1,9 +1,8 @@ #!/bin/sh # Slackware build script for pingus -# Written by ppr:kut -# Copyright 2007 Heinz Wiesinger +# Copyright 2007-2009 Heinz Wiesinger # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -28,6 +27,7 @@ VERSION=0.7.2 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} + CWD=$(pwd) TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM @@ -35,8 +35,13 @@ OUTPUT=${OUTPUT:-/tmp} if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" + LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" fi set -e @@ -50,6 +55,8 @@ cd $PRGNAM-$VERSION chown -R root:root . chmod -R u+w,go+r-w,a-s . +patch -p1 -i $CWD/pingus-0.7.2+gcc-4.3.patch + scons \ CCFLAGS="$SLKCFLAGS" \ CPPFLAGS="$SLKCFLAGS" \ @@ -61,11 +68,8 @@ install -p -m 0644 doc/pingus.6 $PKG/usr/man/man6/ install -m 0644 $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png install -m 0644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/ - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) +find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true ( cd $PKG/usr/man find . -type f -exec gzip -9 {} \; @@ -82,4 +86,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/games/pingus/pingus.info b/games/pingus/pingus.info index 1058dbda59..115321c286 100644 --- a/games/pingus/pingus.info +++ b/games/pingus/pingus.info @@ -2,7 +2,9 @@ PRGNAM="pingus" VERSION="0.7.2" HOMEPAGE="http://pingus.seul.org" DOWNLOAD="http://pingus.seul.org/files/pingus-0.7.2.tar.bz2" +DOWNLOAD_x86_64="" MD5SUM="88756802d483f922d0910a14cd26a951" -MAINTAINER="ppr:kut" -EMAIL="HMWiesinger@gmx.at" +MD5SUM_x86_64="" +MAINTAINER="pprkut" +EMAIL="pprkut@liwjatan.at" APPROVED="rworkman" -- cgit v1.2.3