gnu: bbcsdl: Update to 1.39a.
* gnu/packages/game-development.scm (bbcsdl): Update to 1.39a. [arguments]: Replace bundled "DejaVuSans-Oblique.ttf" with symlink in the 'install' phase. Change-Id: I7b7c8ec8a8216812e1c7a1fab74695b14f4d3ca2
This commit is contained in:
parent
fc973ae399
commit
e661c1f31d
1 changed files with 4 additions and 3 deletions
|
@ -3269,16 +3269,16 @@ progresses the level, or you may regenerate tiles as the world changes.")
|
||||||
(define-public bbcsdl
|
(define-public bbcsdl
|
||||||
(package
|
(package
|
||||||
(name "bbcsdl")
|
(name "bbcsdl")
|
||||||
(version "1.35a")
|
(version "1.39a")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/rtrussell/BBCSDL/")
|
(url "https://github.com/rtrussell/BBCSDL/")
|
||||||
(commit "b9b2a3eb438cb799edb2766055b3c38e9518e3e3")))
|
(commit "93b0ffae960f4c4f45fdc2202bc6e83ee5ca277c")))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d03xmhrl6ba6w0vwfk46mpyc9d0w3bixxj2d4irx7wl7bh3bfic"))))
|
"03ga14k2hbhflnaynbyx9lwlbxlzx3rv6zqq21yhl183s6d4c0wa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -3318,6 +3318,7 @@ progresses the level, or you may regenerate tiles as the world changes.")
|
||||||
inputs (string-append "share/fonts/truetype/" font))
|
inputs (string-append "share/fonts/truetype/" font))
|
||||||
(string-append opt "/lib/" font)))
|
(string-append opt "/lib/" font)))
|
||||||
'("DejaVuSans.ttf" "DejaVuSansMono.ttf"
|
'("DejaVuSans.ttf" "DejaVuSansMono.ttf"
|
||||||
|
"DejaVuSans-Oblique.ttf"
|
||||||
"FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf"))
|
"FreeSans.ttf" "FreeMono.ttf" "FreeSerif.ttf"))
|
||||||
(mkdir bin)
|
(mkdir bin)
|
||||||
(symlink (string-append opt "/bbcsdl")
|
(symlink (string-append opt "/bbcsdl")
|
||||||
|
|
Reference in a new issue