diff options
author | Eric Bavier <[email protected]> | 2023-05-02 13:01:02 -0500 |
---|---|---|
committer | Eric Bavier <[email protected]> | 2023-05-02 14:11:31 -0500 |
commit | 97abc5d45a6ebb2d93e5914f9963d9ad5fd42e05 (patch) | |
tree | 08a654cc81f45549a6aacc6f35880731d77a4f97 /gnu/packages/patches/mars-install.patch | |
parent | b24e05788c71c66933bb49a3d033f45c0ff38b60 (diff) |
gnu: mars: Update to commit 84664cda.
* gnu/packages/games.scm (mars): Update commit to 84664cda, revision2.
[source]: Remove upstreamed patches.
[arguments]: Move 'fix-install-path' phase to #:configure-flags. Remove
boolean return values from phases.
[home-page]: Use https.
* gnu/packages/patches/mars-install.patch,
gnu/packages/patches/mars-sfml-2.3.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/packages/patches/mars-install.patch')
-rw-r--r-- | gnu/packages/patches/mars-install.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gnu/packages/patches/mars-install.patch b/gnu/packages/patches/mars-install.patch deleted file mode 100644 index 1e3964c141..0000000000 --- a/gnu/packages/patches/mars-install.patch +++ /dev/null @@ -1,17 +0,0 @@ -Remove install target for non-existant directory. - ---- a/src/CMakeLists.txt 2015-09-13 20:52:28.517344327 +0200 -+++ b/src/CMakeLists.txt 2015-09-13 20:53:04.842453987 +0200 -@@ -122,12 +122,6 @@ - DESTINATION - ${CMAKE_INSTALL_PREFIX}/share/applications - ) -- install( -- FILES -- ${MARS_SOURCE_DIR}/resources/mars -- DESTINATION -- ${CMAKE_INSTALL_PREFIX}/share/menu -- ) - - else(UNIX) - # executable |