[arch-commits] Commit in springlobby/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Mar 28 09:59:04 UTC 2018


    Date: Wednesday, March 28, 2018 @ 09:59:03
  Author: svenstaro
Revision: 313087

archrelease: copy trunk to community-x86_64

Added:
  springlobby/repos/community-x86_64/PKGBUILD
    (from rev 313085, springlobby/trunk/PKGBUILD)
Deleted:
  springlobby/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-28 09:59:00 UTC (rev 313086)
+++ PKGBUILD	2018-03-28 09:59:03 UTC (rev 313087)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: DuGi <dugi at irc.pl>
-
-pkgname=springlobby
-pkgver=0.263
-pkgrel=1
-pkgdesc="A free cross-platform lobby client for the Spring RTS project"
-arch=('x86_64')
-url="http://springlobby.info/"
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs'
-         'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'cmake')
-source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
-sha512sums=('d25ce1c02342a8a6cb1c9ea1a579a5d18a80116d68c13956609b450c880e534fa0299b12dabec274051671c1fd96ac003a89e3cba32caa5d22c6832ada06b0a5')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  cmake . \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  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 313085, springlobby/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-28 09:59:03 UTC (rev 313087)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: DuGi <dugi at irc.pl>
+
+pkgname=springlobby
+pkgver=0.264
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('x86_64')
+url="http://springlobby.info/"
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 'boost-libs'
+         'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
+makedepends=('boost' 'cmake')
+source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
+sha512sums=('f8024a98be7d6ea755c4380494415813084aadb6dcf72ed0aaeba0ddf9fbaf992ccd5455713c807c0d6feb7db606068be62d4bb2cfcb4697f0406a2ec4f404eb')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake . \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:



More information about the arch-commits mailing list