guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: opensurge: Update to 0.5.2.1.


From: guix-commits
Subject: 04/04: gnu: opensurge: Update to 0.5.2.1.
Date: Mon, 28 Jun 2021 02:11:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 912617979f80d74f79614359bd4800c70ad8d789
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 08:08:27 2021 +0200

    gnu: opensurge: Update to 0.5.2.1.
    
    * gnu/packages/games.scm (opensurge): Update to 0.5.2.1.
    [arguments]: Keep installing into /bin.
---
 gnu/packages/games.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index f626b38..83cb738 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1517,7 +1517,7 @@ shadow mimic them to reach blocks you couldn't reach 
alone.")
 (define-public opensurge
   (package
     (name "opensurge")
-    (version "0.5.1.2")
+    (version "0.5.2.1")
     (source
      (origin
        (method git-fetch)
@@ -1526,14 +1526,15 @@ shadow mimic them to reach blocks you couldn't reach 
alone.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ih7hlqjnp9rv0m4lqf7c0s1ai532way5i4pk45jq1gqm8325dbv"))))
+        (base32 "13g5izss7dmgigc8iif8hid3z6i066b0z29rbql2b9qjmdj1dp41"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;there are no tests
        #:configure-flags
        (let* ((out (assoc-ref %outputs "out"))
               (share (string-append out "/share")))
-         (list (string-append "-DCMAKE_INSTALL_PREFIX=" out "/bin")
+         (list (string-append "-DCMAKE_INSTALL_PREFIX=" out)
+               (string-append "-DGAME_BINDIR=" out "/bin") ; not /bin/games
                (string-append "-DGAME_DATADIR=" share "/" ,name)
                (string-append "-DDESKTOP_ENTRY_PATH=" share "/applications")
                (string-append "-DDESKTOP_ICON_PATH=" share "/pixmaps")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]