mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 05:57:15 +08:00
warzone2100: update to 3.2.1 (build failed)
This commit is contained in:
parent
2775fa6aea
commit
ef0e1b2fab
@ -1,5 +1,5 @@
|
|||||||
pkgname=warzone2100
|
pkgname=warzone2100
|
||||||
pkgver=3.1.5
|
pkgver=3.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="3D real-time strategy game where you fight to rebuilt the world destroyed by nuclear war."
|
pkgdesc="3D real-time strategy game where you fight to rebuilt the world destroyed by nuclear war."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -7,19 +7,20 @@ url="http://wz2100.net/"
|
|||||||
license=('GPL')
|
license=('GPL')
|
||||||
groups=()
|
groups=()
|
||||||
categories=('games')
|
categories=('games')
|
||||||
depends=('sdl_net' 'libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora'
|
depends=('libgl' 'openal' 'libjpeg' 'libpng' 'libvorbis' 'libtheora' 'libmad'
|
||||||
'libmad' 'physfs' 'mesa' 'quesoglc' 'popt' 'ttf-dejavu' 'qt' 'glew'
|
'physfs' 'mesa' 'quesoglc' 'popt' 'ttf-dejavu' 'qt5-base' 'qt5-script'
|
||||||
'harfbuzz')
|
'qt5-x11extras' 'glew' 'sdl2')
|
||||||
makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip')
|
makedepends=('gawk' 'bison' 'flex' 'zip' 'unzip' 'libxrandr' 'asciidoc')
|
||||||
conflicts=('warzone2100-dev')
|
conflicts=('warzone2100-dev')
|
||||||
changelog=ChangeLog
|
|
||||||
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz")
|
||||||
sha256sums=('21aacc3e475d17338cf7a57aefe4517868822a8167fb6c291f6f6f3b454ca442')
|
sha256sums=('0f66b76c50c598abcc895134bd49aab5dd46dcf8135645f2505e93077402a6d9')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr
|
--prefix=/usr \
|
||||||
|
--with-backend=qt \
|
||||||
|
--with-distributor="Chakra GNU/Linux"
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user