Date: Tuesday, December 22, 2015 @ 12:44:49
  Author: bpiotrowski
Revision: 154187

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

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

----------------------------------------------+
 community-staging-i686/PKGBUILD              |   39 +++++++++++++++++++++++++
 community-staging-i686/springlobby.install   |   11 +++++++
 community-staging-x86_64/PKGBUILD            |   39 +++++++++++++++++++++++++
 community-staging-x86_64/springlobby.install |   11 +++++++
 4 files changed, 100 insertions(+)

Copied: springlobby/repos/community-staging-i686/PKGBUILD (from rev 154186, 
springlobby/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD                             (rev 0)
+++ community-staging-i686/PKGBUILD     2015-12-22 11:44:49 UTC (rev 154187)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: DuGi <[email protected]>
+
+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-staging-i686/springlobby.install (from rev 
154186, springlobby/trunk/springlobby.install)
===================================================================
--- community-staging-i686/springlobby.install                          (rev 0)
+++ community-staging-i686/springlobby.install  2015-12-22 11:44:49 UTC (rev 
154187)
@@ -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-staging-x86_64/PKGBUILD (from rev 154186, 
springlobby/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-22 11:44:49 UTC (rev 154187)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: DuGi <[email protected]>
+
+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-staging-x86_64/springlobby.install (from 
rev 154186, springlobby/trunk/springlobby.install)
===================================================================
--- community-staging-x86_64/springlobby.install                                
(rev 0)
+++ community-staging-x86_64/springlobby.install        2015-12-22 11:44:49 UTC 
(rev 154187)
@@ -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
+}

Reply via email to