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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Mar 21 20:04:05 UTC 2014


    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 <sh at lutzhaase.com>
-# Contributor: DuGi <dugi at 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 <sh at lutzhaase.com>
+# Contributor: DuGi <dugi at 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 <sh at lutzhaase.com>
-# Contributor: DuGi <dugi at 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-x86_64/PKGBUILD (from rev 108051, springlobby/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-21 20:04:05 UTC (rev 108052)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: DuGi <dugi at 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-x86_64/springlobby.install
===================================================================
--- community-x86_64/springlobby.install	2014-03-21 20:03:43 UTC (rev 108051)
+++ community-x86_64/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-x86_64/springlobby.install (from rev 108051, springlobby/trunk/springlobby.install)
===================================================================
--- community-x86_64/springlobby.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list