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

2020-08-28 Thread Frederik Schwan via arch-commits
Date: Friday, August 28, 2020 @ 13:12:21
  Author: freswa
Revision: 690855

fix unquoted variables

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-28 13:12:01 UTC (rev 690854)
+++ PKGBUILD2020-08-28 13:12:21 UTC (rev 690855)
@@ -31,5 +31,5 @@
 package() {
   cd build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 }


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

2020-08-19 Thread Laurent Carlier via arch-commits
Date: Wednesday, August 19, 2020 @ 12:41:13
  Author: lcarlier
Revision: 684953

upgpkg: warzone2100 3.4.1-1: upstream update 3.4.1

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 12:35:29 UTC (rev 684952)
+++ PKGBUILD2020-08-19 12:41:13 UTC (rev 684953)
@@ -2,16 +2,17 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="https://wz2100.net/;
 arch=('x86_64')
 license=('GPL')
-depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 
+ 'xorg-xrandr' 'libsodium')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa' 'cmake')
 
source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
-sha256sums=('cc48c8128d17a499e833996470d843855389d9fc985c71f05be08901f33116e8')
+sha256sums=('ea2cd7f016118a89244ebef8ce9424f71c060bcd5895b791d3e1cec02b555b69')
 
 prepare() {
   mkdir -p build


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 19:09:32
  Author: foutrelis
Revision: 621047

glew 2.2.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 19:07:29 UTC (rev 621046)
+++ PKGBUILD2020-04-25 19:09:32 UTC (rev 621047)
@@ -3,7 +3,7 @@
 
 pkgname=warzone2100
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
 url="https://wz2100.net/;
 arch=('x86_64')


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 19:06:57
  Author: foutrelis
Revision: 621044

Fix source URL

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 19:01:06 UTC (rev 621043)
+++ PKGBUILD2020-04-25 19:06:57 UTC (rev 621044)
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa' 'cmake')
-source=(https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/warzone2100-${pkgver}_src.tar.xz)
+source=(${pkgname}-${pkgver}_src.tar.xz::https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/${pkgname}_src.tar.xz)
 sha256sums=('cc48c8128d17a499e833996470d843855389d9fc985c71f05be08901f33116e8')
 
 prepare() {


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

2019-09-03 Thread Laurent Carlier via arch-commits
Date: Tuesday, September 3, 2019 @ 07:56:39
  Author: lcarlier
Revision: 507249

upgpkg: warzone2100 3.3.0-1

upstream update 3.3.0

Modified:
  warzone2100/trunk/PKGBUILD

--+
 PKGBUILD |   24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-03 07:56:32 UTC (rev 507248)
+++ PKGBUILD2019-09-03 07:56:39 UTC (rev 507249)
@@ -2,27 +2,33 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.2.3
-pkgrel=2
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="https://wz2100.net/;
 arch=('x86_64')
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
-makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("https://downloads.sourceforge.net/project/warzone2100/archives/unsupported/Warzone2100-3.2/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582')
+makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa' 'cmake')
+source=(https://github.com/Warzone2100/warzone2100/releases/download/${pkgver}/warzone2100-${pkgver}_src.tar.xz)
+sha256sums=('cc48c8128d17a499e833996470d843855389d9fc985c71f05be08901f33116e8')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  cd ${pkgname}-${pkgver}
-  
-  ./configure --prefix=/usr --with-distributor="ArchLinux"
+  cd build
 
+  cmake ../${pkgname} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DWZ_DISTRIBUTOR="ArchLinux"
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd build
 
   make DESTDIR=${pkgdir} install
 }


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

2019-04-26 Thread Antonio Rojas via arch-commits
Date: Friday, April 26, 2019 @ 22:38:18
  Author: arojas
Revision: 454411

https, fix source URL

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-26 22:38:09 UTC (rev 454410)
+++ PKGBUILD2019-04-26 22:38:18 UTC (rev 454411)
@@ -5,12 +5,12 @@
 pkgver=3.2.3
 pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
-url="http://wz2100.net/;
+url="https://wz2100.net/;
 arch=('x86_64')
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+source=("https://downloads.sourceforge.net/project/warzone2100/archives/unsupported/Warzone2100-3.2/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582')
 
 build() {


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

2017-08-03 Thread Evangelos Foutras
Date: Thursday, August 3, 2017 @ 20:27:56
  Author: foutrelis
Revision: 247939

GLEW 2.1.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 20:26:19 UTC (rev 247938)
+++ PKGBUILD2017-08-03 20:27:56 UTC (rev 247939)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in warzone2100/trunk (PKGBUILD warzone2100.appdata.xml)

2017-04-29 Thread Laurent Carlier
Date: Saturday, April 29, 2017 @ 16:50:48
  Author: lcarlier
Revision: 226297

upgpkg: warzone2100 3.2.3-1

upstream update 3.2.3

Modified:
  warzone2100/trunk/PKGBUILD
Deleted:
  warzone2100/trunk/warzone2100.appdata.xml

-+
 PKGBUILD|   18 +++---
 warzone2100.appdata.xml |   23 ---
 2 files changed, 3 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-29 16:49:21 UTC (rev 226296)
+++ PKGBUILD2017-04-29 16:50:48 UTC (rev 226297)
@@ -3,7 +3,7 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.2.2
+pkgver=3.2.3
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
@@ -11,24 +11,12 @@
 license=('GPL')
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-warzone2100.appdata.xml 
https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch)
-md5sums=('6cb1cdf382f824d61fcce6fddee67fa7'
- '103a57b73af180a1ff7301250cbdcf5d'
- '91247c61e33fa7bed81deac49f60a982')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582')
 
-prepare() {
-  cd $pkgname-$pkgver
-  # fix build
-  patch -p1 -i ../3509cccd.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   
-  # Add missing file from the tarball
-  cp ${srcdir}/warzone2100.appdata.xml icons/
-
   ./configure --prefix=/usr --with-distributor="ArchLinux"
 
   make

Deleted: warzone2100.appdata.xml
===
--- warzone2100.appdata.xml 2017-04-29 16:49:21 UTC (rev 226296)
+++ warzone2100.appdata.xml 2017-04-29 16:50:48 UTC (rev 226297)
@@ -1,23 +0,0 @@
-
-
-   warzone2100.desktop
-   CC0-1.0
-   GPL-2.0+
-   Real-Time-Strategy War Game
-   Warzone 2100
-   
-   
-   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
-   
-   
-   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
-   
-   
-   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
-   
-   
-   https://wz2100.net/
-   
-   https://wz2100.net/static/img/wz2100-CAM_3A50.png
-   
-


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

2017-03-09 Thread Antonio Rojas
Date: Thursday, March 9, 2017 @ 08:19:46
  Author: arojas
Revision: 215370

Update to 3.2.2 (fixes build with openssl 1.1)

Modified:
  warzone2100/trunk/PKGBUILD

--+
 PKGBUILD |   17 -
 1 file changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-09 08:16:07 UTC (rev 215369)
+++ PKGBUILD2017-03-09 08:19:46 UTC (rev 215370)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -12,10 +12,17 @@
 depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-warzone2100.appdata.xml)
-md5sums=('1a329156387b3acfee56c7bd86fd606b'
- '103a57b73af180a1ff7301250cbdcf5d')
+warzone2100.appdata.xml 
https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch)
+md5sums=('6cb1cdf382f824d61fcce6fddee67fa7'
+ '103a57b73af180a1ff7301250cbdcf5d'
+ '91247c61e33fa7bed81deac49f60a982')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build
+  patch -p1 -i ../3509cccd.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   


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

2016-08-03 Thread Laurent Carlier
Date: Wednesday, August 3, 2016 @ 06:02:48
  Author: lcarlier
Revision: 184938

upgpkg: warzone2100 3.2.1-2

glew 2.0.0/poppler 0.46.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-03 03:52:07 UTC (rev 184937)
+++ PKGBUILD2016-08-03 06:02:48 UTC (rev 184938)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in warzone2100/trunk (PKGBUILD warzone2100.appdata.xml)

2016-08-02 Thread Laurent Carlier
Date: Tuesday, August 2, 2016 @ 20:39:14
  Author: lcarlier
Revision: 184891

upgpkg: warzone2100 3.2.1-1

upstream update 3.2.1

Added:
  warzone2100/trunk/warzone2100.appdata.xml
Modified:
  warzone2100/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 warzone2100.appdata.xml |   23 +++
 2 files changed, 32 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:34:45 UTC (rev 184890)
+++ PKGBUILD2016-08-02 20:39:14 UTC (rev 184891)
@@ -3,19 +3,24 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
+depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt5-script' 'xorg-xrandr')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('900b5df5c96b936241e2efcc8251137b')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+warzone2100.appdata.xml)
+md5sums=('1a329156387b3acfee56c7bd86fd606b'
+ '103a57b73af180a1ff7301250cbdcf5d')
 
 build() {
   cd ${pkgname}-${pkgver}
+  
+  # Add missing file from the tarball
+  cp ${srcdir}/warzone2100.appdata.xml icons/
 
   ./configure --prefix=/usr --with-distributor="ArchLinux"
 

Added: warzone2100.appdata.xml
===
--- warzone2100.appdata.xml (rev 0)
+++ warzone2100.appdata.xml 2016-08-02 20:39:14 UTC (rev 184891)
@@ -0,0 +1,23 @@
+
+
+   warzone2100.desktop
+   CC0-1.0
+   GPL-2.0+
+   Real-Time-Strategy War Game
+   Warzone 2100
+   
+   
+   In Warzone 2100, you command the forces of The Project 
in a battle to rebuild the world after mankind has almost been destroyed by 
nuclear missiles.
+   
+   
+   The game offers campaign, multi-player, and 
single-player skirmish modes. An extensive tech tree with over 400 different 
technologies, combined with the unit design system, allows for a wide variety 
of possible units and tactics.
+   
+   
+   Warzone 2100 was originally developed as a commercial 
game by Pumpkin Studios and published in 1999, and was released as open source 
by them in 2004, for the community to continue working on it.
+   
+   
+   https://wz2100.net/
+   
+   https://wz2100.net/static/img/wz2100-CAM_3A50.png
+   
+


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

2016-04-25 Thread Laurent Carlier
Date: Monday, April 25, 2016 @ 10:53:01
  Author: lcarlier
Revision: 171770

upgpkg: warzone2100 3.1.5-1

upstream update 3.1.5

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-25 07:50:00 UTC (rev 171769)
+++ PKGBUILD2016-04-25 08:53:01 UTC (rev 171770)
@@ -3,7 +3,7 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
@@ -12,7 +12,7 @@
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('67b4b3d57c84f316c283eedd5fa5e77f')
+md5sums=('900b5df5c96b936241e2efcc8251137b')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2016-04-07 Thread Laurent Carlier
Date: Thursday, April 7, 2016 @ 08:51:40
  Author: lcarlier
Revision: 169616

upgpkg: warzone2100 3.1.4-1

upstream update 3.1.4

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-07 04:51:14 UTC (rev 169615)
+++ PKGBUILD2016-04-07 06:51:40 UTC (rev 169616)
@@ -3,7 +3,7 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
@@ -12,7 +12,7 @@
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0363cb43f037a5eadab7595bb1ab06e3')
+md5sums=('67b4b3d57c84f316c283eedd5fa5e77f')
 
 build() {
   cd ${pkgname}-${pkgver}


[arch-commits] Commit in warzone2100/trunk (PKGBUILD buildfix.patch)

2016-02-12 Thread Laurent Carlier
Date: Friday, February 12, 2016 @ 15:38:20
  Author: lcarlier
Revision: 161425

upgpkg: warzone2100 3.1.3-1

upstream update 3.1.3

Modified:
  warzone2100/trunk/PKGBUILD
Deleted:
  warzone2100/trunk/buildfix.patch

+
 PKGBUILD   |   18 +-
 buildfix.patch |   13 -
 2 files changed, 5 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-12 13:31:40 UTC (rev 161424)
+++ PKGBUILD2016-02-12 14:38:20 UTC (rev 161425)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou 
 
 pkgname=warzone2100
-pkgver=3.1.2
-pkgrel=4
+pkgver=3.1.3
+pkgrel=1
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -11,21 +11,13 @@
 license=('GPL')
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
-'buildfix.patch')
-md5sums=('4e947125e9604821164f1ad9d1922447'
- '7503052fc52d1cea0bae275db33544e6')
+source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('0363cb43f037a5eadab7595bb1ab06e3')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  patch -p1 -i ../buildfix.patch
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --with-distributor="Archlinux"
+  ./configure --prefix=/usr --with-distributor="ArchLinux"
 
   make
 }

Deleted: buildfix.patch
===
--- buildfix.patch  2016-02-12 13:31:40 UTC (rev 161424)
+++ buildfix.patch  2016-02-12 14:38:20 UTC (rev 161425)
@@ -1,13 +0,0 @@
-diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
-index d240a63..861265d 100644
 a/lib/ivis_opengl/screen.cpp
-+++ b/lib/ivis_opengl/screen.cpp
-@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
-   __glewUseProgram = __glewUseProgramObjectARB;
-   __glewGetShaderiv = __glewGetObjectParameterivARB;
-   __glewLinkProgram = __glewLinkProgramARB;
--  __glewShaderSource = __glewShaderSourceARB;
-+  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
-   __glewUniform1f = __glewUniform1fARB;
-   __glewUniform1i = __glewUniform1iARB;
-   __glewUniform4fv = __glewUniform4fvARB;


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

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 23:33:38
  Author: bpiotrowski
Revision: 149294

C++11 ABI rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 22:33:34 UTC (rev 149293)
+++ PKGBUILD2015-12-06 22:33:38 UTC (rev 149294)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')


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

2015-09-28 Thread Felix Yan
Date: Tuesday, September 29, 2015 @ 05:04:48
  Author: fyan
Revision: 142173

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 02:58:26 UTC (rev 142172)
+++ PKGBUILD2015-09-29 03:04:48 UTC (rev 142173)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="3D realtime strategy game on a future Earth"
 url="http://wz2100.net/;
 arch=('i686' 'x86_64')


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

2015-01-30 Thread Laurent Carlier
Date: Friday, January 30, 2015 @ 14:40:59
  Author: lcarlier
Revision: 126807

upgpkg: warzone2100 3.1.2-2

glew 1.12 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-30 12:55:21 UTC (rev 126806)
+++ PKGBUILD2015-01-30 13:40:59 UTC (rev 126807)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -18,6 +18,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
+
   patch -p1 -i ../buildfix.patch
 }
 


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

2015-01-06 Thread Laurent Carlier
Date: Tuesday, January 6, 2015 @ 15:32:47
  Author: lcarlier
Revision: 125519

upgpkg: warzone2100 3.1.2-1

upstream update 3.1.2

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-06 13:44:02 UTC (rev 125518)
+++ PKGBUILD2015-01-06 14:32:47 UTC (rev 125519)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou enc...@users.sourceforge.net
 
 pkgname=warzone2100
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
 'buildfix.patch')
-md5sums=('0b81a0012098a1310f5351a3ace2021b'
+md5sums=('4e947125e9604821164f1ad9d1922447'
  '7503052fc52d1cea0bae275db33544e6')
 
 prepare() {


[arch-commits] Commit in warzone2100/trunk (PKGBUILD buildfix.patch)

2014-08-19 Thread Bartłomiej Piotrowski
Date: Tuesday, August 19, 2014 @ 10:56:59
  Author: bpiotrowski
Revision: 117608

upgpkg: warzone2100 3.1.1-2

rebuild against glew 1.11

Added:
  warzone2100/trunk/buildfix.patch
Modified:
  warzone2100/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 buildfix.patch |   13 +
 2 files changed, 23 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 08:52:36 UTC (rev 117607)
+++ PKGBUILD2014-08-19 08:56:59 UTC (rev 117608)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -11,9 +11,16 @@
 license=('GPL')
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
-source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0b81a0012098a1310f5351a3ace2021b')
+source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;
+'buildfix.patch')
+md5sums=('0b81a0012098a1310f5351a3ace2021b'
+ '7503052fc52d1cea0bae275db33544e6')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i ../buildfix.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 

Added: buildfix.patch
===
--- buildfix.patch  (rev 0)
+++ buildfix.patch  2014-08-19 08:56:59 UTC (rev 117608)
@@ -0,0 +1,13 @@
+diff --git a/lib/ivis_opengl/screen.cpp b/lib/ivis_opengl/screen.cpp
+index d240a63..861265d 100644
+--- a/lib/ivis_opengl/screen.cpp
 b/lib/ivis_opengl/screen.cpp
+@@ -261,7 +261,7 @@ void screen_EnableMissingFunctions()
+   __glewUseProgram = __glewUseProgramObjectARB;
+   __glewGetShaderiv = __glewGetObjectParameterivARB;
+   __glewLinkProgram = __glewLinkProgramARB;
+-  __glewShaderSource = __glewShaderSourceARB;
++  __glewShaderSource = (PFNGLSHADERSOURCEPROC) 
__glewShaderSourceARB;
+   __glewUniform1f = __glewUniform1fARB;
+   __glewUniform1i = __glewUniform1iARB;
+   __glewUniform4fv = __glewUniform4fvARB;



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

2013-12-22 Thread Laurent Carlier
Date: Sunday, December 22, 2013 @ 09:25:09
  Author: lcarlier
Revision: 102851

upgpkg: warzone2100 3.1.1-1

upstream update 3.1.1

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-22 05:01:00 UTC (rev 102850)
+++ PKGBUILD2013-12-22 08:25:09 UTC (rev 102851)
@@ -3,8 +3,8 @@
 # Contributor: Angelo Theodorou enc...@users.sourceforge.net
 
 pkgname=warzone2100
-pkgver=3.1.0
-pkgrel=4
+pkgver=3.1.1
+pkgrel=1
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
@@ -12,12 +12,12 @@
 depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
+md5sums=('0b81a0012098a1310f5351a3ace2021b')
 
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr --with-distributor=Arch linux
+  ./configure --prefix=/usr --with-distributor=Archlinux
 
   make
 }



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

2013-07-27 Thread Laurent Carlier
Date: Saturday, July 27, 2013 @ 16:53:23
  Author: lcarlier
Revision: 94582

upgpkg: warzone2100 3.1.0-4

glew 1.10.0 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-27 14:32:50 UTC (rev 94581)
+++ PKGBUILD2013-07-27 14:53:23 UTC (rev 94582)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')



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

2013-04-28 Thread Laurent Carlier
Date: Sunday, April 28, 2013 @ 13:42:18
  Author: lcarlier
Revision: 89269

upgpkg: warzone2100 3.1.0-3

libpng-1.6 rebuild

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 11:41:47 UTC (rev 89268)
+++ PKGBUILD2013-04-28 11:42:18 UTC (rev 89269)
@@ -4,7 +4,7 @@
 
 pkgname=warzone2100
 pkgver=3.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')



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

2013-02-27 Thread Vesa Kaihlavirta
Date: Wednesday, February 27, 2013 @ 07:21:06
  Author: vesa
Revision: 85069

upgpkg: warzone2100 3.1.0-2 (qt4 rebuild)

Modified:
  warzone2100/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-27 02:51:41 UTC (rev 85068)
+++ PKGBUILD2013-02-27 06:21:06 UTC (rev 85069)
@@ -4,12 +4,12 @@
 
 pkgname=warzone2100
 pkgver=3.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc=3D realtime strategy game on a future Earth
 url=http://wz2100.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt')
+depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 
'ttf-dejavu' 'qt4')
 makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa')
 
source=(http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
 md5sums=('7f061f3e5a2a6a83c146508ccefabd86')