[PATCH] gnu: tinmop: Update to 0.9.9.1414213562373.

  • Open
  • quality assurance status badge
Details
2 participants
  • GNU Guix Live
  • 宋文武
Owner
unassigned
Submitted by
GNU Guix Live
Severity
normal

Debbugs page

G
G
GNU Guix Live wrote 5 days ago
(address . guix-patches@gnu.org)
Z3rThKz7lvGF0Jko@obayashi.home
Change-Id: Ib8eca6b1b6f36ca7bfdb7209605715be7215be76
---
gnu/packages/web-browsers.scm | 24 ++++++++++++++++++------
1 file changed, 18 insertions(+), 6 deletions(-)

Toggle diff (83 lines)
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
宋
宋文武 wrote 3 days ago
(name . GNU Guix Live)(address . cage-dev@twistfold.it)(address . 75386@debbugs.gnu.org)
87h66bnd3p.fsf@envs.net
Pushed to master as commit 1e467c0fe5, thank you!
C
C
cage wrote 3 days ago
(name . 宋文武)(address . iyzsong@envs.net)(address . 75386@debbugs.gnu.org)
f17ac3a5-710c-43a3-a5f9-c53f3be1f03a@twistfold.it
Toggle quote (3 lines)
> Pushed to master as commit 1e467c0fe5, thank you!
>

Thank you very much to you for your work! :)
C.
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75386@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75386
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch