summaryrefslogtreecommitdiff
path: root/community/pokerth
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-29 12:24:22 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-29 12:24:22 +0200
commit810d723a0f57abdbc7e88ae18ae9408aa689f359 (patch)
tree453d2f4e11b9eee153d303fed7325f0e636e161b /community/pokerth
parent92116b44c20c9b8e3ee49b794084d08d22e87cd3 (diff)
parent4412991f6b4fd655fc1f51f8d79a0be0c10158b7 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/awesome/PKGBUILD community-testing/open-vm-tools/PKGBUILD extra/kshutdown/PKGBUILD extra/lsof/PKGBUILD multilib-testing/lib32-glib2/PKGBUILD multilib/wine/PKGBUILD testing/racket/PKGBUILD
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 53b6939ee..d5307d964 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' 'mips64el')
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