mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
devilutionX: update to 1.4.1.
* External (3rd party) dependencies normally are fetched with git, which is undesirable for packaging; hence they are fetched manually with xbps-src. "-DFETCHCONTENT_FULLY_DISCONNECTED=ON" prevents cmake's FetchContent module from attempting to download or update any external dependencies. * BINARY_RELEASE option is gone. * CharisSILB is absent with TTF_FONT_PATH from the release tarball.
This commit is contained in:
parent
d80b6d756b
commit
9ec9d43939
1 changed files with 12 additions and 5 deletions
|
@ -1,16 +1,23 @@
|
||||||
# Template file for 'devilutionX'
|
# Template file for 'devilutionX'
|
||||||
pkgname=devilutionX
|
pkgname=devilutionX
|
||||||
version=1.2.1
|
version=1.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DVERSION_NUM=$version -DBINARY_RELEASE=ON -DTTF_FONT_PATH=\"/usr/share/fonts/truetype/CharisSILB.ttf\""
|
configure_args="-DVERSION_NUM=$version -DFETCHCONTENT_FULLY_DISCONNECTED=ON
|
||||||
makedepends="SDL2-devel SDL2_ttf-devel SDL2_mixer-devel libsodium-devel"
|
-DDISABLE_ZERO_TIER=ON -DDEVILUTIONX_SYSTEM_GOOGLETEST=ON
|
||||||
|
-DDEVILUTIONX_SYSTEM_SDL2=ON -DDEVILUTIONX_SYSTEM_SDL_IMAGE=ON
|
||||||
|
-DDEVILUTIONX_SYSTEM_LIBFMT=ON -DDEVILUTIONX_SYSTEM_BZIP2=ON
|
||||||
|
-DDEVILUTIONX_SYSTEM_LIBSODIUM=ON"
|
||||||
|
hostmakedepends="pkg-config gettext"
|
||||||
|
makedepends="SDL2-devel SDL2_image-devel bzip2-devel libsodium-devel
|
||||||
|
gtest-devel fmt-devel zlib-devel"
|
||||||
short_desc="Diablo I engine for modern operating systems"
|
short_desc="Diablo I engine for modern operating systems"
|
||||||
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://github.com/diasurgical/devilutionX"
|
homepage="https://github.com/diasurgical/devilutionX"
|
||||||
distfiles="https://github.com/diasurgical/devilutionX/archive/${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/diasurgical/devilutionX/master/docs/CHANGELOG.md"
|
||||||
checksum=002dcbd4d4a5bdf8db1a3ec01139e5bfbed46d6a1caa32b17c9f2df161ad3521
|
distfiles="https://github.com/diasurgical/devilutionX/releases/download/${version}/devilutionx-src-fully-vendored.tar.xz"
|
||||||
|
checksum=80527c29cd1d369ce905be426b671350b400c9468b73ef8cfbe6a09a563aeac0
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue