summaryrefslogtreecommitdiff
path: root/community/pokerth
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
committerroot <root@rshg054.dnsready.net>2012-04-29 00:03:11 +0000
commit4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (patch)
treef9c260be9a38030fe89f1d4ce1e60763c7319f5f /community/pokerth
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Sun Apr 29 00:03:11 UTC 2012
Diffstat (limited to 'community/pokerth')
-rw-r--r--community/pokerth/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/pokerth/PKGBUILD b/community/pokerth/PKGBUILD
index 1cc421432..f73213945 100644
--- a/community/pokerth/PKGBUILD
+++ b/community/pokerth/PKGBUILD
@@ -1,25 +1,27 @@
-# $Id: PKGBUILD 67206 2012-03-05 08:58:57Z ibiru $
+# $Id: PKGBUILD 69993 2012-04-28 00:04:33Z svenstaro $
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: Vasco Costa <vasco.costa@meiodigital.com>
pkgname=pokerth
_realname=PokerTH
-pkgver=0.9.3
-pkgrel=2
+pkgver=0.9.4
+pkgrel=1
pkgdesc="Poker game written in C++/QT4"
arch=('i686' 'x86_64')
url="http://www.pokerth.net/"
license=('GPL' 'custom')
-depends=('curl' 'boost-libs>=1.43.0' 'gsasl' 'gnutls'
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls'
'qt' 'sdl_mixer' 'libircclient' 'tinyxml')
makedepends=('boost')
source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('09d173512f723441f288b2844e3c68cb')
+md5sums=('afdc63e9a4e499fd70fc0eee4d8dc1a9')
build() {
cd "$srcdir/$_realname-$pkgver-src"
+ sed -i '1 i #include <unistd.h>' src/third_party/qtsingleapplication/qtlocalpeer.cpp
+
sed -i 's/QMAKE_CXXFLAGS += -std=gnu++0x/QMAKE_CXXFLAGS += -std=gnu++0x -DBOOST_FILESYSTEM_VERSION=2/' *.pro
sed -i '23 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp