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

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 11:08:02
  Author: arojas
Revision: 228769

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 228768, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 228768, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 228768, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 228768, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 228768, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 228768, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 228768, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 228768, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 228768, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 228768, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 228768, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 228768, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 228768, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-20 11:08:02 UTC (rev 228769)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.6
+pkgrel=5
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
228768, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2017-05-20 11:08:02 UTC (rev 
228769)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2017-01-02 Thread Bartłomiej Piotrowski
Date: Monday, January 2, 2017 @ 10:58:44
  Author: bpiotrowski
Revision: 204273

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 204272, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 204272, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 204272, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 204272, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 204272, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 204272, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 204272, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 204272, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 204272, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 204272, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 204272, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 204272, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 204272, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-02 10:58:44 UTC (rev 204273)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.6
+pkgrel=4
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
204272, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2017-01-02 10:58:44 UTC (rev 
204273)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2016-10-07 Thread Bartłomiej Piotrowski
Date: Friday, October 7, 2016 @ 20:24:29
  Author: bpiotrowski
Revision: 191608

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 191607, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 191607, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 191607, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 191607, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 191607, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 191607, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 191607, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 191607, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 191607, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 191607, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 191607, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 191607, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 191607, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-07 20:24:29 UTC (rev 191608)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.6
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
191607, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2016-10-07 20:24:29 UTC (rev 
191608)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 12:51:41
  Author: svenstaro
Revision: 187303

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 187302, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 187302, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 187302, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 187302, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 187302, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 187302, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 187302, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 187302, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 187302, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 187302, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-22 12:51:41 UTC (rev 187303)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.6
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake' 'git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
187302, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2016-08-22 12:51:41 UTC (rev 
187303)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2016-05-12 Thread Evangelos Foutras
Date: Thursday, May 12, 2016 @ 13:29:56
  Author: foutrelis
Revision: 174946

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 174945, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 174945, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 174945, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 174945, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 174945, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 174945, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 174945, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 174945, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 174945, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 174945, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 174945, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 174945, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 174945, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 11:29:56 UTC (rev 174946)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.5
+pkgrel=4
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
174945, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2016-05-12 11:29:56 UTC (rev 
174946)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2015-12-21 Thread Evangelos Foutras
Date: Monday, December 21, 2015 @ 19:44:03
  Author: foutrelis
Revision: 154023

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 154022, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 154022, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 154022, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 154022, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 154022, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 154022, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 154022, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 154022, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 154022, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 154022, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-21 18:44:03 UTC (rev 154023)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.5
+pkgrel=3
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
154022, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-12-21 18:44:03 UTC (rev 
154023)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2015-12-06 Thread Evangelos Foutras
Date: Monday, December 7, 2015 @ 00:33:23
  Author: foutrelis
Revision: 149362

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 149361, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 149361, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 149361, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 149361, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 149361, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 149361, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 149361, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 149361, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 149361, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 149361, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 149361, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 149361, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 149361, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-06 23:33:23 UTC (rev 149362)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.5
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
149361, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-12-06 23:33:23 UTC (rev 
149362)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2015-10-15 Thread Evangelos Foutras
Date: Thursday, October 15, 2015 @ 13:54:48
  Author: foutrelis
Revision: 144111

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 144110, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 144110, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 144110, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 144110, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 144110, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 144110, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 144110, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 144110, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 144110, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 144110, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 144110, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 144110, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 144110, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-10-15 11:54:48 UTC (rev 144111)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jan de Groot 
+# Contributor: Tobias Powalowski 
+# Contributor: Jacobo Arvelo 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=wesnoth
+pkgver=1.12.4
+pkgrel=2
+pkgdesc="A turn-based strategy game on a fantasy world"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=("git://github.com/wesnoth/wesnoth.git#tag=${pkgver}"
+"wesnoth-boost.patch"
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd "$srcdir/$pkgname"
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1 < ${srcdir}/wesnoth-boost.patch
+
+  mkdir build && cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 "$srcdir/wesnothd.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf"
+  install -Dm644 "$srcdir/wesnothd.service" 
"$pkgdir/usr/lib/systemd/system/wesnothd.service"
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
144110, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-10-15 11:54:48 UTC (rev 
144111)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 

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

2015-05-04 Thread Sven-Hendrik Haase
Date: Monday, May 4, 2015 @ 19:07:21
  Author: svenstaro
Revision: 132741

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 132740, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 132740, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 132740, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 132740, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 132740, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 132740, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 132740, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 132740, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 132740, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 132740, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-05-04 17:07:21 UTC (rev 132741)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.12.2
+pkgrel=3
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua52' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=(git://github.com/wesnoth/wesnoth.git#tag=${pkgver}
+wesnoth-boost.patch
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1  ${srcdir}/wesnoth-boost.patch
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
132740, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-05-04 17:07:21 UTC (rev 
132741)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -79,6 +79,7 @@ 

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

2015-04-22 Thread Sven-Hendrik Haase
Date: Wednesday, April 22, 2015 @ 21:42:32
  Author: svenstaro
Revision: 131998

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 131997, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth-boost.patch
(from rev 131997, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 131997, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 131997, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 131997, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 131997, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 131997, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth-boost.patch
(from rev 131997, wesnoth/trunk/wesnoth-boost.patch)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 131997, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 131997, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 131997, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 131997, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   56 ++
 community-staging-i686/wesnoth-boost.patch  |   12 
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   56 ++
 community-staging-x86_64/wesnoth-boost.patch|   12 
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 186 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 131997, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-04-22 19:42:32 UTC (rev 131998)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.12.2
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' 'wesnoth-data' 'dbus' 'python2')
+makedepends=('boost' 'cmake'' git')
+install=wesnoth.install
+options=(!emptydirs)
+source=(git://github.com/wesnoth/wesnoth.git#tag=${pkgver}
+wesnoth-boost.patch
+wesnothd.tmpfiles.conf
+wesnothd.service)
+md5sums=('SKIP'
+ '9a4ad99ba66990bfc17cb12966b3823b'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname
+  
+  # Try this again in a new version when they fix their linking to boost
+  patch -Np1  ${srcdir}/wesnoth-boost.patch
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth-boost.patch (from rev 
131997, wesnoth/trunk/wesnoth-boost.patch)
===
--- community-staging-i686/wesnoth-boost.patch  (rev 0)
+++ community-staging-i686/wesnoth-boost.patch  2015-04-22 19:42:32 UTC (rev 
131998)
@@ -0,0 +1,12 @@
+diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
+index 43a20d7..61f36e0 100644
+--- a/src/CMakeLists.txt
 b/src/CMakeLists.txt
+@@ -79,6 +79,7 @@ 

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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 20:03:43
  Author: svenstaro
Revision: 89344

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 89343, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 89343, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 89343, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 89343, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 89343, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 89343, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 89343, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 89343, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 89343, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 89343, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 18:03:43 UTC (rev 89344)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.6
+pkgrel=3
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.rc.d
+wesnothd.service)
+md5sums=('547e3489bbfa778912b11dbee612c380'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 89343, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-04-28 18:03:43 UTC (rev 
89344)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your 

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

2013-03-28 Thread Sven-Hendrik Haase
Date: Thursday, March 28, 2013 @ 14:17:59
  Author: svenstaro
Revision: 87176

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 87175, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 87175, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 87175, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 87175, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 87175, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 87175, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 87175, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 87175, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 87175, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 87175, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-28 13:17:59 UTC (rev 87176)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.6
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.rc.d
+wesnothd.service)
+md5sums=('547e3489bbfa778912b11dbee612c380'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 87175, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-03-28 13:17:59 UTC (rev 
87176)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your 

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

2013-01-24 Thread Sven-Hendrik Haase
Date: Friday, January 25, 2013 @ 05:43:41
  Author: svenstaro
Revision: 82862

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

Added:
  wesnoth/repos/community-staging-i686/
  wesnoth/repos/community-staging-i686/PKGBUILD
(from rev 82861, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-i686/wesnoth.install
(from rev 82861, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-i686/wesnoth.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-i686/wesnothd.rc.d
(from rev 82861, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-i686/wesnothd.service
(from rev 82861, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-i686/wesnothd.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnothd.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/
  wesnoth/repos/community-staging-x86_64/PKGBUILD
(from rev 82861, wesnoth/trunk/PKGBUILD)
  wesnoth/repos/community-staging-x86_64/wesnoth.install
(from rev 82861, wesnoth/trunk/wesnoth.install)
  wesnoth/repos/community-staging-x86_64/wesnoth.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnoth.tmpfiles.conf)
  wesnoth/repos/community-staging-x86_64/wesnothd.rc.d
(from rev 82861, wesnoth/trunk/wesnothd.rc.d)
  wesnoth/repos/community-staging-x86_64/wesnothd.service
(from rev 82861, wesnoth/trunk/wesnothd.service)
  wesnoth/repos/community-staging-x86_64/wesnothd.tmpfiles.conf
(from rev 82861, wesnoth/trunk/wesnothd.tmpfiles.conf)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/wesnoth.install  |   14 +
 community-staging-i686/wesnoth.tmpfiles.conf|1 
 community-staging-i686/wesnothd.rc.d|   40 
 community-staging-i686/wesnothd.service |9 +++
 community-staging-i686/wesnothd.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/wesnoth.install|   14 +
 community-staging-x86_64/wesnoth.tmpfiles.conf  |1 
 community-staging-x86_64/wesnothd.rc.d  |   40 
 community-staging-x86_64/wesnothd.service   |9 +++
 community-staging-x86_64/wesnothd.tmpfiles.conf |1 
 12 files changed, 238 insertions(+)

Copied: wesnoth/repos/community-staging-i686/PKGBUILD (from rev 82861, 
wesnoth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-01-25 04:43:41 UTC (rev 82862)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+# Contributor: Jacobo Arvelo unix4...@ya.com
+# Contributor: Douglas Soares de Andrade doug...@archlinux.org
+
+pkgname=wesnoth
+pkgver=1.10.5
+pkgrel=2
+pkgdesc=A turn-based strategy game on a fantasy world
+arch=('i686' 'x86_64')
+license=('GPL')
+url=http://www.wesnoth.org/;
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'fribidi' 'boost-libs' 
'pango' 'lua' wesnoth-data=$pkgver 'dbus-core' 'python2')
+makedepends=('boost' 'cmake')
+install=wesnoth.install
+options=(!emptydirs)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
+wesnothd.tmpfiles.conf
+wesnothd.rc.d
+wesnothd.service)
+md5sums=('03d9683cd83d17c6536bdf5c4940bbc8'
+ '2d2fea6b3d86dfd589f5ad35a3be1f97'
+ '85659b47d22dfdf4e4d046556973fc3e'
+ 'd1b6bf1d3dc05086ee6a370adff0ae4a')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  mkdir build  cd build
+  cmake .. \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DENABLE_OMP=ON \
+  -DENABLE_TOOLS=ON \
+  -DMANDIR=share/man
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  rm -r $pkgdir/usr/share/applications
+  rm -r $pkgdir/usr/share/doc
+  rm -r $pkgdir/usr/share/pixmaps
+  rm -r $pkgdir/usr/share/wesnoth
+
+  install -Dm644 $srcdir/wesnothd.tmpfiles.conf 
$pkgdir/usr/lib/tmpfiles.d/wesnothd.conf
+  install -Dm644 $srcdir/wesnothd.service 
$pkgdir/usr/lib/systemd/system/wesnothd.service
+  install -Dm755 $srcdir/wesnothd.rc.d $pkgdir/etc/rc.d/wesnothd
+}

Copied: wesnoth/repos/community-staging-i686/wesnoth.install (from rev 82861, 
wesnoth/trunk/wesnoth.install)
===
--- community-staging-i686/wesnoth.install  (rev 0)
+++ community-staging-i686/wesnoth.install  2013-01-25 04:43:41 UTC (rev 
82862)
@@ -0,0 +1,14 @@
+# arg 1:  the new package version
+post_install() {
+systemd-tmpfiles --create wesnothd.conf
+cat  EOF
+Note:
+== If you experience sound problems try setting your