[arch-commits] Commit in springlobby/repos (8 files)

2016-07-19 Thread Sven-Hendrik Haase
Date: Tuesday, July 19, 2016 @ 14:19:01
  Author: svenstaro
Revision: 183115

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 183114, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 183114, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 183114, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 183114, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-19 14:18:55 UTC (rev 183114)
+++ community-i686/PKGBUILD 2016-07-19 14:19:01 UTC (rev 183115)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.247
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 183114, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-19 14:19:01 UTC (rev 183115)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.249
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2016-07-19 14:18:55 UTC (rev 183114)
+++ community-i686/springlobby.install  2016-07-19 14:19:01 UTC (rev 183115)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 183114, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2016-07-19 14:19:01 UTC (rev 183115)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-07-19 14:18:55 UTC (rev 183114)
+++ community-x86_64/PKGBUILD   2016-07-19 14:19:01 UTC (rev 183115)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.247
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

[arch-commits] Commit in springlobby/repos (8 files)

2016-05-03 Thread Sven-Hendrik Haase
Date: Tuesday, May 3, 2016 @ 23:05:07
  Author: svenstaro
Revision: 173602

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 173601, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 173601, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 173601, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 173601, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-03 21:05:01 UTC (rev 173601)
+++ community-i686/PKGBUILD 2016-05-03 21:05:07 UTC (rev 173602)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.244
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 173601, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-03 21:05:07 UTC (rev 173602)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.247
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2016-05-03 21:05:01 UTC (rev 173601)
+++ community-i686/springlobby.install  2016-05-03 21:05:07 UTC (rev 173602)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 173601, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2016-05-03 21:05:07 UTC (rev 173602)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-05-03 21:05:01 UTC (rev 173601)
+++ community-x86_64/PKGBUILD   2016-05-03 21:05:07 UTC (rev 173602)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.244
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."

[arch-commits] Commit in springlobby/repos (8 files)

2016-04-12 Thread Sven-Hendrik Haase
Date: Tuesday, April 12, 2016 @ 16:24:49
  Author: svenstaro
Revision: 170703

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 170702, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 170702, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 170702, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 170702, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-12 14:24:38 UTC (rev 170702)
+++ community-i686/PKGBUILD 2016-04-12 14:24:49 UTC (rev 170703)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.243
-pkgrel=2
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 170702, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-12 14:24:49 UTC (rev 170703)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.244
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2016-04-12 14:24:38 UTC (rev 170702)
+++ community-i686/springlobby.install  2016-04-12 14:24:49 UTC (rev 170703)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 170702, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2016-04-12 14:24:49 UTC (rev 170703)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-12 14:24:38 UTC (rev 170702)
+++ community-x86_64/PKGBUILD   2016-04-12 14:24:49 UTC (rev 170703)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.243
-pkgrel=2
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

[arch-commits] Commit in springlobby/repos (8 files)

2015-12-11 Thread Sven-Hendrik Haase
Date: Friday, December 11, 2015 @ 17:05:36
  Author: svenstaro
Revision: 153036

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 153035, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 153035, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 153035, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 153035, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-11 16:05:28 UTC (rev 153035)
+++ community-i686/PKGBUILD 2015-12-11 16:05:36 UTC (rev 153036)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.237
-pkgrel=3
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 153035, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-11 16:05:36 UTC (rev 153036)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.243
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-12-11 16:05:28 UTC (rev 153035)
+++ community-i686/springlobby.install  2015-12-11 16:05:36 UTC (rev 153036)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 153035, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-12-11 16:05:36 UTC (rev 153036)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-11 16:05:28 UTC (rev 153035)
+++ community-x86_64/PKGBUILD   2015-12-11 16:05:36 UTC (rev 153036)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.237
-pkgrel=3
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

[arch-commits] Commit in springlobby/repos (8 files)

2015-10-10 Thread Sven-Hendrik Haase
Date: Saturday, October 10, 2015 @ 08:19:46
  Author: svenstaro
Revision: 143527

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 143526, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 143526, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 143526, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 143526, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-10 06:19:36 UTC (rev 143526)
+++ community-i686/PKGBUILD 2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.236
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 143526, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-10 06:19:46 UTC (rev 143527)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.237
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-10-10 06:19:36 UTC (rev 143526)
+++ community-i686/springlobby.install  2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 143526, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-10-10 06:19:46 UTC (rev 143527)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-10 06:19:36 UTC (rev 143526)
+++ community-x86_64/PKGBUILD   2015-10-10 06:19:46 UTC (rev 143527)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.236
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

[arch-commits] Commit in springlobby/repos (8 files)

2015-09-30 Thread Sven-Hendrik Haase
Date: Wednesday, September 30, 2015 @ 21:20:31
  Author: svenstaro
Revision: 142275

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 142274, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 142274, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 142274, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 142274, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-30 19:20:23 UTC (rev 142274)
+++ community-i686/PKGBUILD 2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.225
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project."
-arch=('i686' 'x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 142274, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-30 19:20:31 UTC (rev 142275)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.236
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project."
+arch=('i686' 'x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-09-30 19:20:23 UTC (rev 142274)
+++ community-i686/springlobby.install  2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 142274, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-09-30 19:20:31 UTC (rev 142275)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-09-30 19:20:23 UTC (rev 142274)
+++ community-x86_64/PKGBUILD   2015-09-30 19:20:31 UTC (rev 142275)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.225
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS 

[arch-commits] Commit in springlobby/repos (8 files)

2015-07-16 Thread Sven-Hendrik Haase
Date: Thursday, July 16, 2015 @ 12:47:23
  Author: svenstaro
Revision: 136994

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 136993, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 136993, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 136993, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 136993, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 10:47:17 UTC (rev 136993)
+++ community-i686/PKGBUILD 2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.224
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 136993, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 10:47:23 UTC (rev 136994)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.225
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-07-16 10:47:17 UTC (rev 136993)
+++ community-i686/springlobby.install  2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 136993, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-07-16 10:47:23 UTC (rev 136994)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-07-16 10:47:17 UTC (rev 136993)
+++ community-x86_64/PKGBUILD   2015-07-16 10:47:23 UTC (rev 136994)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.224
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

[arch-commits] Commit in springlobby/repos (8 files)

2015-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 8, 2015 @ 23:46:40
  Author: svenstaro
Revision: 135002

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 135001, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 135001, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 135001, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 135001, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-08 21:46:18 UTC (rev 135001)
+++ community-i686/PKGBUILD 2015-06-08 21:46:40 UTC (rev 135002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.222
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 135001, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-08 21:46:40 UTC (rev 135002)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.224
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-06-08 21:46:18 UTC (rev 135001)
+++ community-i686/springlobby.install  2015-06-08 21:46:40 UTC (rev 135002)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 135001, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-06-08 21:46:40 UTC (rev 135002)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-06-08 21:46:18 UTC (rev 135001)
+++ community-x86_64/PKGBUILD   2015-06-08 21:46:40 UTC (rev 135002)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.222
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

[arch-commits] Commit in springlobby/repos (8 files)

2015-05-23 Thread Sven-Hendrik Haase
Date: Saturday, May 23, 2015 @ 11:17:19
  Author: svenstaro
Revision: 133999

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 133998, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 133998, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 133998, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 133998, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-23 09:17:12 UTC (rev 133998)
+++ community-i686/PKGBUILD 2015-05-23 09:17:19 UTC (rev 133999)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.219
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 133998, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-23 09:17:19 UTC (rev 133999)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.222
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-05-23 09:17:12 UTC (rev 133998)
+++ community-i686/springlobby.install  2015-05-23 09:17:19 UTC (rev 133999)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 133998, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-05-23 09:17:19 UTC (rev 133999)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-23 09:17:12 UTC (rev 133998)
+++ community-x86_64/PKGBUILD   2015-05-23 09:17:19 UTC (rev 133999)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.219
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

[arch-commits] Commit in springlobby/repos (8 files)

2015-05-11 Thread Sven-Hendrik Haase
Date: Monday, May 11, 2015 @ 22:24:37
  Author: svenstaro
Revision: 133243

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 133242, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 133242, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 133242, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 133242, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-11 20:24:26 UTC (rev 133242)
+++ community-i686/PKGBUILD 2015-05-11 20:24:37 UTC (rev 133243)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.218
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 133242, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-11 20:24:37 UTC (rev 133243)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.219
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-05-11 20:24:26 UTC (rev 133242)
+++ community-i686/springlobby.install  2015-05-11 20:24:37 UTC (rev 133243)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 133242, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-05-11 20:24:37 UTC (rev 133243)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-11 20:24:26 UTC (rev 133242)
+++ community-x86_64/PKGBUILD   2015-05-11 20:24:37 UTC (rev 133243)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.218
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

[arch-commits] Commit in springlobby/repos (8 files)

2015-04-09 Thread Sven-Hendrik Haase
Date: Thursday, April 9, 2015 @ 18:18:38
  Author: svenstaro
Revision: 131035

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 131034, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 131034, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 131034, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 131034, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   39 
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   39 
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-09 16:18:24 UTC (rev 131034)
+++ community-i686/PKGBUILD 2015-04-09 16:18:38 UTC (rev 131035)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.214
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake' 'git')
-install=springlobby.install
-source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
-md5sums=('SKIP')
-
-prepare() {
-  cd $srcdir/${pkgname}
-  git submodule update --init
-}
-
-build() {
-  cd $srcdir/${pkgname}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 131034, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-09 16:18:38 UTC (rev 131035)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.217
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-04-09 16:18:24 UTC (rev 131034)
+++ community-i686/springlobby.install  2015-04-09 16:18:38 UTC (rev 131035)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 131034, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-04-09 16:18:38 UTC (rev 131035)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-09 16:18:24 UTC (rev 131034)
+++ community-x86_64/PKGBUILD   2015-04-09 16:18:38 UTC (rev 131035)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.214
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 

[arch-commits] Commit in springlobby/repos (8 files)

2015-04-04 Thread Sven-Hendrik Haase
Date: Saturday, April 4, 2015 @ 19:24:34
  Author: svenstaro
Revision: 130692

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 130691, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 130691, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 130691, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 130691, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   78 +
 /springlobby.install |   22 +
 community-i686/PKGBUILD  |   34 --
 community-i686/springlobby.install   |   11 
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/springlobby.install |   11 
 6 files changed, 100 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-04 17:24:25 UTC (rev 130691)
+++ community-i686/PKGBUILD 2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.210
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('a91e2ddf00f8149fdedfe6637fbcef90')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 130691, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-04 17:24:34 UTC (rev 130692)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.214
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake' 'git')
+install=springlobby.install
+source=(git://github.com/springlobby/springlobby.git#tag=${pkgver})
+md5sums=('SKIP')
+
+prepare() {
+  cd $srcdir/${pkgname}
+  git submodule update --init
+}
+
+build() {
+  cd $srcdir/${pkgname}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-04-04 17:24:25 UTC (rev 130691)
+++ community-i686/springlobby.install  2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 130691, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-04-04 17:24:34 UTC (rev 130692)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-04 17:24:25 UTC (rev 130691)
+++ community-x86_64/PKGBUILD   2015-04-04 17:24:34 UTC (rev 130692)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.210
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')

[arch-commits] Commit in springlobby/repos (8 files)

2015-02-15 Thread Sven-Hendrik Haase
Date: Sunday, February 15, 2015 @ 21:37:01
  Author: svenstaro
Revision: 127761

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 127760, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 127760, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 127760, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 127760, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-02-15 20:36:50 UTC (rev 127760)
+++ community-i686/PKGBUILD 2015-02-15 20:37:01 UTC (rev 127761)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.201
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e558045b5bca6257dda130cf04de1118')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 127760, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-15 20:37:01 UTC (rev 127761)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.210
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('a91e2ddf00f8149fdedfe6637fbcef90')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2015-02-15 20:36:50 UTC (rev 127760)
+++ community-i686/springlobby.install  2015-02-15 20:37:01 UTC (rev 127761)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 127760, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2015-02-15 20:37:01 UTC (rev 127761)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-02-15 20:36:50 UTC (rev 127760)
+++ community-x86_64/PKGBUILD   2015-02-15 20:37:01 UTC (rev 127761)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.201
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;

[arch-commits] Commit in springlobby/repos (8 files)

2014-10-03 Thread Sven-Hendrik Haase
Date: Saturday, October 4, 2014 @ 00:15:42
  Author: svenstaro
Revision: 120117

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 120116, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 120116, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 120116, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 120116, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-03 22:15:34 UTC (rev 120116)
+++ community-i686/PKGBUILD 2014-10-03 22:15:42 UTC (rev 120117)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.197
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('837e41b5eaf444a782f88998201e5b9c')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 120116, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-03 22:15:42 UTC (rev 120117)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.201
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e558045b5bca6257dda130cf04de1118')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-10-03 22:15:34 UTC (rev 120116)
+++ community-i686/springlobby.install  2014-10-03 22:15:42 UTC (rev 120117)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 120116, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-10-03 22:15:42 UTC (rev 120117)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-03 22:15:34 UTC (rev 120116)
+++ community-x86_64/PKGBUILD   2014-10-03 22:15:42 UTC (rev 120117)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.197
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;

[arch-commits] Commit in springlobby/repos (8 files)

2014-07-10 Thread Sven-Hendrik Haase
Date: Friday, July 11, 2014 @ 03:30:32
  Author: svenstaro
Revision: 115417

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 115416, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 115416, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 115416, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 115416, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-11 01:30:22 UTC (rev 115416)
+++ community-i686/PKGBUILD 2014-07-11 01:30:32 UTC (rev 115417)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.195
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('9a13e2207c80382561f02c74f571b339')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 115416, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-11 01:30:32 UTC (rev 115417)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.196
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('3b39b1ee5597001ff101bb7469027c79')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-07-11 01:30:22 UTC (rev 115416)
+++ community-i686/springlobby.install  2014-07-11 01:30:32 UTC (rev 115417)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 115416, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-07-11 01:30:32 UTC (rev 115417)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-11 01:30:22 UTC (rev 115416)
+++ community-x86_64/PKGBUILD   2014-07-11 01:30:32 UTC (rev 115417)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.195
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:31:34
  Author: svenstaro
Revision: 112971

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 112970, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 112970, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 112970, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 112970, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 17:19:16 UTC (rev 112970)
+++ community-i686/PKGBUILD 2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e98f069792256588f0b7f3d82f403c43')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 112970, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 17:31:34 UTC (rev 112971)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.194
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e98f069792256588f0b7f3d82f403c43')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-06-10 17:19:16 UTC (rev 112970)
+++ community-i686/springlobby.install  2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 112970, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-06-10 17:31:34 UTC (rev 112971)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 17:19:16 UTC (rev 112970)
+++ community-x86_64/PKGBUILD   2014-06-10 17:31:34 UTC (rev 112971)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-06-10 Thread Sven-Hendrik Haase
Date: Tuesday, June 10, 2014 @ 19:40:28
  Author: svenstaro
Revision: 112973

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 112972, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 112972, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 112972, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 112972, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-10 17:40:23 UTC (rev 112972)
+++ community-i686/PKGBUILD 2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('e98f069792256588f0b7f3d82f403c43')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 112972, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-10 17:40:28 UTC (rev 112973)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.195
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('9a13e2207c80382561f02c74f571b339')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-06-10 17:40:23 UTC (rev 112972)
+++ community-i686/springlobby.install  2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 112972, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-06-10 17:40:28 UTC (rev 112973)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-10 17:40:23 UTC (rev 112972)
+++ community-x86_64/PKGBUILD   2014-06-10 17:40:28 UTC (rev 112973)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.194
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-05-31 Thread Sven-Hendrik Haase
Date: Saturday, May 31, 2014 @ 15:27:00
  Author: svenstaro
Revision: 112320

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 112319, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 112319, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 112319, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 112319, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-31 13:26:54 UTC (rev 112319)
+++ community-i686/PKGBUILD 2014-05-31 13:27:00 UTC (rev 112320)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.190
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6442b32bcc78a457d889f941cbdf92f4')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 112319, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-31 13:27:00 UTC (rev 112320)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.194
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('e98f069792256588f0b7f3d82f403c43')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-05-31 13:26:54 UTC (rev 112319)
+++ community-i686/springlobby.install  2014-05-31 13:27:00 UTC (rev 112320)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 112319, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-05-31 13:27:00 UTC (rev 112320)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-31 13:26:54 UTC (rev 112319)
+++ community-x86_64/PKGBUILD   2014-05-31 13:27:00 UTC (rev 112320)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.190
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-05-17 Thread Sven-Hendrik Haase
Date: Saturday, May 17, 2014 @ 22:14:28
  Author: svenstaro
Revision: 111382

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 111381, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 111381, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 111381, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 111381, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-17 20:14:23 UTC (rev 111381)
+++ community-i686/PKGBUILD 2014-05-17 20:14:28 UTC (rev 111382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.189
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('1322ff6a03ed59db093699a842f2dcda')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 111381, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-17 20:14:28 UTC (rev 111382)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.190
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('6442b32bcc78a457d889f941cbdf92f4')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-05-17 20:14:23 UTC (rev 111381)
+++ community-i686/springlobby.install  2014-05-17 20:14:28 UTC (rev 111382)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 111381, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-05-17 20:14:28 UTC (rev 111382)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-17 20:14:23 UTC (rev 111381)
+++ community-x86_64/PKGBUILD   2014-05-17 20:14:28 UTC (rev 111382)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.189
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-04-21 Thread Sven-Hendrik Haase
Date: Tuesday, April 22, 2014 @ 01:21:49
  Author: svenstaro
Revision: 109943

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 109942, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 109942, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 109942, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 109942, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-21 23:21:41 UTC (rev 109942)
+++ community-i686/PKGBUILD 2014-04-21 23:21:49 UTC (rev 109943)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.186
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('95d7a77f180dc35873d6bb31435591e1')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 109942, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-21 23:21:49 UTC (rev 109943)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.189
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('1322ff6a03ed59db093699a842f2dcda')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-04-21 23:21:41 UTC (rev 109942)
+++ community-i686/springlobby.install  2014-04-21 23:21:49 UTC (rev 109943)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 109942, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-04-21 23:21:49 UTC (rev 109943)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-04-21 23:21:41 UTC (rev 109942)
+++ community-x86_64/PKGBUILD   2014-04-21 23:21:49 UTC (rev 109943)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.186
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-03-28 Thread Sven-Hendrik Haase
Date: Friday, March 28, 2014 @ 07:23:41
  Author: svenstaro
Revision: 108537

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 108536, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 108536, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 108536, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 108536, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-28 06:23:36 UTC (rev 108536)
+++ community-i686/PKGBUILD 2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.182
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('d20ce337747374b9a4ec51c5fa6f5202')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 108536, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-28 06:23:41 UTC (rev 108537)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.186
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('95d7a77f180dc35873d6bb31435591e1')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-03-28 06:23:36 UTC (rev 108536)
+++ community-i686/springlobby.install  2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 108536, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-03-28 06:23:41 UTC (rev 108537)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-28 06:23:36 UTC (rev 108536)
+++ community-x86_64/PKGBUILD   2014-03-28 06:23:41 UTC (rev 108537)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.182
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-03-21 Thread Sven-Hendrik Haase
Date: Friday, March 21, 2014 @ 21:04:05
  Author: svenstaro
Revision: 108052

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 108051, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 108051, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 108051, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 108051, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-21 20:03:43 UTC (rev 108051)
+++ community-i686/PKGBUILD 2014-03-21 20:04:05 UTC (rev 108052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=3
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4e33b20be873660649cf7c369ce81373')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 108051, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-21 20:04:05 UTC (rev 108052)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.182
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('d20ce337747374b9a4ec51c5fa6f5202')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-03-21 20:03:43 UTC (rev 108051)
+++ community-i686/springlobby.install  2014-03-21 20:04:05 UTC (rev 108052)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 108051, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-03-21 20:04:05 UTC (rev 108052)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-21 20:03:43 UTC (rev 108051)
+++ community-x86_64/PKGBUILD   2014-03-21 20:04:05 UTC (rev 108052)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=3
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')

[arch-commits] Commit in springlobby/repos (8 files)

2014-01-28 Thread Sven-Hendrik Haase
Date: Tuesday, January 28, 2014 @ 19:12:41
  Author: svenstaro
Revision: 104963

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 104962, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 104962, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 104962, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 104962, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 ++
 community-i686/PKGBUILD  |   34 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   34 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 18:12:28 UTC (rev 104962)
+++ community-i686/PKGBUILD 2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4e33b20be873660649cf7c369ce81373')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 104962, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 18:12:41 UTC (rev 104963)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=3
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2014-01-28 18:12:28 UTC (rev 104962)
+++ community-i686/springlobby.install  2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 104962, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2014-01-28 18:12:41 UTC (rev 104963)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 18:12:28 UTC (rev 104962)
+++ community-x86_64/PKGBUILD   2014-01-28 18:12:41 UTC (rev 104963)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;

[arch-commits] Commit in springlobby/repos (8 files)

2014-01-07 Thread Bartłomiej Piotrowski
Date: Tuesday, January 7, 2014 @ 10:17:54
  Author: bpiotrowski
Revision: 103530

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

Added:
  springlobby/repos/community-staging-i686/PKGBUILD
(from rev 103529, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-i686/springlobby.install
(from rev 103529, springlobby/trunk/springlobby.install)
  springlobby/repos/community-staging-x86_64/PKGBUILD
(from rev 103529, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-staging-x86_64/springlobby.install
(from rev 103529, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-staging-i686/PKGBUILD
  springlobby/repos/community-staging-i686/springlobby.install
  springlobby/repos/community-staging-x86_64/PKGBUILD
  springlobby/repos/community-staging-x86_64/springlobby.install

--+
 /PKGBUILD|   68 +
 /springlobby.install |   22 
 community-staging-i686/PKGBUILD  |   33 
 community-staging-i686/springlobby.install   |   11 
 community-staging-x86_64/PKGBUILD|   33 
 community-staging-x86_64/springlobby.install |   11 
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2014-01-07 09:17:43 UTC (rev 103529)
+++ community-staging-i686/PKGBUILD 2014-01-07 09:17:54 UTC (rev 103530)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.180
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('4e33b20be873660649cf7c369ce81373')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 103529, 
springlobby/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-01-07 09:17:54 UTC (rev 103530)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=2
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-staging-i686/springlobby.install
===
--- community-staging-i686/springlobby.install  2014-01-07 09:17:43 UTC (rev 
103529)
+++ community-staging-i686/springlobby.install  2014-01-07 09:17:54 UTC (rev 
103530)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-staging-i686/springlobby.install (from rev 
103529, springlobby/trunk/springlobby.install)
===
--- community-staging-i686/springlobby.install  (rev 0)
+++ community-staging-i686/springlobby.install  2014-01-07 09:17:54 UTC (rev 
103530)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2014-01-07 09:17:43 UTC (rev 103529)
+++ community-staging-x86_64/PKGBUILD   2014-01-07 09:17:54 UTC (rev 103530)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com

[arch-commits] Commit in springlobby/repos (8 files)

2013-12-04 Thread Sven-Hendrik Haase
Date: Wednesday, December 4, 2013 @ 12:56:16
  Author: svenstaro
Revision: 102034

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

Added:
  springlobby/repos/community-testing-i686/PKGBUILD
(from rev 102033, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-testing-i686/springlobby.install
(from rev 102033, springlobby/trunk/springlobby.install)
  springlobby/repos/community-testing-x86_64/PKGBUILD
(from rev 102033, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-testing-x86_64/springlobby.install
(from rev 102033, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-testing-i686/PKGBUILD
  springlobby/repos/community-testing-i686/springlobby.install
  springlobby/repos/community-testing-x86_64/PKGBUILD
  springlobby/repos/community-testing-x86_64/springlobby.install

--+
 /PKGBUILD|   66 +
 /springlobby.install |   22 
 community-testing-i686/PKGBUILD  |   33 
 community-testing-i686/springlobby.install   |   11 
 community-testing-x86_64/PKGBUILD|   33 
 community-testing-x86_64/springlobby.install |   11 
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-12-04 11:56:03 UTC (rev 102033)
+++ community-testing-i686/PKGBUILD 2013-12-04 11:56:16 UTC (rev 102034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.176
-pkgrel=2
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-testing-i686/PKGBUILD (from rev 102033, 
springlobby/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-12-04 11:56:16 UTC (rev 102034)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.180
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('4e33b20be873660649cf7c369ce81373')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-testing-i686/springlobby.install
===
--- community-testing-i686/springlobby.install  2013-12-04 11:56:03 UTC (rev 
102033)
+++ community-testing-i686/springlobby.install  2013-12-04 11:56:16 UTC (rev 
102034)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-testing-i686/springlobby.install (from rev 
102033, springlobby/trunk/springlobby.install)
===
--- community-testing-i686/springlobby.install  (rev 0)
+++ community-testing-i686/springlobby.install  2013-12-04 11:56:16 UTC (rev 
102034)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2013-12-04 11:56:03 UTC (rev 102033)
+++ community-testing-x86_64/PKGBUILD   2013-12-04 11:56:16 UTC (rev 102034)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: 

[arch-commits] Commit in springlobby/repos (8 files)

2013-11-27 Thread Sven-Hendrik Haase
Date: Wednesday, November 27, 2013 @ 17:25:05
  Author: svenstaro
Revision: 101550

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

Added:
  springlobby/repos/community-i686/PKGBUILD
(from rev 101549, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-i686/springlobby.install
(from rev 101549, springlobby/trunk/springlobby.install)
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 101549, springlobby/trunk/PKGBUILD)
  springlobby/repos/community-x86_64/springlobby.install
(from rev 101549, springlobby/trunk/springlobby.install)
Deleted:
  springlobby/repos/community-i686/PKGBUILD
  springlobby/repos/community-i686/springlobby.install
  springlobby/repos/community-x86_64/PKGBUILD
  springlobby/repos/community-x86_64/springlobby.install

--+
 /PKGBUILD|   66 +
 /springlobby.install |   22 +++
 community-i686/PKGBUILD  |   33 
 community-i686/springlobby.install   |   11 -
 community-x86_64/PKGBUILD|   33 
 community-x86_64/springlobby.install |   11 -
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-27 16:24:56 UTC (rev 101549)
+++ community-i686/PKGBUILD 2013-11-27 16:25:05 UTC (rev 101550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.175
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
-makedepends=('boost' 'asio' 'cmake')
-install=springlobby.install
-source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('5e34cb1209f5d022b6e9bcad03ed8b3b')
-
-build() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr
-  make 
-}
-
-package() {
-  cd $srcdir/${pkgname}-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-i686/PKGBUILD (from rev 101549, 
springlobby/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-27 16:25:05 UTC (rev 101550)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
+# Contributor: DuGi d...@irc.pl
+
+pkgname=springlobby
+pkgver=0.176
+pkgrel=1
+pkgdesc=A free cross-platform lobby client for the Spring RTS project.
+arch=('i686' 'x86_64')
+url=http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk' 'curl' 'libtorrent-rasterbar' 
'boost-libs' 'alure')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer') 
+makedepends=('boost' 'asio' 'cmake')
+install=springlobby.install
+source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('5ba41f39ae05e62e58475b9a73baf6ab')
+
+build() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make 
+}
+
+package() {
+  cd $srcdir/${pkgname}-$pkgver
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:

Deleted: community-i686/springlobby.install
===
--- community-i686/springlobby.install  2013-11-27 16:24:56 UTC (rev 101549)
+++ community-i686/springlobby.install  2013-11-27 16:25:05 UTC (rev 101550)
@@ -1,11 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: springlobby/repos/community-i686/springlobby.install (from rev 101549, 
springlobby/trunk/springlobby.install)
===
--- community-i686/springlobby.install  (rev 0)
+++ community-i686/springlobby.install  2013-11-27 16:25:05 UTC (rev 101550)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-27 16:24:56 UTC (rev 101549)
+++ community-x86_64/PKGBUILD   2013-11-27 16:25:05 UTC (rev 101550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase s...@lutzhaase.com
-# Contributor: DuGi d...@irc.pl
-
-pkgname=springlobby
-pkgver=0.175
-pkgrel=1
-pkgdesc=A free cross-platform lobby client for the Spring RTS project.
-arch=('i686' 'x86_64')
-url=http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme'