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

2017-02-10 Thread Jelle van der Waa
Date: Friday, February 10, 2017 @ 21:39:06
  Author: jelle
Revision: 211795

db-move: moved pokerth from [community-staging] to [community-testing] (i686, 
x86_64)

Added:
  pokerth/repos/community-testing-i686/
  
pokerth/repos/community-testing-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 211794, 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-testing-i686/PKGBUILD
(from rev 211794, pokerth/repos/community-staging-i686/PKGBUILD)
  
pokerth/repos/community-testing-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 211794, 
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  pokerth/repos/community-testing-i686/pokerth-c++11.patch
(from rev 211794, pokerth/repos/community-staging-i686/pokerth-c++11.patch)
  pokerth/repos/community-testing-i686/pokerth-gcc6.patch
(from rev 211794, pokerth/repos/community-staging-i686/pokerth-gcc6.patch)
  pokerth/repos/community-testing-x86_64/
  
pokerth/repos/community-testing-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 211794, 
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-testing-x86_64/PKGBUILD
(from rev 211794, pokerth/repos/community-staging-x86_64/PKGBUILD)
  
pokerth/repos/community-testing-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 211794, 
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  pokerth/repos/community-testing-x86_64/pokerth-c++11.patch
(from rev 211794, 
pokerth/repos/community-staging-x86_64/pokerth-c++11.patch)
  pokerth/repos/community-testing-x86_64/pokerth-gcc6.patch
(from rev 211794, pokerth/repos/community-staging-x86_64/pokerth-gcc6.patch)
Deleted:
  pokerth/repos/community-staging-i686/
  pokerth/repos/community-staging-x86_64/

+
 community-testing-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-testing-i686/PKGBUILD
|   58 +++
 
community-testing-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-testing-i686/pokerth-c++11.patch 
|   95 ++
 community-testing-i686/pokerth-gcc6.patch  
|   41 ++
 community-testing-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-testing-x86_64/PKGBUILD  
|   58 +++
 
community-testing-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 community-testing-x86_64/pokerth-c++11.patch   
|   95 ++
 community-testing-x86_64/pokerth-gcc6.patch
|   41 ++
 10 files changed, 742 insertions(+)

Copied: 
pokerth/repos/community-testing-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 211794, 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-testing-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-testing-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-02-10 21:39:06 UTC (rev 211795)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-testing-i686/PKGBUILD (from rev 211794, 
pokerth/repos/community-staging-i686/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-10 21:39:06 UTC (rev 211795)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realname=PokerTH
+pkgver=1.1.1
+pkgrel=17
+pkgdesc="Open source Texas Hold'em Poker simulator"
+arch=('i686' 'x86_64')
+url="http://www.pokerth.net/";
+license=('

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

2017-09-15 Thread Bartłomiej Piotrowski
Date: Friday, September 15, 2017 @ 19:44:15
  Author: bpiotrowski
Revision: 257721

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

Added:
  pokerth/repos/community-staging-i686/
  
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 257720, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-i686/pokerth-c++11.patch
(from rev 257720, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-i686/pokerth-gcc6.patch
(from rev 257720, pokerth/trunk/pokerth-gcc6.patch)
  pokerth/repos/community-staging-x86_64/
  
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 257720, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 257720, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-x86_64/pokerth-c++11.patch
(from rev 257720, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-x86_64/pokerth-gcc6.patch
(from rev 257720, pokerth/trunk/pokerth-gcc6.patch)

+
 community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-staging-i686/PKGBUILD
|   63 
 
community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
|   14 
 community-staging-i686/pokerth-c++11.patch 
|   95 ++
 community-staging-i686/pokerth-gcc6.patch  
|   41 ++
 community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-staging-x86_64/PKGBUILD  
|   63 
 
community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch  
|   14 
 community-staging-x86_64/pokerth-c++11.patch   
|   95 ++
 community-staging-x86_64/pokerth-gcc6.patch
|   41 ++
 12 files changed, 780 insertions(+)

Copied: 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 257720, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-09-15 19:44:15 UTC (rev 257721)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 257720, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-15 19:44:15 UTC (rev 257721)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_re

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

2017-10-15 Thread Sven-Hendrik Haase
Date: Monday, October 16, 2017 @ 05:25:52
  Author: svenstaro
Revision: 263021

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

Added:
  pokerth/repos/community-staging-i686/
  
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 263020, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-i686/PKGBUILD
(from rev 263020, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 263020, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 263020, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-i686/pokerth-c++11.patch
(from rev 263020, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-i686/pokerth-gcc6.patch
(from rev 263020, pokerth/trunk/pokerth-gcc6.patch)
  pokerth/repos/community-staging-x86_64/
  
pokerth/repos/community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(from rev 263020, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
  pokerth/repos/community-staging-x86_64/PKGBUILD
(from rev 263020, pokerth/trunk/PKGBUILD)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
(from rev 263020, 
pokerth/trunk/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch)
  
pokerth/repos/community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
(from rev 263020, 
pokerth/trunk/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch)
  pokerth/repos/community-staging-x86_64/pokerth-c++11.patch
(from rev 263020, pokerth/trunk/pokerth-c++11.patch)
  pokerth/repos/community-staging-x86_64/pokerth-gcc6.patch
(from rev 263020, pokerth/trunk/pokerth-gcc6.patch)

+
 community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch   
|   24 +
 community-staging-i686/PKGBUILD
|   63 
 
community-staging-i686/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
   |  153 ++
 community-staging-i686/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch
|   14 
 community-staging-i686/pokerth-c++11.patch 
|   95 ++
 community-staging-i686/pokerth-gcc6.patch  
|   41 ++
 community-staging-x86_64/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch 
|   24 +
 community-staging-x86_64/PKGBUILD  
|   63 
 
community-staging-x86_64/pokerth-1.1.1-Qualify-std-ifstream-and-std-ofstream.patch
 |  153 ++
 community-staging-x86_64/pokerth-1.1.1-boost-1.65-ambiguous-advance.patch  
|   14 
 community-staging-x86_64/pokerth-c++11.patch   
|   95 ++
 community-staging-x86_64/pokerth-gcc6.patch
|   41 ++
 12 files changed, 780 insertions(+)

Copied: 
pokerth/repos/community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
 (from rev 263020, 
pokerth/trunk/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch)
===
--- community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
(rev 0)
+++ community-staging-i686/0001-Qt-5.5.0-patch-for-qtsingleapplication.patch
2017-10-16 05:25:52 UTC (rev 263021)
@@ -0,0 +1,24 @@
+From 731f5f05f54065a67fa7c9f9bc8fe992390cb979 Mon Sep 17 00:00:00 2001
+From: Felix Hammer 
+Date: Fri, 7 Aug 2015 00:57:51 +0200
+Subject: [PATCH] Qt 5.5.0 patch for qtsingleapplication
+
+---
+ src/third_party/qtsingleapplication/qtlocalpeer.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/third_party/qtsingleapplication/qtlocalpeer.cpp 
b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+index 43e6bf4..e0ddc07 100644
+--- a/src/third_party/qtsingleapplication/qtlocalpeer.cpp
 b/src/third_party/qtsingleapplication/qtlocalpeer.cpp
+@@ -31,6 +31,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ #if defined(Q_OS_WIN)
+ #include 
+-- 
+2.5.3
+

Copied: pokerth/repos/community-staging-i686/PKGBUILD (from rev 263020, 
pokerth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-10-16 05:25:52 UTC (rev 263021)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Mateusz Herych 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Vasco Costa 
+# Contributor: Federico Cinelli 
+
+pkgname=pokerth
+_realna