summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2024-05-23 14:23:47 -0700
committerVagrant Cascadian <vagrant@debian.org>2024-05-25 13:18:01 -0700
commit94c8cec99969fe9f65777637fde1f05e1c576a3f (patch)
tree52ae0bcc51d982ad55c8bac1bee023a713af42c0
parent888d5268229e59b94c1e2616087bec4ca9d09a66 (diff)
gnu: vcmi: Update to 1.5.1.
* gnu/packages/games.scm (vcmi): Update to 1.5.1. [#:configure-flags]: Disable use of embedded innoextract.
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 03a36a8a6de..73d1ffc0086 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -11467,7 +11467,7 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
11467(define-public vcmi 11467(define-public vcmi
11468 (package 11468 (package
11469 (name "vcmi") 11469 (name "vcmi")
11470 (version "1.4.5") 11470 (version "1.5.1")
11471 (source (origin 11471 (source (origin
11472 (method git-fetch) 11472 (method git-fetch)
11473 (uri (git-reference 11473 (uri (git-reference
@@ -11476,11 +11476,11 @@ play; it will look for them at @file{~/.local/share/fheroes2} folder.")
11476 (file-name (git-file-name name version)) 11476 (file-name (git-file-name name version))
11477 (sha256 11477 (sha256
11478 (base32 11478 (base32
11479 "1z4vy3drj6dra8rb243pyryr61jnlw3l7yxsxwl9rddv8cdk69lz")) 11479 "1s3a23p9k081ccbkhvifx2rhg6rv82fkrsbjh6allmmsa1lhq6fd"))
11480 (patches (search-patches "vcmi-disable-privacy-breach.patch")))) 11480 (patches (search-patches "vcmi-disable-privacy-breach.patch"))))
11481 (build-system cmake-build-system) 11481 (build-system cmake-build-system)
11482 (arguments 11482 (arguments
11483 (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF") 11483 (list #:configure-flags #~(list "-DFORCE_BUNDLED_FL=OFF" "-DENABLE_INNOEXTRACT=OFF")
11484 ;; Test suites do not seem well supported upstream and are disabled by default. 11484 ;; Test suites do not seem well supported upstream and are disabled by default.
11485 ;; Pass -DENABLE_TEST to configure to enable. 11485 ;; Pass -DENABLE_TEST to configure to enable.
11486 #:tests? #f)) 11486 #:tests? #f))