[arch-commits] Commit in pokerth/repos (6 files)

Federico Cinelli cinelli at nymeria.archlinux.org
Fri Apr 5 07:06:17 UTC 2013


    Date: Friday, April 5, 2013 @ 09:06:16
  Author: cinelli
Revision: 87656

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pokerth/repos/community-i686/PKGBUILD
    (from rev 87655, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-i686/pokerth_game.pro.patch
    (from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
  pokerth/repos/community-x86_64/PKGBUILD
    (from rev 87655, pokerth/trunk/PKGBUILD)
  pokerth/repos/community-x86_64/pokerth_game.pro.patch
    (from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
Deleted:
  pokerth/repos/community-i686/PKGBUILD
  pokerth/repos/community-x86_64/PKGBUILD

-----------------------------------------+
 /PKGBUILD                               |   80 ++++++++++++++++++++++++++++++
 community-i686/PKGBUILD                 |   37 -------------
 community-i686/pokerth_game.pro.patch   |   18 ++++++
 community-x86_64/PKGBUILD               |   37 -------------
 community-x86_64/pokerth_game.pro.patch |   18 ++++++
 5 files changed, 116 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-04-05 06:03:28 UTC (rev 87655)
+++ community-i686/PKGBUILD	2013-04-05 07:06:16 UTC (rev 87656)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych <heniekk at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Vasco Costa <vasco.costa at meiodigital.com>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/"
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
-         'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
-
-  qmake-qt4 "$pkgname.pro"
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  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"
-}

Copied: pokerth/repos/community-i686/PKGBUILD (from rev 87655, pokerth/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-04-05 07:06:16 UTC (rev 87656)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Mateusz Herych <heniekk at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Vasco Costa <vasco.costa at meiodigital.com>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=6
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/"
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+         'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2"
+	"pokerth_game.pro.patch")
+md5sums=('1d8686b8968475cfc76e873a17a53efc'
+         '967b79b37407be5a68e6a864c2b7828a')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
+  
+  patch -Np2 < "$srcdir/pokerth_game.pro.patch"
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  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"
+}

Copied: pokerth/repos/community-i686/pokerth_game.pro.patch (from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
===================================================================
--- community-i686/pokerth_game.pro.patch	                        (rev 0)
+++ community-i686/pokerth_game.pro.patch	2013-04-05 07:06:16 UTC (rev 87656)
@@ -0,0 +1,18 @@
+--- src/PokerTH-1.0-src/pokerth_game.pro	2013-01-01 07:23:55.596627882 -0800
++++ pokerth_game.pro	2013-04-04 11:14:16.583877931 -0700
+@@ -3,7 +3,6 @@
+ isEmpty( PREFIX ){
+ 	PREFIX =/usr
+ }
+-
+ TEMPLATE = app
+ CODECFORSRC = UTF-8
+ CONFIG += qt \
+@@ -21,6 +20,7 @@
+ DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_DEPRECATED
+ DEFINES += PREFIX=\"$${PREFIX}\"
+ TARGET = pokerth
++QMAKE_MOC = $$QMAKE_MOC -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
+ 
+ # PRECOMPILED_HEADER = src/pch_game.h
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-04-05 06:03:28 UTC (rev 87655)
+++ community-x86_64/PKGBUILD	2013-04-05 07:06:16 UTC (rev 87656)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Mateusz Herych <heniekk at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Vasco Costa <vasco.costa at meiodigital.com>
-# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
-
-pkgname=pokerth
-_realname=PokerTH
-pkgver=1.0
-pkgrel=5
-pkgdesc="Poker game written in C++/QT4"
-arch=('i686' 'x86_64')
-url="http://www.pokerth.net/"
-license=('GPL' 'custom')
-depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
-         'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
-makedepends=('boost')
-source=(http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2)
-md5sums=('1d8686b8968475cfc76e873a17a53efc')
-
-build() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
-
-  qmake-qt4 "$pkgname.pro"
-  make
-}
-
-package() {
-  cd "$srcdir/$_realname-$pkgver-src"
-
-  make INSTALL_ROOT="$pkgdir" install
-
-  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"
-}

Copied: pokerth/repos/community-x86_64/PKGBUILD (from rev 87655, pokerth/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-04-05 07:06:16 UTC (rev 87656)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:  Mateusz Herych <heniekk at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
+# Contributor: Vasco Costa <vasco.costa at meiodigital.com>
+# Contributor: Federico Cinelli <cinelli at aur.archlinux.org>
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.0
+pkgrel=6
+pkgdesc="Poker game written in C++/QT4"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/"
+license=('GPL' 'custom')
+depends=('curl' 'boost-libs' 'gsasl' 'gnutls' 'protobuf'
+         'qt4' 'sdl_mixer' 'libircclient' 'tinyxml')
+makedepends=('boost')
+source=("http://downloads.sourceforge.net/sourceforge/pokerth/$_realname-$pkgver-src.tar.bz2"
+	"pokerth_game.pro.patch")
+md5sums=('1d8686b8968475cfc76e873a17a53efc'
+         '967b79b37407be5a68e6a864c2b7828a')
+
+build() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  sed -i '31 i #include <libircclient/libirc_rfcnumeric.h>' src/net/common/ircthread.cpp
+  
+  patch -Np2 < "$srcdir/pokerth_game.pro.patch"
+  qmake-qt4 "$pkgname.pro"
+  make
+}
+
+package() {
+  cd "$srcdir/$_realname-$pkgver-src"
+
+  make INSTALL_ROOT="$pkgdir" install
+
+  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"
+}

Copied: pokerth/repos/community-x86_64/pokerth_game.pro.patch (from rev 87655, pokerth/trunk/pokerth_game.pro.patch)
===================================================================
--- community-x86_64/pokerth_game.pro.patch	                        (rev 0)
+++ community-x86_64/pokerth_game.pro.patch	2013-04-05 07:06:16 UTC (rev 87656)
@@ -0,0 +1,18 @@
+--- src/PokerTH-1.0-src/pokerth_game.pro	2013-01-01 07:23:55.596627882 -0800
++++ pokerth_game.pro	2013-04-04 11:14:16.583877931 -0700
+@@ -3,7 +3,6 @@
+ isEmpty( PREFIX ){
+ 	PREFIX =/usr
+ }
+-
+ TEMPLATE = app
+ CODECFORSRC = UTF-8
+ CONFIG += qt \
+@@ -21,6 +20,7 @@
+ DEFINES += ENABLE_IPV6 TIXML_USE_STL BOOST_FILESYSTEM_DEPRECATED
+ DEFINES += PREFIX=\"$${PREFIX}\"
+ TARGET = pokerth
++QMAKE_MOC = $$QMAKE_MOC -DBOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
+ 
+ # PRECOMPILED_HEADER = src/pch_game.h
+ 




More information about the arch-commits mailing list