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

2014-08-20 Thread Sven-Hendrik Haase
Date: Wednesday, August 20, 2014 @ 17:00:19
  Author: svenstaro
Revision: 117664

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

Added:
  spring/repos/community-staging-i686/PKGBUILD
(from rev 117663, spring/trunk/PKGBUILD)
  spring/repos/community-staging-i686/glew1.11.patch
(from rev 117663, spring/trunk/glew1.11.patch)
  spring/repos/community-staging-i686/optional.patch
(from rev 117663, spring/trunk/optional.patch)
  spring/repos/community-staging-i686/spring.install
(from rev 117663, spring/trunk/spring.install)
  spring/repos/community-staging-x86_64/PKGBUILD
(from rev 117663, spring/trunk/PKGBUILD)
  spring/repos/community-staging-x86_64/glew1.11.patch
(from rev 117663, spring/trunk/glew1.11.patch)
  spring/repos/community-staging-x86_64/optional.patch
(from rev 117663, spring/trunk/optional.patch)
  spring/repos/community-staging-x86_64/spring.install
(from rev 117663, spring/trunk/spring.install)
Deleted:
  spring/repos/community-staging-i686/PKGBUILD
  spring/repos/community-staging-i686/optional.patch
  spring/repos/community-staging-i686/spring.install
  spring/repos/community-staging-x86_64/PKGBUILD
  spring/repos/community-staging-x86_64/optional.patch
  spring/repos/community-staging-x86_64/spring.install

-+
 /PKGBUILD   |  102 ++
 /optional.patch |   38 +++
 /spring.install |   24 +++
 community-staging-i686/PKGBUILD |   48 --
 community-staging-i686/glew1.11.patch   |   13 +++
 community-staging-i686/optional.patch   |   19 -
 community-staging-i686/spring.install   |   12 ---
 community-staging-x86_64/PKGBUILD   |   48 --
 community-staging-x86_64/glew1.11.patch |   13 +++
 community-staging-x86_64/optional.patch |   19 -
 community-staging-x86_64/spring.install |   12 ---
 11 files changed, 190 insertions(+), 158 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-08-20 15:00:11 UTC (rev 117663)
+++ community-staging-i686/PKGBUILD 2014-08-20 15:00:19 UTC (rev 117664)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: Arkham arkham at archlinux dot us
-# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
-
-pkgname=spring
-pkgver=97.0
-pkgrel=2
-pkgdesc='A free 3D real-time-strategy (RTS) game engine'
-arch=('i686' 'x86_64')
-url=http://springrts.com/;
-license=('GPL')
-depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
- 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
-makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
-optdepends=('python2: python-based bots'
-'java-runtime: java-based bots')
-install=spring.install
-source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
-optional.patch)
-md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
- 'd7904319b17c32299b44594ccb6ff4ea')
-
-build() {
-  bsdtar -xf ${pkgname}_${pkgver}_src.tar.lzma
-  
-  cd spring_${pkgver}
-
-  sed -i /ory(test)/d tools/unitsync/CMakeLists.txt
-  patch -Np1  $srcdir/optional.patch
-
-  cmake. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DDATADIR=share/spring \
--DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd spring_${pkgver}
-
-  make DESTDIR=$pkgdir install
-
-  install -d $pkgdir/etc/spring
-  echo '$HOME/.spring'  $pkgdir/etc/spring/datadir
-}
-
-# vim sw=2:ts=2 et:

Copied: spring/repos/community-staging-i686/PKGBUILD (from rev 117663, 
spring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-08-20 15:00:19 UTC (rev 117664)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: Arkham arkham at archlinux dot us
+# Contributor: Christoph Zeiler archNOSPAM_at_moonblade.dot.org
+
+pkgname=spring
+pkgver=97.0
+pkgrel=4
+pkgdesc='A free 3D real-time-strategy (RTS) game engine'
+arch=('i686' 'x86_64')
+url=http://springrts.com/;
+license=('GPL')
+depends=('openal' 'glew' 'boost-libs' 'freetype2' 'devil' 'libvorbis' 'sdl2'
+ 'libxcursor' 'curl' 'shared-mime-info' 'desktop-file-utils' 'libx11')
+makedepends=('boost' 'cmake' 'zip' 'xz' 'p7zip' 'python2' 'java-environment' 
'mesa')
+optdepends=('python2: python-based bots'
+'java-runtime: java-based bots')
+install=spring.install
+source=(http://downloads.sourceforge.net/sourceforge/springrts/${pkgname}_${pkgver}_src.tar.lzma
+optional.patch
+glew1.11.patch)
+md5sums=('cf37518379c2a3a8c3c9cd689ee9b034'
+ 'd7904319b17c32299b44594ccb6ff4ea'

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

2013-07-13 Thread Sven-Hendrik Haase
Date: Saturday, July 13, 2013 @ 22:40:02
  Author: svenstaro
Revision: 94070

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

Added:
  spring/repos/community-i686/PKGBUILD
(from rev 94069, spring/trunk/PKGBUILD)
  spring/repos/community-i686/boost-1.50.patch
(from rev 94069, spring/trunk/boost-1.50.patch)
  spring/repos/community-i686/gcc48.patch
(from rev 94069, spring/trunk/gcc48.patch)
  spring/repos/community-i686/spring.install
(from rev 94069, spring/trunk/spring.install)
  spring/repos/community-x86_64/PKGBUILD
(from rev 94069, spring/trunk/PKGBUILD)
  spring/repos/community-x86_64/boost-1.50.patch
(from rev 94069, spring/trunk/boost-1.50.patch)
  spring/repos/community-x86_64/gcc48.patch
(from rev 94069, spring/trunk/gcc48.patch)
  spring/repos/community-x86_64/spring.install
(from rev 94069, spring/trunk/spring.install)
Deleted:
  spring/repos/community-i686/PKGBUILD
  spring/repos/community-i686/boost-1.50.patch
  spring/repos/community-i686/spring.install
  spring/repos/community-x86_64/PKGBUILD
  spring/repos/community-x86_64/boost-1.50.patch
  spring/repos/community-x86_64/spring.install

---+
 /PKGBUILD |   96 
 /boost-1.50.patch | 5078 
 /spring.install   |   24 
 community-i686/PKGBUILD   |   44 
 community-i686/boost-1.50.patch   | 2539 --
 community-i686/gcc48.patch|   22 
 community-i686/spring.install |   12 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/boost-1.50.patch | 2539 --
 community-x86_64/gcc48.patch  |   22 
 community-x86_64/spring.install   |   12 
 11 files changed, 5242 insertions(+), 5190 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 94069:94070 to see the changes.


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

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

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

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

---+
 /PKGBUILD |   88 
 /boost-1.50.patch | 5078 
 /spring.install   |   24 
 community-i686/PKGBUILD   |   44 
 community-i686/boost-1.50.patch   | 2539 --
 community-i686/spring.install |   12 
 community-x86_64/PKGBUILD |   44 
 community-x86_64/boost-1.50.patch | 2539 --
 community-x86_64/spring.install   |   12 
 9 files changed, 5190 insertions(+), 5190 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 87438:87439 to see the changes.


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

2013-01-28 Thread Stéphane Gaudreault
Date: Monday, January 28, 2013 @ 17:50:13
  Author: stephane
Revision: 83277

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

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

---+
 community-i686/PKGBUILD   |   90 
 community-i686/boost-1.50.patch   | 5078 ++--
 community-i686/spring.install |   24 
 community-x86_64/PKGBUILD |   90 
 community-x86_64/boost-1.50.patch | 5078 ++--
 community-x86_64/spring.install   |   24 
 6 files changed, 5192 insertions(+), 5192 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 83276:83277 to see the changes.