Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=5678e8e91c69de7d0829c72baee865f9ddd866f2

commit 5678e8e91c69de7d0829c72baee865f9ddd866f2
Author: Devil505 <devil505li...@gmail.com>
Date:   Mon Oct 24 19:56:06 2011 +0200

pingus-0.7.4-1-i686
* version bump
* removed useless patches
* changed m8r

diff --git a/source/games-extra/pingus/FrugalBuild 
b/source/games-extra/pingus/FrugalBuild
index b6eb1bd..34350af 100644
--- a/source/games-extra/pingus/FrugalBuild
+++ b/source/games-extra/pingus/FrugalBuild
@@ -1,38 +1,33 @@
# Compiling Time: 0.93 SBU
-# Maintainer: Priyank Gosalia <priyan...@gmail.com>
+# Maintainer: Devil505 <devil505li...@gmail.com>
# Contributor: Edo Hikmahtiar <fires...@gmail.com>

pkgname=pingus
-pkgver=0.7.3
-pkgrel=6
+pkgver=0.7.4
+pkgrel=1
pkgdesc="Pingus is a free Lemmings clone for GNU/Linux"
url="http://pingus.seul.org";
-depends=('libboost>=1.46.1' 'sdl' 'libpng>=1.4.1' 'sdlimage' 'sdl_mixer' 
'physfs>=2.0.2')
-makedepends=('boost' 'scons')
+depends=('libboost>=1.46.1' 'sdl' 'libpng>=1.4.1' 'sdlimage' 'sdl_mixer' 
'physfs>=2.0.2' 'libboost')
+makedepends=('boost' 'scons' 'mesa')
groups=('games-extra')
archs=('i686' 'x86_64')
up2date="lynx -dump http://pingus.seul.org/download.html | grep -m1 -A2 Source 
| sed 's/.*-\(.*\).t.*/\1/' | tail -n1"
-source=($url/files/$pkgname-$pkgver.tar.bz2 \
-       pingus-0.7.2-gcc44.patch)
-sha1sums=('ca7fe5cea65fb3392d1e81056a879831925502f2' \
-          '71c88bce4ff1fea3f8261142be865490e98e677d')
+source=($url/files/$pkgname-$pkgver.tar.bz2)
+sha1sums=('e61e5ffefcecebed83286c25b3626f70ed75d2a5')

_F_desktop_name="Pingus"
+_F_desktop_description="A free Lemmings[tm] clone"
_F_desktop_icon="$pkgname"
_F_desktop_categories="Game;LogicGame"

-build()
-{
+build() {
Fcd
-       ## lol ..
-       Fpatchall
-       [ -n "$MAKEFLAGS" ] && JOBS="$MAKEFLAGS"
-       scons $JOBS LINKFLAGS="$LDFLAGS" CCFLAGS="$CXXFLAGS" || Fdie
-       ## oh well not an pinguin 'icon' but 24x18 looks like shit so
-       ## we use this one for now =)
+       scons prefix=/usr || Fdie
+       # fix launcher
+       sed -i 's/echo/echo -e/g' ./Makefile || Fdie
+       make install DESTDIR="$Fdestdir" PREFIX="/usr" || Fdie
Ffilerel data/images/core/editor/actions.png \
/usr/share/pixmaps/$pkgname.png
-       sh install.sh $Fdestdir/usr || Fdie
Fdesktop2
}

diff --git a/source/games-extra/pingus/gcc43.patch 
b/source/games-extra/pingus/gcc43.patch
deleted file mode 100644
index 77324ca..0000000
--- a/source/games-extra/pingus/gcc43.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -up pingus-0.7.2/src/input/evdev_device.cpp~ 
pingus-0.7.2/src/input/evdev_device.cpp
---- pingus-0.7.2/src/input/evdev_device.cpp~   2008-01-09 13:35:44.000000000 
+0100
-+++ pingus-0.7.2/src/input/evdev_device.cpp    2008-01-09 13:35:44.000000000 
+0100
-@@ -25,6 +25,7 @@
- #include <stdexcept>
- #include <iostream>
- #include <errno.h>
-+#include <string.h>
-
- #include "evdev_device.hpp"
-
diff --git a/source/games-extra/pingus/pingus-0.7.2-gcc44.patch 
b/source/games-extra/pingus/pingus-0.7.2-gcc44.patch
deleted file mode 100644
index 7917afb..0000000
--- a/source/games-extra/pingus/pingus-0.7.2-gcc44.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/input/evdev_device.cpp.old     2009-04-03 12:14:25.027452635 +0200
-+++ src/input/evdev_device.cpp 2009-04-03 12:14:31.672453084 +0200
-@@ -17,6 +17,7 @@
- //  along with this program; if not, write to the Free Software
- //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
-
-+#include <cstdio>
- #include <assert.h>
- #include <linux/input.h>
- #include <sys/ioctl.h>
---- src/tinygettext/po_file_reader.cpp.old     2009-04-03 12:13:30.095452649 
+0200
-+++ src/tinygettext/po_file_reader.cpp 2009-04-03 12:13:38.117452492 +0200
-@@ -17,6 +17,7 @@
- //  along with this program; if not, write to the Free Software
- //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, 
USA.
-
-+#include <cstdio>
- #include <config.h>
- #include <vector>
- #include <iconv.h>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to