Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=2411371469a2ecf3db4cf660d6e560b071071d1a
commit 2411371469a2ecf3db4cf660d6e560b071071d1a Author: Melko <[email protected]> Date: Fri Oct 21 21:37:33 2011 +0200 pokerth-0.8.3-2-i686 * util-linux-ng -> util-linux * add patch to remove broken flag diff --git a/source/games-extra/pokerth/FrugalBuild b/source/games-extra/pokerth/FrugalBuild index 59f2a4f..379fed5 100644 --- a/source/games-extra/pokerth/FrugalBuild +++ b/source/games-extra/pokerth/FrugalBuild @@ -3,20 +3,21 @@ pkgname=pokerth pkgver=0.8.3 -pkgrel=1 +pkgrel=2 pkgdesc="Poker game written in C++/QT4" _F_sourceforge_name="PokerTH" _F_sourceforge_dirname="$pkgname" _F_sourceforge_ext="-src.tar.bz2" Finclude sourceforge url="http://www.pokerth.net/index.php" -depends=('libboost>=1.46.1' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux-ng' 'libgsasl' 'libqtnetwork' 'libqtsql') +depends=('libboost>=1.46.1' 'sdl_mixer' 'curl' 'gnutls' 'libgcrypt' 'libqtgui' 'libice' 'libxrender' 'libxext' 'util-linux' 'libgsasl' 'libqtnetwork' 'libqtsql') makedepends=('boost') groups=('games-extra') archs=('i686' 'x86_64') -source=($source pokerth-0.8.3-filesystem.patch) +source=($source pokerth-0.8.3-filesystem.patch dead_strip.patch) sha1sums=('def75fe2cae1a1e23114a8c03b69085a98d696e0' \ - 'a90f74c960afe095f6fa1a4969aab070a02e2c8b') + 'a90f74c960afe095f6fa1a4969aab070a02e2c8b' \ + 'dbd5d99cf3f901f13b7d5206ce56977a15f8aaba') build() { diff --git a/source/games-extra/pokerth/dead_strip.patch b/source/games-extra/pokerth/dead_strip.patch new file mode 100644 index 0000000..419c6bc --- /dev/null +++ b/source/games-extra/pokerth/dead_strip.patch @@ -0,0 +1,33 @@ +diff -ru PokerTH-0.8.3-src.old/pokerth_game.pro PokerTH-0.8.3-src/pokerth_game.pro +--- PokerTH-0.8.3-src.old/pokerth_game.pro 2011-10-21 21:49:33.467356776 +0200 ++++ PokerTH-0.8.3-src/pokerth_game.pro 2011-10-21 21:50:37.576355341 +0200 +@@ -372,7 +372,6 @@ + RC_FILE = pokerth.rc + } + unix:# workaround for problems with boost_filesystem exceptions +-QMAKE_LFLAGS += -no_dead_strip_inits_and_terms + unix:!mac { + # #### My release static build options + # QMAKE_CXXFLAGS += -ffunction-sections -fdata-sections +diff -ru PokerTH-0.8.3-src.old/pokerth_server.pro PokerTH-0.8.3-src/pokerth_server.pro +--- PokerTH-0.8.3-src.old/pokerth_server.pro 2011-10-21 21:49:33.468356776 +0200 ++++ PokerTH-0.8.3-src/pokerth_server.pro 2011-10-21 21:50:57.315354851 +0200 +@@ -185,7 +185,6 @@ + + unix { + # workaround for problems with boost_filesystem exceptions +- QMAKE_LFLAGS += -no_dead_strip_inits_and_terms + } + + unix : !mac { +diff -ru PokerTH-0.8.3-src.old/zlib_compress.pro PokerTH-0.8.3-src/zlib_compress.pro +--- PokerTH-0.8.3-src.old/zlib_compress.pro 2011-10-21 21:49:33.467356776 +0200 ++++ PokerTH-0.8.3-src/zlib_compress.pro 2011-10-21 21:50:14.891355825 +0200 +@@ -43,7 +43,6 @@ + + unix { + # workaround for problems with boost_filesystem exceptions +- QMAKE_LFLAGS += -no_dead_strip_inits_and_terms + } + + unix : !mac { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
