mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add bsd-games.
* gnu/packages/games.scm (bsd-games): New variable. New patches, taken from Arch and Debian: * gnu/packages/patches/bsd-games-2.17-64bit.patch * gnu/packages/patches/bsd-games-bad-ntohl-cast.patch * gnu/packages/patches/bsd-games-gamescreen.h.patch * gnu/packages/patches/bsd-games-getline.patch * gnu/packages/patches/bsd-games-null-check.patch * gnu/packages/patches/bsd-games-number.c-and-test.patch * gnu/packages/patches/bsd-games-prevent-name-collisions.patch * gnu/packages/patches/bsd-games-stdio.h.patch New patches with our customizations (configure-config built after Arch's): * gnu/packages/patches/bsd-games-add-configure-config.patch * gnu/packages/patches/bsd-games-add-wrapper.patch * gnu/packages/patches/bsd-games-dont-install-empty-files.patch Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
dd2330a89b
commit
95024494f3
13 changed files with 1012 additions and 0 deletions
13
gnu/packages/patches/bsd-games-prevent-name-collisions.patch
Normal file
13
gnu/packages/patches/bsd-games-prevent-name-collisions.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
There is already a "fish" shell.
|
||||
diff -ur bsd-games-2.17.orig/fish/Makefrag bsd-games-2.17/fish/Makefrag
|
||||
--- bsd-games-2.17.orig/fish/Makefrag 1970-01-01 07:00:01.000000000 +0700
|
||||
+++ bsd-games-2.17/fish/Makefrag 2020-08-06 19:18:43.204492847 +0700
|
||||
@@ -31,7 +31,7 @@
|
||||
fish_all: fish/fish fish/fish.instr fish/fish.6
|
||||
|
||||
fish_install: fish_all
|
||||
- $(INSTALL_BINARY) fish/fish $(INSTALL_PREFIX)$(GAMESDIR)/fish
|
||||
+ $(INSTALL_BINARY) fish/fish $(INSTALL_PREFIX)$(GAMESDIR)/fish-game
|
||||
$(HIDE_GAME) fish
|
||||
$(INSTALL_DATA) fish/fish.instr $(INSTALL_PREFIX)$(FISH_INSTRFILE)
|
||||
$(INSTALL_MANUAL) fish/fish.6
|
Loading…
Add table
Add a link
Reference in a new issue