[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 17:32:34
  Author: foutrelis
Revision: 621015

glew 2.2.0 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 17:30:05 UTC (rev 621014)
+++ PKGBUILD2020-04-25 17:32:34 UTC (rev 621015)
@@ -3,7 +3,7 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=6
+pkgrel=7
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('x86_64')
 url="https://megaglest.org;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2019-03-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 26, 2019 @ 07:35:40
  Author: arojas
Revision: 443536

wxgtk 3.1 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-26 07:27:18 UTC (rev 443535)
+++ PKGBUILD2019-03-26 07:35:40 UTC (rev 443536)
@@ -3,7 +3,7 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('x86_64')
 url="https://megaglest.org;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2018-04-07 Thread Levente Polyak via arch-commits
Date: Saturday, April 7, 2018 @ 21:25:49
  Author: anthraxx
Revision: 314920

upgpkg: megaglest 3.13.0-5 (miniupnpc rebuild)

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-07 21:08:29 UTC (rev 314919)
+++ PKGBUILD2018-04-07 21:25:49 UTC (rev 314920)
@@ -4,19 +4,21 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('x86_64')
 url="https://megaglest.org;
 license=('GPL3')
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk3' 'glu' 'libx11')
-makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
-md5sums=('SKIP')
+ 'libircclient' 'miniupnpc' 'wxgtk3' 'glu' 'libx11' 'libminiupnpc.so')
+makedepends=('ftjam' 'cmake' 'mesa')
+source=(https://github.com/MegaGlest/megaglest-source/releases/download/${pkgver}/megaglest-source-${pkgver}.tar.xz{,.asc})
+sha256sums=('09fef67bc6878b1afbb0b403fec9fcf7dc270d500fdc62ed98e5f210e398ccb9'
+'SKIP')
+validpgpkeys=('0DA321A44B30EF477E9A6DB8DE45EB9E71EEB59B')
 
 build() {
-  cd megaglest-source
+  cd megaglest-${pkgver}
 
   [[ -d build ]] && rm -r build
   mkdir build && cd build
@@ -24,7 +26,7 @@
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="-lX11" \
+-DCMAKE_CXX_FLAGS="-lX11 ${CXXFLAGS}" \
 -DWANT_GIT_STAMP=0 \
 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
   make VERBOSE=1
@@ -31,7 +33,7 @@
 }
 
 package() {
-  cd megaglest-source/build
+  cd megaglest-${pkgver}/build
 
   make DESTDIR="$pkgdir" install
 }


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2017-10-15 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 07:32:55
  Author: svenstaro
Revision: 262844

upgpkg: megaglest 3.13.0-4

xerces-c 3.2.0 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-15 07:18:43 UTC (rev 262843)
+++ PKGBUILD2017-10-15 07:32:55 UTC (rev 262844)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="https://megaglest.org;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2017-08-03 Thread Evangelos Foutras
Date: Thursday, August 3, 2017 @ 17:28:35
  Author: foutrelis
Revision: 247867

GLEW 2.1.0 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 17:23:16 UTC (rev 247866)
+++ PKGBUILD2017-08-03 17:28:35 UTC (rev 247867)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="https://megaglest.org;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2017-07-03 Thread Balló György
Date: Monday, July 3, 2017 @ 08:21:35
  Author: bgyorgy
Revision: 242110

upgpkg: megaglest 3.13.0-2

Rebuild with wxgtk3

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |   21 ++---
 1 file changed, 6 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-03 07:59:41 UTC (rev 242109)
+++ PKGBUILD2017-07-03 08:21:35 UTC (rev 242110)
@@ -4,27 +4,17 @@
 
 pkgname=megaglest
 pkgver=3.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="https://megaglest.org;
 license=('GPL3')
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
+'libircclient' 'miniupnpc' 'wxgtk3' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver}; 
megaglest-gcc6.patch megaglest-miniupnpc2.patch)
-md5sums=('SKIP'
- 'da91416d9e8e7a2ec0dde379474ecf6a'
- '98259043b47888d0f5e2308539c07057')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
 
-prepare() {
-  cd megaglest-source
-  # Fix build with GCC 6 (Fedora)
-  # patch -p1 -i ../megaglest-gcc6.patch
-  # Fix build with miniupnpc 2 (Fedora)
-  # patch -p1 -i ../megaglest-miniupnpc2.patch
-}
-
 build() {
   cd megaglest-source
 
@@ -35,7 +25,8 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_CXX_FLAGS="-lX11" \
--DWANT_GIT_STAMP=0
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
   make VERBOSE=1
 }
 


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2016-04-11 Thread Sven-Hendrik Haase
Date: Monday, April 11, 2016 @ 17:02:23
  Author: svenstaro
Revision: 170468

upgpkg: megaglest 3.12.0-1

upstream release 3.12.0

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |   23 +++
 1 file changed, 7 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-11 14:54:38 UTC (rev 170467)
+++ PKGBUILD2016-04-11 15:02:23 UTC (rev 170468)
@@ -3,25 +3,18 @@
 # Contributor: Larry Hajali 
 
 pkgname=megaglest
-pkgver=3.11.1
-pkgrel=5
+pkgver=3.12.0
+pkgrel=1
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;
 license=('GPL3')
-depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
+depends=('curl' 'megaglest-data' 'xerces-c' 'sdl2' 'libvorbis' 'openal' 
'libgl' 'lua51' 'icu' 'ftgl' 'glew'
+'libircclient' 'miniupnpc' 'wxgtk' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};
-"miniupnpc14.patch")
-md5sums=('SKIP'
- '9774a0ab4daa635d3ea7bb6d3ec9834c')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
 
-prepare() {
-  cd megaglest-source
-  patch -Np1 -i ../miniupnpc14.patch
-}
-
 build() {
   cd megaglest-source
 
@@ -32,9 +25,7 @@
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_CXX_FLAGS="-lX11" \
--DWANT_GIT_STAMP=0 \
--DwxWidgets_CONFIG_EXECUTABLE="/usr/bin/wx-config-2.8" \
--DwxWidgets_wxrc_EXECUTABLE="/usr/bin/wxrc-2.8"
+-DWANT_GIT_STAMP=0
   make VERBOSE=1
 }
 


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-12-06 Thread Felix Yan
Date: Monday, December 7, 2015 @ 08:18:16
  Author: fyan
Revision: 149690

C++11 ABI rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-07 07:17:57 UTC (rev 149689)
+++ PKGBUILD2015-12-07 07:18:16 UTC (rev 149690)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-10-09 Thread Levente Polyak
Date: Friday, October 9, 2015 @ 16:40:25
  Author: anthraxx
Revision: 143503

upgpkg: megaglest 3.11.1-4

miniupnpc 1.9.20151008 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-09 14:39:56 UTC (rev 143502)
+++ PKGBUILD2015-10-09 14:40:25 UTC (rev 143503)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-09-28 Thread Evangelos Foutras
Date: Monday, September 28, 2015 @ 22:00:58
  Author: foutrelis
Revision: 142136

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-28 19:56:41 UTC (rev 142135)
+++ PKGBUILD2015-09-28 20:00:58 UTC (rev 142136)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;


[arch-commits] Commit in megaglest/trunk (PKGBUILD miniupnpc14.patch)

2015-09-28 Thread Evangelos Foutras
Date: Monday, September 28, 2015 @ 17:48:48
  Author: foutrelis
Revision: 142083

upgpkg: megaglest 3.11.1-2

miniupnpc 1.9.20150730 rebuild.

Added:
  megaglest/trunk/miniupnpc14.patch
Modified:
  megaglest/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ++---
 miniupnpc14.patch |   22 ++
 2 files changed, 32 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-28 15:47:33 UTC (rev 142082)
+++ PKGBUILD2015-09-28 15:48:48 UTC (rev 142083)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of Glest, a 3D real-time strategy game in a fantastic world"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/megaglest/;
@@ -12,9 +12,16 @@
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
 'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
-source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
-md5sums=('SKIP')
+source=("git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};
+"miniupnpc14.patch")
+md5sums=('SKIP'
+ '9774a0ab4daa635d3ea7bb6d3ec9834c')
 
+prepare() {
+  cd megaglest-source
+  patch -Np1 -i ../miniupnpc14.patch
+}
+
 build() {
   cd megaglest-source
 

Added: miniupnpc14.patch
===
--- miniupnpc14.patch   (rev 0)
+++ miniupnpc14.patch   2015-09-28 15:48:48 UTC (rev 142083)
@@ -0,0 +1,22 @@
+diff --git a/source/shared_lib/sources/platform/posix/socket.cpp 
b/source/shared_lib/sources/platform/posix/socket.cpp
+index a5d4b92..4cac74f 100644
+--- a/source/shared_lib/sources/platform/posix/socket.cpp
 b/source/shared_lib/sources/platform/posix/socket.cpp
+@@ -2563,10 +2563,17 @@ int UPNP_Tools::upnp_init(void *param) {
+   const char *upnp_minissdpdsock = NULL;
+   int upnp_sameport = 0;
+   int upnp_ipv6 = 0;
++#if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14
++  unsigned char upnp_ttl = 2;
++#endif
+   int upnp_error = 0;
+ 
+ #ifndef MINIUPNPC_VERSION_PRE1_6
++# if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14
++  devlist = upnpDiscover(upnp_delay, upnp_multicastif, 
upnp_minissdpdsock, upnp_sameport, upnp_ipv6, upnp_ttl, _error);
++# else
+   devlist = upnpDiscover(upnp_delay, upnp_multicastif, 
upnp_minissdpdsock, upnp_sameport, upnp_ipv6, _error);
++# endif
+ 
+   
if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) 
SystemFlags::OutputDebug(SystemFlags::debugNetwork,"UPnP discover returned 
upnp_error = %d.\n",upnp_error);
+   if(SystemFlags::VERBOSE_MODE_ENABLED) printf("UPnP discover 
returned upnp_error = %d.\n",upnp_error);


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-03-31 Thread Sven-Hendrik Haase
Date: Wednesday, April 1, 2015 @ 00:48:21
  Author: svenstaro
Revision: 130449

upgpkg: megaglest 3.11.1-1

upstream release 3.11.1

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-31 20:24:33 UTC (rev 130448)
+++ PKGBUILD2015-03-31 22:48:21 UTC (rev 130449)
@@ -3,14 +3,14 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.11.0
-pkgrel=2
+pkgver=3.11.1
+pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
 license=('GPL3')
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu' 'libx11')
 makedepends=('ftjam' 'cmake' 'mesa' 'git')
 source=(git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
 md5sums=('SKIP')
@@ -24,10 +24,11 @@
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS=-lX11 \
 -DWANT_GIT_STAMP=0 \
 -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
 -DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.8
-  make
+  make VERBOSE=1
 }
 
 package() {


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-01-31 Thread Andreas Radke
Date: Saturday, January 31, 2015 @ 21:52:06
  Author: andyrtr
Revision: 126875

upgpkg: megaglest 3.11.0-2

glew 1.12 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 20:36:56 UTC (rev 126874)
+++ PKGBUILD2015-01-31 20:52:06 UTC (rev 126875)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2015-01-28 Thread Sven-Hendrik Haase
Date: Wednesday, January 28, 2015 @ 12:51:54
  Author: svenstaro
Revision: 126702

upgpkg: megaglest 3.11.0-1

upstream release 3.11.0

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-28 11:47:50 UTC (rev 126701)
+++ PKGBUILD2015-01-28 11:51:54 UTC (rev 126702)
@@ -3,8 +3,8 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.9.2
-pkgrel=3
+pkgver=3.11.0
+pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;


[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2014-08-18 Thread Sven-Hendrik Haase
Date: Tuesday, August 19, 2014 @ 01:02:50
  Author: svenstaro
Revision: 117572

upgpkg: megaglest 3.9.2-3

glew 1.11 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-18 22:52:56 UTC (rev 117571)
+++ PKGBUILD2014-08-18 23:02:50 UTC (rev 117572)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2014-02-16 Thread Bartłomiej Piotrowski
Date: Sunday, February 16, 2014 @ 15:27:56
  Author: bpiotrowski
Revision: 105858

upgpkg: megaglest 3.9.2-2

rebuild against miniupnpc 1.9

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-02-16 14:27:47 UTC (rev 105857)
+++ PKGBUILD2014-02-16 14:27:56 UTC (rev 105858)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2014-01-22 Thread Sven-Hendrik Haase
Date: Wednesday, January 22, 2014 @ 19:55:20
  Author: svenstaro
Revision: 104555

upgpkg: megaglest 3.9.2-1

upstream release 3.9.2

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-22 18:54:51 UTC (rev 104554)
+++ PKGBUILD2014-01-22 18:55:20 UTC (rev 104555)
@@ -3,36 +3,36 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.9.0
-_pkgver=3.9.0
-pkgrel=2
-pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
+pkgver=3.9.2
+pkgrel=1
+pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
 license=('GPL3')
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
-'libircclient' 'miniupnpc' 'wxgtk' 'glu')
-makedepends=('ftjam' 'cmake' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
-md5sums=('0b1a921fcba10fa3fdf9035c64d8adef')
+'libircclient' 'miniupnpc' 'wxgtk2.8' 'glu')
+makedepends=('ftjam' 'cmake' 'mesa' 'git')
+source=(git+https://github.com/MegaGlest/megaglest-source.git#tag=${pkgver};)
+md5sums=('SKIP')
 
 build() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/
+  cd megaglest-source
 
   [[ -d build ]]  rm -r build
   mkdir build  cd build
 
   cmake .. \
--DWANT_SVN_STAMP=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
+-DCMAKE_BUILD_TYPE=Release \
+-DWANT_GIT_STAMP=0 \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.8 \
+-DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.8
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${_pkgver}/
+  cd megaglest-source/build
 
-  cd build
   make DESTDIR=$pkgdir install
 }
 



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2014-01-06 Thread Bartłomiej Piotrowski
Date: Tuesday, January 7, 2014 @ 08:35:05
  Author: bpiotrowski
Revision: 103521

upgpkg: megaglest 3.9.0-2

rebuild against wxgtk 3.0.0

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-01-07 07:23:00 UTC (rev 103520)
+++ PKGBUILD2014-01-07 07:35:05 UTC (rev 103521)
@@ -5,7 +5,7 @@
 pkgname=megaglest
 pkgver=3.9.0
 _pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
@@ -14,7 +14,7 @@
 'libircclient' 'miniupnpc' 'wxgtk' 'glu')
 makedepends=('ftjam' 'cmake' 'mesa')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
-md5sums=('b599e8a71376640bc0d191d6c92c9073')
+md5sums=('0b1a921fcba10fa3fdf9035c64d8adef')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}/



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2013-11-18 Thread Sven-Hendrik Haase
Date: Monday, November 18, 2013 @ 16:23:19
  Author: svenstaro
Revision: 101154

upgpkg: megaglest 3.9.0-1

Updating to 3.9.0

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-18 15:16:20 UTC (rev 101153)
+++ PKGBUILD2013-11-18 15:23:19 UTC (rev 101154)
@@ -3,9 +3,9 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.8.0beta1
-_pkgver=3.8.0-beta1
-pkgrel=2
+pkgver=3.9.0
+_pkgver=3.9.0
+pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
@@ -14,7 +14,7 @@
 'libircclient' 'miniupnpc' 'wxgtk' 'glu')
 makedepends=('ftjam' 'cmake' 'mesa')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
-md5sums=('1da8707d435ffb2342f03ca466d4eeed')
+md5sums=('b599e8a71376640bc0d191d6c92c9073')
 
 build() {
   cd ${srcdir}/${pkgname}-${_pkgver}/



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2013-07-27 Thread Sven-Hendrik Haase
Date: Saturday, July 27, 2013 @ 12:38:20
  Author: svenstaro
Revision: 94567

upgpkg: megaglest 3.8.0beta1-2

glew 1.10.0 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-27 10:35:59 UTC (rev 94566)
+++ PKGBUILD2013-07-27 10:38:20 UTC (rev 94567)
@@ -5,7 +5,7 @@
 pkgname=megaglest
 pkgver=3.8.0beta1
 _pkgver=3.8.0-beta1
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;



[arch-commits] Commit in megaglest/trunk (PKGBUILD lol.patch)

2013-06-26 Thread Sven-Hendrik Haase
Date: Wednesday, June 26, 2013 @ 19:53:31
  Author: svenstaro
Revision: 93165

upgpkg: megaglest 3.8.0beta1-1

Updating to 3.8.0beta1

Modified:
  megaglest/trunk/PKGBUILD
Deleted:
  megaglest/trunk/lol.patch

---+
 PKGBUILD  |   20 +---
 lol.patch |   43 ---
 2 files changed, 9 insertions(+), 54 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-06-26 15:07:19 UTC (rev 93164)
+++ PKGBUILD2013-06-26 17:53:31 UTC (rev 93165)
@@ -3,8 +3,9 @@
 # Contributor: Larry Hajali larryhaja [at] gmail [dot] com
 
 pkgname=megaglest
-pkgver=3.7.1
-pkgrel=2
+pkgver=3.8.0beta1
+_pkgver=3.8.0-beta1
+pkgrel=1
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;
@@ -12,27 +13,24 @@
 depends=('curl' 'megaglest-data' 'xerces-c' 'sdl' 'libvorbis' 'openal' 'libgl' 
'lua51' 'icu' 'ftgl' 'glew'
 'libircclient' 'miniupnpc' 'wxgtk' 'glu')
 makedepends=('ftjam' 'cmake' 'mesa')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${pkgver}.tar.xz;
-lol.patch)
-md5sums=('e7a960ec73784aa0f7b951d2ad963456'
- '68fd326b73ed1c75981004fbdef6b73a')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-source-${_pkgver}.tar.xz;)
+md5sums=('1da8707d435ffb2342f03ca466d4eeed')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
+  cd ${srcdir}/${pkgname}-${_pkgver}/
 
-  #patch -Np1  $srcdir/lol.patch
-
   [[ -d build ]]  rm -r build
   mkdir build  cd build
+
   cmake .. \
 -DWANT_SVN_STAMP=OFF \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release # set =Debug for debugging version
+-DCMAKE_BUILD_TYPE=Release
   make
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}/
+  cd ${srcdir}/${pkgname}-${_pkgver}/
 
   cd build
   make DESTDIR=$pkgdir install

Deleted: lol.patch
===
--- lol.patch   2013-06-26 15:07:19 UTC (rev 93164)
+++ lol.patch   2013-06-26 17:53:31 UTC (rev 93165)
@@ -1,43 +0,0 @@
-diff --git a/source/shared_lib/include/graphics/math_util.h 
b/source/shared_lib/include/graphics/math_util.h
-index 8fcfb27..3cb7a41 100644
 a/source/shared_lib/include/graphics/math_util.h
-+++ b/source/shared_lib/include/graphics/math_util.h
-@@ -184,10 +184,10 @@ public:
- 
-   Rect2T computeBoundingRect() const{
-   return Rect2i(
--  min(p[0].x, p[1].x), 
--  min(p[0].y, p[2].y), 
--  max(p[2].x, p[3].x), 
--  max(p[1].y, p[3].y));
-+  std::min(p[0].x, p[1].x),
-+  std::min(p[0].y, p[2].y),
-+  std::max(p[2].x, p[3].x),
-+  std::max(p[1].y, p[3].y));
-   }
- 
-   bool isInside(const Vec2T pt) const{
-diff --git a/source/shared_lib/sources/platform/posix/ircclient.cpp 
b/source/shared_lib/sources/platform/posix/ircclient.cpp
-index b09c972..ddebd03 100644
 a/source/shared_lib/sources/platform/posix/ircclient.cpp
-+++ b/source/shared_lib/sources/platform/posix/ircclient.cpp
-@@ -13,6 +13,7 @@
- #include ircclient.h
- #include util.h
- #include platform_common.h
-+#include libirc_rfcnumeric.h
- #include libircclient.h
- 
- #include stdio.h
-diff --git a/source/shared_lib/sources/util/util.cpp 
b/source/shared_lib/sources/util/util.cpp
-index 05478fc..c27aa62 100644
 a/source/shared_lib/sources/util/util.cpp
-+++ b/source/shared_lib/sources/util/util.cpp
-@@ -19,6 +19,7 @@
- #include stdarg.h
- #include time.h
- #include fcntl.h // for open()
-+#include unistd.h
- 
- #ifdef WIN32
-   #include io.h // for open()



[arch-commits] Commit in megaglest/trunk (PKGBUILD)

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:23:23
  Author: svenstaro
Revision: 89351

upgpkg: megaglest 3.7.1-2

libpng 1.6 rebuild

Modified:
  megaglest/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:16:31 UTC (rev 89350)
+++ PKGBUILD2013-04-28 19:23:23 UTC (rev 89351)
@@ -4,7 +4,7 @@
 
 pkgname=megaglest
 pkgver=3.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=Fork of Glest, a 3D real-time strategy game in a fantastic world.
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/megaglest/;