From: GNU Guix Live <cage-dev@twistfold.it>
To: 75386@debbugs.gnu.org
Subject: [bug#75386] [PATCH] gnu: tinmop: Update to 0.9.9.1414213562373.
Date: Sun, 5 Jan 2025 19:46:28 +0100 [thread overview]
Message-ID: <Z3rThKz7lvGF0Jko@obayashi.home> (raw)
Change-Id: Ib8eca6b1b6f36ca7bfdb7209605715be7215be76
---
gnu/packages/web-browsers.scm | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index d035e19476..fdd38f32b8 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -864,7 +864,7 @@ (define-public bombadillo
(define-public tinmop
(package
(name "tinmop")
- (version "0.9.9.14142135623")
+ (version "0.9.9.1414213562373")
(source
(origin
(method git-fetch)
@@ -873,20 +873,23 @@ (define-public tinmop
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "02kp527gyh60fm2ss92wy3k3m9fih82wvzndri98sj2zc0wgcnki"))))
+ (base32 "1grcngb6rnyzkdkf52m62m1kmd8nxm9m85bpg2py5mp3ghf5y5gp"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
automake
+ bash-completion
gnu-gettext
libjpeg-turbo
imagemagick
mandoc
nano
openssl
+ pkg-config
sbcl
tk
unzip
+ which
xdg-utils))
(inputs
(list ncurses
@@ -913,7 +916,6 @@ (define-public tinmop
sbcl-log4cl
sbcl-marshal
sbcl-nodgui
- sbcl-osicat
sbcl-parse-number
sbcl-percent-encoding
sbcl-purgatory
@@ -924,6 +926,7 @@ (define-public tinmop
sbcl-unix-opts
sbcl-usocket
sbcl-yason
+ sdl2-ttf
sqlite))
(arguments
`(#:tests? #f
@@ -943,14 +946,23 @@ (define-public tinmop
(("AC_PATH_PROGS.+GIT")
"dnl")
(("AC_PATH_PROG.+GPG")
- "dnl"))
+ "dnl")
+ (("AC_PATH_PROG.+SDL2")
+ "dnl ")
+ (("AC_CHECK_HEADER.+ttf")
+ "dnl "))
+ (substitute* "Makefile.am"
+ (("dist_completion_DATA")
+ "#")
+ (("completiondir")
+ "#"))
#t))
(add-after 'configure 'fix-asdf
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "Makefile.in"
- (("LISP_COMPILER) ")
+ (("--dynamic-space-size $(DYNAMIC_MEMORY_SIZE)")
(string-concatenate
- '("LISP_COMPILER) --eval \"(require 'asdf)\" "
+ '("--dynamic-space-size $(DYNAMIC_MEMORY_SIZE) "
"--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\" "))))
#t)))))
(synopsis
--
2.46.0
next reply other threads:[~2025-01-05 18:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-05 18:46 GNU Guix Live [this message]
2025-01-07 10:16 ` [bug#75386] [PATCH] gnu: tinmop: Update to 0.9.9.1414213562373 宋文武 via Guix-patches via
2025-01-07 16:18 ` cage
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z3rThKz7lvGF0Jko@obayashi.home \
--to=cage-dev@twistfold.it \
--cc=75386@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).