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

Stéphane Gaudreault stephane at nymeria.archlinux.org
Fri Mar 29 19:32:42 UTC 2013


    Date: Friday, March 29, 2013 @ 20:32:42
  Author: stephane
Revision: 87316

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

Added:
  springlobby/repos/community-testing-i686/
  springlobby/repos/community-testing-i686/PKGBUILD
    (from rev 87277, springlobby/repos/community-staging-i686/PKGBUILD)
  springlobby/repos/community-testing-i686/springlobby.desktop
    (from rev 87277, springlobby/repos/community-staging-i686/springlobby.desktop)
  springlobby/repos/community-testing-i686/springlobby.install
    (from rev 87277, springlobby/repos/community-staging-i686/springlobby.install)
  springlobby/repos/community-testing-i686/springlobby.png
    (from rev 87277, springlobby/repos/community-staging-i686/springlobby.png)
  springlobby/repos/community-testing-x86_64/
  springlobby/repos/community-testing-x86_64/PKGBUILD
    (from rev 87277, springlobby/repos/community-staging-x86_64/PKGBUILD)
  springlobby/repos/community-testing-x86_64/springlobby.desktop
    (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.desktop)
  springlobby/repos/community-testing-x86_64/springlobby.install
    (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.install)
  springlobby/repos/community-testing-x86_64/springlobby.png
    (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.png)
Deleted:
  springlobby/repos/community-staging-i686/
  springlobby/repos/community-staging-x86_64/

----------------------------------------------+
 community-testing-i686/PKGBUILD              |   33 +++++++++++++++++++++++++
 community-testing-i686/springlobby.desktop   |   10 +++++++
 community-testing-i686/springlobby.install   |   11 ++++++++
 community-testing-x86_64/PKGBUILD            |   33 +++++++++++++++++++++++++
 community-testing-x86_64/springlobby.desktop |   10 +++++++
 community-testing-x86_64/springlobby.install |   11 ++++++++
 6 files changed, 108 insertions(+)

Copied: springlobby/repos/community-testing-i686/PKGBUILD (from rev 87277, springlobby/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-03-29 19:32:42 UTC (rev 87316)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: DuGi <dugi at irc.pl>
+
+pkgname=springlobby
+pkgver=0.169
+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=('1eb265268ac39d9b7e8fec90df92ff3d')
+
+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/springlobby.desktop (from rev 87277, springlobby/repos/community-staging-i686/springlobby.desktop)
===================================================================
--- community-testing-i686/springlobby.desktop	                        (rev 0)
+++ community-testing-i686/springlobby.desktop	2013-03-29 19:32:42 UTC (rev 87316)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=SpringLobby
+Comment=Lobby for Spring. An open source RTS with similar gameplay to TA
+Exec=springlobby
+Icon=springlobby.png
+Terminal=false
+Type=Application
+Categories=Application;Game;StrategyGame;

Copied: springlobby/repos/community-testing-i686/springlobby.install (from rev 87277, springlobby/repos/community-staging-i686/springlobby.install)
===================================================================
--- community-testing-i686/springlobby.install	                        (rev 0)
+++ community-testing-i686/springlobby.install	2013-03-29 19:32:42 UTC (rev 87316)
@@ -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
+}

Copied: springlobby/repos/community-testing-i686/springlobby.png (from rev 87277, springlobby/repos/community-staging-i686/springlobby.png)
===================================================================
(Binary files differ)

Copied: springlobby/repos/community-testing-x86_64/PKGBUILD (from rev 87277, springlobby/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-03-29 19:32:42 UTC (rev 87316)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: DuGi <dugi at irc.pl>
+
+pkgname=springlobby
+pkgver=0.169
+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=('1eb265268ac39d9b7e8fec90df92ff3d')
+
+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-x86_64/springlobby.desktop (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.desktop)
===================================================================
--- community-testing-x86_64/springlobby.desktop	                        (rev 0)
+++ community-testing-x86_64/springlobby.desktop	2013-03-29 19:32:42 UTC (rev 87316)
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Name=SpringLobby
+Comment=Lobby for Spring. An open source RTS with similar gameplay to TA
+Exec=springlobby
+Icon=springlobby.png
+Terminal=false
+Type=Application
+Categories=Application;Game;StrategyGame;

Copied: springlobby/repos/community-testing-x86_64/springlobby.install (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.install)
===================================================================
--- community-testing-x86_64/springlobby.install	                        (rev 0)
+++ community-testing-x86_64/springlobby.install	2013-03-29 19:32:42 UTC (rev 87316)
@@ -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
+}

Copied: springlobby/repos/community-testing-x86_64/springlobby.png (from rev 87277, springlobby/repos/community-staging-x86_64/springlobby.png)
===================================================================
(Binary files differ)




More information about the arch-commits mailing list