mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: seahorse-adventures: Remove trailing #T from phases and snippet.
* gnu/packages/games.scm (seahorse-adventures)[origin]<#:snippet>: Remove trailing #T. [arguments]<#:phases>: Remove trailing #T.
This commit is contained in:
parent
58f9e034ba
commit
d1c0081166
1 changed files with 3 additions and 6 deletions
|
@ -2377,8 +2377,7 @@ (define-public seahorse-adventures
|
||||||
;; Remove non-free (non-commercial) font.
|
;; Remove non-free (non-commercial) font.
|
||||||
(snippet
|
(snippet
|
||||||
`(begin
|
`(begin
|
||||||
(for-each delete-file (find-files "data/fonts" "."))
|
(for-each delete-file (find-files "data/fonts" "."))))))
|
||||||
#t))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test
|
`(#:tests? #f ;no test
|
||||||
|
@ -2435,8 +2434,7 @@ (define-public seahorse-adventures
|
||||||
(copy-file
|
(copy-file
|
||||||
(string-append "icon" size ".png")
|
(string-append "icon" size ".png")
|
||||||
(string-append dir "/searhorse-adventures.png"))))
|
(string-append dir "/searhorse-adventures.png"))))
|
||||||
'("32" "64" "128")))
|
'("32" "64" "128")))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'unbundle-fonts
|
(add-after 'install 'unbundle-fonts
|
||||||
;; Unbundle Bitstream Vera font and replace deleted one.
|
;; Unbundle Bitstream Vera font and replace deleted one.
|
||||||
(lambda* (#:key outputs inputs #:allow-other-keys)
|
(lambda* (#:key outputs inputs #:allow-other-keys)
|
||||||
|
@ -2453,8 +2451,7 @@ (define-public seahorse-adventures
|
||||||
'("default" "gray")))
|
'("default" "gray")))
|
||||||
(symlink vera (string-append data "/data/fonts/04B_20__.TTF"))
|
(symlink vera (string-append data "/data/fonts/04B_20__.TTF"))
|
||||||
(substitute* (string-append data "/lib/main.py")
|
(substitute* (string-append data "/lib/main.py")
|
||||||
(("f_scale = 0.35") "f_scale = 0.47")))
|
(("f_scale = 0.35") "f_scale = 0.47"))))))))
|
||||||
#t)))))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list font-bitstream-vera python-pygame))
|
(list font-bitstream-vera python-pygame))
|
||||||
(home-page "http://www.imitationpickles.org/barbie/")
|
(home-page "http://www.imitationpickles.org/barbie/")
|
||||||
|
|
Loading…
Reference in a new issue