mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
parent
f96e977030
commit
036c51e66c
2 changed files with 18 additions and 5 deletions
12
srcpkgs/devilutionX/patches/disable_test.patch
Normal file
12
srcpkgs/devilutionX/patches/disable_test.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
|
||||
index b84cb2e..bcdcf51 100644
|
||||
--- a/test/CMakeLists.txt
|
||||
+++ b/test/CMakeLists.txt
|
||||
@@ -38,7 +38,6 @@ set(tests
|
||||
scrollrt_test
|
||||
stores_test
|
||||
str_cat_test
|
||||
- timedemo_test
|
||||
utf8_test
|
||||
writehero_test
|
||||
)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'devilutionX'
|
||||
pkgname=devilutionX
|
||||
version=1.4.1
|
||||
revision=3
|
||||
version=1.5.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DVERSION_NUM=$version -DDISABLE_ZERO_TIER=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,12 +9,13 @@ 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"
|
||||
maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
|
||||
license="Unlicense"
|
||||
license="custom:Sustainable Use License"
|
||||
homepage="https://github.com/diasurgical/devilutionX"
|
||||
changelog="https://raw.githubusercontent.com/diasurgical/devilutionX/master/docs/CHANGELOG.md"
|
||||
distfiles="https://github.com/diasurgical/devilutionX/releases/download/${version}/devilutionx-src.tar.xz"
|
||||
checksum=f80a5414bb7b5a5ae9f6dbc69cec4ae080c29dd0a8a553cedd405d631011da9f
|
||||
checksum=c252a0e1f24668ceecd03aa45fc303d515eaf21674d244cfecc78048a2677c8e
|
||||
repository="nonfree"
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue