mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
freeciv: Use proper URLs and the new client
- https instead of http - Use canonical freeciv wiki URL Also add a TODO -comment about the need to switch from mostly deprecated gtk3-client to gtk3.22-client. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Closes: #41680 [via git-merge-pr]
This commit is contained in:
parent
3483f54b87
commit
f1738d6b9e
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'freeciv'
|
# Template file for 'freeciv'
|
||||||
pkgname=freeciv
|
pkgname=freeciv
|
||||||
version=3.0.3
|
version=3.0.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-fcdb=sqlite3 --enable-fcmp=all"
|
configure_args="--disable-static --enable-fcdb=sqlite3 --enable-fcmp=all"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -10,13 +10,14 @@ makedepends="SDL2_gfx-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel
|
||||||
short_desc="Free and Open Source empire-building strategy game - server/data"
|
short_desc="Free and Open Source empire-building strategy game - server/data"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://freeciv.org/"
|
homepage="https://www.freeciv.org/"
|
||||||
changelog="https://freeciv.fandom.com/wiki/NEWS-${version}"
|
changelog="https://www.freeciv.org/wiki/NEWS-${version}"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=13215adc96be9f2894d5f3a12c78b8ebb9ae06ecdab25fe6bb1794f6e6d2b61b
|
checksum=13215adc96be9f2894d5f3a12c78b8ebb9ae06ecdab25fe6bb1794f6e6d2b61b
|
||||||
nopie_files="/usr/bin/freeciv-ruledit"
|
nopie_files="/usr/bin/freeciv-ruledit"
|
||||||
|
|
||||||
_clients="gtk3,sdl2"
|
# gtk3.22 is a client supporting gtk+>=3.22
|
||||||
|
_clients="gtk3.22,sdl2"
|
||||||
subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
|
subpackages="freeciv-gtk2 freeciv-gtk3 freeciv-sdl freeciv-xaw"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
_clients+=",qt"
|
_clients+=",qt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue