Date: Friday, March 29, 2013 @ 19:50:32 Author: cinelli Revision: 87276
upgpkg: pokerth 1.0-5 Modified: pokerth/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-29 18:48:30 UTC (rev 87275) +++ PKGBUILD 2013-03-29 18:50:32 UTC (rev 87276) @@ -2,11 +2,12 @@ # Maintainer: Mateusz Herych <[email protected]> # Maintainer: Bartłomiej Piotrowski <[email protected]> # Contributor: Vasco Costa <[email protected]> +# Contributor: Federico Cinelli <[email protected]> pkgname=pokerth _realname=PokerTH pkgver=1.0 -pkgrel=4 +pkgrel=5 pkgdesc="Poker game written in C++/QT4" arch=('i686' 'x86_64') url="http://www.pokerth.net/" @@ -22,7 +23,7 @@ sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp - qmake $pkgname.pro + qmake-qt4 "$pkgname.pro" make } @@ -31,6 +32,6 @@ make INSTALL_ROOT="$pkgdir" install - install -D -m644 docs/pokerth.1 "$pkgdir/usr/share/man/man1/pokerth.1" - install -D -m644 data/data-copyright.txt "$pkgdir/usr/share/licenses/pokerth/data-copyright.txt" + install -Dm644 "docs/pokerth.1" "$pkgdir/usr/share/man/man1/pokerth.1" + install -Dm644 "data/data-copyright.txt" "$pkgdir/usr/share/licenses/pokerth/data-copyright.txt" }
