gnu: tinmop: Update to 0.9.9.1414213562373.

* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.1414213562373.
[native-inputs]: Add bash-completion, pkg-config and which.
[inputs]: Remove sbcl-osicat.  Add sdl2-ttf.
[arguments]: Update 'fix-configure.ac phase.  Remove 'fix-asdf phase.

Change-Id: Ib8eca6b1b6f36ca7bfdb7209605715be7215be76
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
GNU Guix Live 2025-01-05 19:46:28 +01:00 committed by 宋文武
parent 44b233125b
commit abf5d2ac02
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -864,7 +864,7 @@ http, and https via third-party applications.")
(define-public tinmop (define-public tinmop
(package (package
(name "tinmop") (name "tinmop")
(version "0.9.9.14142135623") (version "0.9.9.1414213562373")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -873,20 +873,23 @@ http, and https via third-party applications.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02kp527gyh60fm2ss92wy3k3m9fih82wvzndri98sj2zc0wgcnki")))) (base32 "1grcngb6rnyzkdkf52m62m1kmd8nxm9m85bpg2py5mp3ghf5y5gp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf
automake automake
bash-completion
gnu-gettext gnu-gettext
libjpeg-turbo libjpeg-turbo
imagemagick imagemagick
mandoc mandoc
nano nano
openssl openssl
pkg-config
sbcl sbcl
tk tk
unzip unzip
which
xdg-utils)) xdg-utils))
(inputs (inputs
(list ncurses (list ncurses
@ -913,7 +916,6 @@ http, and https via third-party applications.")
sbcl-log4cl sbcl-log4cl
sbcl-marshal sbcl-marshal
sbcl-nodgui sbcl-nodgui
sbcl-osicat
sbcl-parse-number sbcl-parse-number
sbcl-percent-encoding sbcl-percent-encoding
sbcl-purgatory sbcl-purgatory
@ -924,6 +926,7 @@ http, and https via third-party applications.")
sbcl-unix-opts sbcl-unix-opts
sbcl-usocket sbcl-usocket
sbcl-yason sbcl-yason
sdl2-ttf
sqlite)) sqlite))
(arguments (arguments
`(#:tests? #f `(#:tests? #f
@ -943,15 +946,16 @@ http, and https via third-party applications.")
(("AC_PATH_PROGS.+GIT") (("AC_PATH_PROGS.+GIT")
"dnl") "dnl")
(("AC_PATH_PROG.+GPG") (("AC_PATH_PROG.+GPG")
"dnl")
(("AC_PATH_PROG.+SDL2")
"dnl ")
(("AC_CHECK_HEADER.+ttf")
"dnl ")) "dnl "))
#t)) (substitute* "Makefile.am"
(add-after 'configure 'fix-asdf (("dist_completion_DATA")
(lambda* (#:key inputs #:allow-other-keys) "#")
(substitute* "Makefile.in" (("completiondir")
(("LISP_COMPILER) ") "#"))
(string-concatenate
'("LISP_COMPILER) --eval \"(require 'asdf)\" "
"--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" "))))
#t))))) #t)))))
(synopsis (synopsis
"Gemini, gopher, kami and mastodon/pleroma client with a terminal interface") "Gemini, gopher, kami and mastodon/pleroma client with a terminal interface")