Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=boost149.git;a=commitdiff;h=1abfe81bdd37ab348b1e899eef38add9010e106c

commit 1abfe81bdd37ab348b1e899eef38add9010e106c
Author: Elentir <[email protected]>
Date:   Sun May 6 12:44:38 2012 +0200

lordsawar-0.2.0-1-x86_64

* version bump
* fix depends

diff --git a/source/games-extra/lordsawar/FrugalBuild 
b/source/games-extra/lordsawar/FrugalBuild
index 3c8db8f..4039915 100644
--- a/source/games-extra/lordsawar/FrugalBuild
+++ b/source/games-extra/lordsawar/FrugalBuild
@@ -2,17 +2,19 @@
# Maintainer: Pingax <[email protected]>

pkgname=lordsawar
-pkgver=0.1.9
-pkgrel=2
+pkgver=0.2.0
+pkgrel=1
pkgdesc="Free turn-based strategy game"
url="http://www.nongnu.org/lordsawar/";
archs=('i686' 'x86_64')
groups=('games-extra')
depends=('gtkmm2' 'sdl_mixer' 'expat' 'libtar' 'libsigc++2' 'pkgconfig'\
'gettext' 'gnet')
-makedepends=('intltool' 'boost>=1.46.1')
+makedepends=('intltool' 'boost')
up2date="lynx -dump http://www.nongnu.org/lordsawar/|grep 17 | grep -m1 .tar.gz 
| sed 's/.*lordsawar-\(.*\).tar.gz/\1/'"
-source="http://download.savannah.gnu.org/releases-noredirect/$pkgname/$pkgname-$pkgver.tar.gz";
-sha1sums=('2dc629eb6030da20bf4d1562798e689b8c802462')
+source=("http://download.savannah.gnu.org/releases-noredirect/$pkgname/$pkgname-$pkgver.tar.gz";
 \
+       lordsawar-0.2.0-gcc47.patch)
+sha1sums=('89e351931f74bfc1272cdf5ff6658eb5a42aa2d9' \
+          '9bf41e48ef53a2acbb7de1357e8c06195463380f')

# optimization OK
diff --git a/source/games-extra/lordsawar/lordsawar-0.2.0-gcc47.patch 
b/source/games-extra/lordsawar/lordsawar-0.2.0-gcc47.patch
new file mode 100644
index 0000000..012c2d0
--- /dev/null
+++ b/source/games-extra/lordsawar/lordsawar-0.2.0-gcc47.patch
@@ -0,0 +1,12 @@
+diff -Naur lordsawar-0.2.0/src/LocationList.h 
lordsawar-0.2.0/src/LocationList.h
+--- lordsawar-0.2.0/src/LocationList.h 2010-05-11 10:50:34.000000000 +0200
++++ lordsawar-0.2.0/src/LocationList.h 2012-05-06 12:17:43.167790030 +0200
+@@ -55,7 +55,7 @@
+
+   void add(T t)
+     {
+-      push_back(t);
++      this->push_back(t);
+       d_id[t->getId()] = t;
+       int size = t->getSize();
+       for (int i = 0; i < size; i++)
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to