mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Added 'icu' as dependency.
This commit is contained in:
parent
8585919a33
commit
2cf991d626
@ -9,12 +9,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname=spring
|
||||
_pkgname=springrts
|
||||
pkgver=0.82.7.1
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='A 3D real-time-strategy game engine.'
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://springrts.com/"
|
||||
license=('GPL2')
|
||||
depends=('boost' 'devil' 'freetype2' 'glew' 'libvorbis' 'openal')
|
||||
depends=('boost' 'devil' 'freetype2' 'glew' 'icu' 'libvorbis' 'openal')
|
||||
makedepends=('cmake' 'java-environment' 'lzma-utils' 'p7zip' 'python' 'zip')
|
||||
optdepends=('java-runtime: java-based bots.')
|
||||
source=("http://downloads.sourceforge.net/sourceforge/$_pkgname/${pkgname}_${pkgver}_src.tar.lzma")
|
||||
|
Loading…
Reference in New Issue
Block a user