[arch-commits] Commit in 0ad/repos (10 files)

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 20:11:18
  Author: svenstaro
Revision: 46

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 45, 0ad/trunk/PKGBUILD)
  0ad/repos/community-i686/miniupnpc-1.9.patch
(from rev 45, 0ad/trunk/miniupnpc-1.9.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 45, 0ad/trunk/PKGBUILD)
  0ad/repos/community-x86_64/miniupnpc-1.9.patch
(from rev 45, 0ad/trunk/miniupnpc-1.9.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-i686/miniupnpc-1.9.patch
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch
  0ad/repos/community-x86_64/miniupnpc-1.9.patch

--+
 /PKGBUILD|  114 +
 /miniupnpc-1.9.patch |   24 ++
 community-i686/PKGBUILD  |   57 
 community-i686/boost-1.50.patch  |   39 ---
 community-i686/miniupnpc-1.9.patch   |   12 ---
 community-x86_64/PKGBUILD|   57 
 community-x86_64/boost-1.50.patch|   39 ---
 community-x86_64/miniupnpc-1.9.patch |   12 ---
 8 files changed, 138 insertions(+), 216 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-14 18:11:13 UTC (rev 45)
+++ community-i686/PKGBUILD 2014-05-14 18:11:18 UTC (rev 46)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a15
-_pkgver=0.0.15-alpha
-pkgrel=4
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
-miniupnpc-1.9.patch)
-md5sums=('a651d81eb9b31da01e376ddaa597e954'
- 'f3d27da4944d42fcf6b4153e54dc4600')
-
-prepare() {
-  cd $srcdir/$pkgname-$_pkgver
-  patch -p1 -i ../miniupnpc-1.9.patch
-}
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --with-system-miniupnpc \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  cd $srcdir/$pkgname-$_pkgver
-
-  install -Dm755 binaries/system/pyrogenesis ${pkgdir}/usr/bin
-  install -Dm755 binaries/system/*.so{,.1.0} ${pkgdir}/usr/lib/0ad
-
-  install -Dm755 build/resources/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 build/resources/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 build/resources/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 45, 0ad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-14 18:11:18 UTC (rev 46)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a15
+_pkgver=0.0.15-alpha
+pkgrel=5
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
+miniupnpc-1.9.patch)
+md5sums=('a651d81eb9b31da01e376ddaa597e954'
+ 'f3d27da4944d42fcf6b4153e54dc4600')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+  patch -p1 -i ../miniupnpc-1.9.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  

[arch-commits] Commit in 0ad/repos (10 files)

2014-02-18 Thread Bartłomiej Piotrowski
Date: Tuesday, February 18, 2014 @ 13:42:08
  Author: bpiotrowski
Revision: 105901

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 105900, 0ad/trunk/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 105900, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-i686/miniupnpc-1.9.patch
(from rev 105900, 0ad/trunk/miniupnpc-1.9.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 105900, 0ad/trunk/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 105900, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-x86_64/miniupnpc-1.9.patch
(from rev 105900, 0ad/trunk/miniupnpc-1.9.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

--+
 /PKGBUILD|  114 +
 /boost-1.50.patch|   78 ++
 community-i686/PKGBUILD  |   49 --
 community-i686/boost-1.50.patch  |   39 ---
 community-i686/miniupnpc-1.9.patch   |   12 +++
 community-x86_64/PKGBUILD|   49 --
 community-x86_64/boost-1.50.patch|   39 ---
 community-x86_64/miniupnpc-1.9.patch |   12 +++
 8 files changed, 216 insertions(+), 176 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-18 12:42:01 UTC (rev 105900)
+++ community-i686/PKGBUILD 2014-02-18 12:42:08 UTC (rev 105901)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a15
-_pkgver=0.0.15-alpha
-pkgrel=3
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
- 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
- 'gloox' 'miniupnpc' 'libsm')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('a651d81eb9b31da01e376ddaa597e954')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  unset CPPFLAGS # for le spidermonkey
-
-  export WX_CONFIG=/usr/bin/wx-config-2.8
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  cd $srcdir/$pkgname-$_pkgver
-
-  install -Dm755 binaries/system/pyrogenesis ${pkgdir}/usr/bin
-  install -Dm755 binaries/system/*.so{,.1.0} ${pkgdir}/usr/lib/0ad
-
-  install -Dm755 build/resources/${pkgname}.sh ${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 build/resources/${pkgname}.desktop \
-${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 build/resources/${pkgname}.png \
-${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 105900, 0ad/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-18 12:42:08 UTC (rev 105901)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a15
+_pkgver=0.0.15-alpha
+pkgrel=4
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl' 'wxgtk2.8' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;
+miniupnpc-1.9.patch)
+md5sums=('a651d81eb9b31da01e376ddaa597e954'
+ 'f3d27da4944d42fcf6b4153e54dc4600')
+
+prepare() {
+  cd $srcdir/$pkgname-$_pkgver
+  patch -p1 -i ../miniupnpc-1.9.patch
+}
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  unset CPPFLAGS # for le spidermonkey
+
+  export WX_CONFIG=/usr/bin/wx-config-2.8
+  ./update-workspaces.sh \
+  --with-system-enet \
+  --with-system-miniupnpc \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd 

[arch-commits] Commit in 0ad/repos (10 files)

2013-04-28 Thread Jelle van der Waa
Date: Sunday, April 28, 2013 @ 12:33:03
  Author: jelle
Revision: 89255

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 89249, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-i686/boost-1.50.patch
(from rev 89249, 0ad/trunk/boost-1.50.patch)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 89249, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/boost-1.50.patch
(from rev 89249, 0ad/trunk/boost-1.50.patch)
Deleted:
  0ad/repos/community-staging-i686/PKGBUILD
  0ad/repos/community-staging-i686/boost-1.50.patch
  0ad/repos/community-staging-x86_64/PKGBUILD
  0ad/repos/community-staging-x86_64/boost-1.50.patch

---+
 /PKGBUILD |   90 
 /boost-1.50.patch |   78 
 community-staging-i686/PKGBUILD   |   45 --
 community-staging-i686/boost-1.50.patch   |   39 
 community-staging-x86_64/PKGBUILD |   45 --
 community-staging-x86_64/boost-1.50.patch |   39 
 6 files changed, 168 insertions(+), 168 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2013-04-28 09:46:40 UTC (rev 89235)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:33:03 UTC (rev 89255)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a13
-_pkgver=0.0.13-alpha
-pkgrel=3
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  unset CPPFLAGS
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib/0ad \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib/0ad}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib/0ad
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 89249, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-04-28 10:33:03 UTC (rev 89255)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a13
+_pkgver=0.0.13-alpha
+pkgrel=4
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('3075c982c4af41a3586b6b6ef637d2c4')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  

[arch-commits] Commit in 0ad/repos (10 files)

2013-03-31 Thread Stéphane Gaudreault
Date: Sunday, March 31, 2013 @ 21:18:04
  Author: stephane
Revision: 87402

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 87401, 0ad/repos/community-testing-i686/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 87401, 0ad/repos/community-testing-i686/boost-1.50.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 87401, 0ad/repos/community-testing-x86_64/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 87401, 0ad/repos/community-testing-x86_64/boost-1.50.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-testing-i686/
  0ad/repos/community-testing-x86_64/
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

---+
 /PKGBUILD |   86 
 /boost-1.50.patch |   78 
 community-i686/PKGBUILD   |   43 --
 community-i686/boost-1.50.patch   |   39 
 community-x86_64/PKGBUILD |   43 --
 community-x86_64/boost-1.50.patch |   39 
 6 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-31 13:44:28 UTC (rev 87401)
+++ community-i686/PKGBUILD 2013-03-31 19:18:04 UTC (rev 87402)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a12
-_pkgver=0.0.12-alpha
-pkgrel=2
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 87401, 
0ad/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-31 19:18:04 UTC (rev 87402)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a12
+_pkgver=0.0.12-alpha
+pkgrel=3
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 

[arch-commits] Commit in 0ad/repos (10 files)

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:49:23
  Author: stephane
Revision: 83239

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

Added:
  0ad/repos/community-i686/PKGBUILD
(from rev 83238, 0ad/repos/community-testing-i686/PKGBUILD)
  0ad/repos/community-i686/boost-1.50.patch
(from rev 83238, 0ad/repos/community-testing-i686/boost-1.50.patch)
  0ad/repos/community-x86_64/PKGBUILD
(from rev 83238, 0ad/repos/community-testing-x86_64/PKGBUILD)
  0ad/repos/community-x86_64/boost-1.50.patch
(from rev 83238, 0ad/repos/community-testing-x86_64/boost-1.50.patch)
Deleted:
  0ad/repos/community-i686/PKGBUILD
  0ad/repos/community-i686/boost-1.50.patch
  0ad/repos/community-testing-i686/
  0ad/repos/community-testing-x86_64/
  0ad/repos/community-x86_64/PKGBUILD
  0ad/repos/community-x86_64/boost-1.50.patch

---+
 community-i686/PKGBUILD   |   85 ++--
 community-i686/boost-1.50.patch   |   78 -
 community-x86_64/PKGBUILD |   85 ++--
 community-x86_64/boost-1.50.patch |   78 -
 4 files changed, 164 insertions(+), 162 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-01-28 15:29:15 UTC (rev 83238)
+++ community-i686/PKGBUILD 2013-01-28 16:49:23 UTC (rev 83239)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
-# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
-pkgname=0ad
-pkgver=a12
-_pkgver=0.0.12-alpha
-pkgrel=1
-pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
-arch=('i686' 'x86_64')
-url=http://play0ad.com/;
-license=('GPL2' 'CCPL')
-depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
-makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
-source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
-md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
-
-build() {
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces
-
-  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
-
-  ./update-workspaces.sh \
-  --with-system-enet \
-  --bindir=/usr/bin \
-  --libdir=/usr/lib \
-  --datadir=/usr/share/${pkgname}/data
-
-  cd $srcdir/$pkgname-$_pkgver/build/workspaces/gcc
-
-  make CONFIG=Release
-}
-
-package() {
-  install -d ${pkgdir}/usr/{bin,lib}
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/pyrogenesis 
${pkgdir}/usr/bin
-  install -Dm755 ${srcdir}/${pkgname}-${_pkgver}/binaries/system/*.so{,.1.0} 
${pkgdir}/usr/lib
-
-  install -Dm755 
${srcdir}/${pkgname}-${_pkgver}/build/resources/${pkgname}.sh 
${pkgdir}/usr/bin/${pkgname}
-  install -Dm644 
${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.desktop 
${pkgdir}/usr/share/applications/${pkgname}.desktop
-  install -Dm644 ${srcdir}/$pkgname-$_pkgver/build/resources/${pkgname}.png 
${pkgdir}/usr/share/pixmaps/${pkgname}.png
-}

Copied: 0ad/repos/community-i686/PKGBUILD (from rev 83238, 
0ad/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-01-28 16:49:23 UTC (rev 83239)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: t3ddy  t3ddy1988 at gmail {dot} com
+# Contributor: Adrián Chaves Fernández (Gallaecio) adriyeticha...@gmail.com
+pkgname=0ad
+pkgver=a12
+_pkgver=0.0.12-alpha
+pkgrel=2
+pkgdesc=Cross-platform, 3D and historically-based real-time strategy game
+arch=('i686' 'x86_64')
+url=http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet=1.3' 'libogg' 'libpng' 
'libvorbis' 'libxml2' 'openal' 'sdl' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2')
+source=(http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('0ff92fb2b22b5384067cdd88b89e5450')
+
+build() {
+  cd $srcdir/$pkgname-$_pkgver/build/workspaces
+
+  sed -i 's/unix_names = { boost_filesystem-mt, boost_system-mt 
},/unix_names = { boost_filesystem, boost_system },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+  sed -i 's/unix_names = { boost_signals-mt },/unix_names = { 
boost_signals },/g' 
${srcdir}/${pkgname}-${_pkgver}/build/premake/extern_libs4.lua
+
+  ./update-workspaces.sh \
+  --with-system-enet \
+