mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
0ad: added a missing dependency: miniupnpc
This commit is contained in:
parent
39c1f85dd1
commit
6d530d92ca
@ -6,13 +6,13 @@
|
||||
pkgname=0ad
|
||||
pkgver=0.0.15
|
||||
_pkgver=$pkgver-alpha
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
|
||||
screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://wildfiregames.com/0ad"
|
||||
license=('GPL2' 'custom:MIT') # source licenses.
|
||||
depends=('boost-libs' 'curl' 'enet' 'gamin' 'gloox' 'libogg' 'libpng' 'libvorbis' 'libxcursor' 'libxml2' 'mesa' 'nvidia-texture-tools' 'openal' 'sdl' 'zip' 'zlib' 0ad-data=$pkgver)
|
||||
depends=('boost-libs' 'curl' 'enet' 'gamin' 'gloox' 'libogg' 'libpng' 'libvorbis' 'libxcursor' 'libxml2' 'mesa' 'miniupnpc' 'nvidia-texture-tools' 'openal' 'sdl' 'zip' 'zlib' 0ad-data=$pkgver)
|
||||
makedepends=('boost' 'python2')
|
||||
replaces=(0ad-debug) # If someone wants a debug version, they should rebuild 0ad with config=debug.
|
||||
categories=('games')
|
||||
|
Loading…
Reference in New Issue
Block a user