summaryrefslogtreecommitdiff
path: root/community/springlobby
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-01-12 13:04:54 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-01-12 13:04:54 +0100
commit24633b6f6af8dc77ca77224448d226d8e99c9ce1 (patch)
tree0e862445be6a105957104f94f7e4f2668e1fdbba /community/springlobby
parentd28ed89b1e41f7e71045a5c2e898aa3b369eda47 (diff)
parent8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/cdemu-daemon/PKGBUILD community/chmsee/PKGBUILD community/fceux/PKGBUILD community/ginac/PKGBUILD community/gstreamermm/PKGBUILD community/gtksourceviewmm/PKGBUILD community/lgi/PKGBUILD community/libmirage/PKGBUILD core/gawk/PKGBUILD core/gettext/PKGBUILD extra/enca/PKGBUILD extra/gnutls/PKGBUILD extra/hdf5/PKGBUILD extra/kdebase/PKGBUILD extra/libass/PKGBUILD extra/libdiscid/PKGBUILD extra/libxcomposite/PKGBUILD extra/libxdamage/PKGBUILD extra/maxima/PKGBUILD extra/nx/PKGBUILD extra/opencv/PKGBUILD extra/pidgin/PKGBUILD extra/redland/PKGBUILD extra/sharutils/PKGBUILD extra/soundtouch/PKGBUILD extra/sqlite/PKGBUILD extra/twisted/PKGBUILD libre/dpkg/PKGBUILD
Diffstat (limited to 'community/springlobby')
-rw-r--r--community/springlobby/PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index 68efccb52..eccbec2f5 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 81745 2012-12-28 07:48:09Z svenstaro $
+# $Id: PKGBUILD 82075 2013-01-07 10:25:13Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
-pkgver=0.157
+pkgver=0.159
pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64' 'mips64el')
@@ -14,16 +14,11 @@ optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
makedepends=('boost' 'asio' 'cmake')
install=springlobby.install
source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('2771aeee0eaff69218d5abc0e9cc18de')
+md5sums=('9a8e89c32dd49a51332e446e47dc1be1')
build() {
cd $srcdir/${pkgname}-$pkgver
- # We always use multithreaded boost libs in Arch with no special prefix but lesser
- # distros have that prefix so this check fails.
- sed -i 's/ .*-mt//g' $srcdir/$pkgname-$pkgver/src/lsl/src/lsl/CMakeLists.txt
- sed -i 's/ .*-mt//g' $srcdir/$pkgname-$pkgver/src/lsl/src/lslutils/CMakeLists.txt
-
cmake . \
-DCMAKE_INSTALL_PREFIX=/usr
make
@@ -33,11 +28,6 @@ package() {
cd $srcdir/${pkgname}-$pkgver
make DESTDIR=$pkgdir install
-
- # these conflict with files in the spring package
- rm $pkgdir/usr/include/spring/Downloader/pr-downloader.h
- rm $pkgdir/usr/lib/libpr-downloader_static.a
- rm $pkgdir/usr/lib/pkgconfig/libspringdownloader.pc
}
# vim: sw=2:ts=2 et: