gnu: tinmop: Update to 0.9.9.1414213.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.1414213. [native-inputs]: Add tk. [inputs]: Add sbcl-flexi-streams, sbcl-nodgui and sbcl-yason. Change-Id: Icbd516612296ee447edf569756dc38914240ae3b Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
		
							parent
							
								
									67a803f3ef
								
							
						
					
					
						commit
						9cb0b33771
					
				
					 1 changed files with 11 additions and 6 deletions
				
			
		| 
						 | 
					@ -95,6 +95,7 @@
 | 
				
			||||||
  #:use-module (gnu packages qt)
 | 
					  #:use-module (gnu packages qt)
 | 
				
			||||||
  #:use-module (gnu packages sdl)
 | 
					  #:use-module (gnu packages sdl)
 | 
				
			||||||
  #:use-module (gnu packages sqlite)
 | 
					  #:use-module (gnu packages sqlite)
 | 
				
			||||||
 | 
					  #:use-module (gnu packages tcl)
 | 
				
			||||||
  #:use-module (gnu packages tls)
 | 
					  #:use-module (gnu packages tls)
 | 
				
			||||||
  #:use-module (gnu packages webkit)
 | 
					  #:use-module (gnu packages webkit)
 | 
				
			||||||
  #:use-module (gnu packages xorg))
 | 
					  #:use-module (gnu packages xorg))
 | 
				
			||||||
| 
						 | 
					@ -852,16 +853,16 @@ http, and https via third-party applications.")
 | 
				
			||||||
(define-public tinmop
 | 
					(define-public tinmop
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "tinmop")
 | 
					    (name "tinmop")
 | 
				
			||||||
    (version "0.9.9.141")
 | 
					    (version "0.9.9.1414213")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
       (uri (git-reference
 | 
					       (uri (git-reference
 | 
				
			||||||
             (url "https://notabug.org/cage/tinmop")
 | 
					             (url "https://codeberg.org/cage/tinmop")
 | 
				
			||||||
             (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 "0hx52kaq0q9iccalkxk50q1v3mf9ypardjgv56d5sdrbhfqyashl"))))
 | 
					        (base32 "0rlgnqld6ls46452xvcr8k4ji4lwmlsrxib5ii9l9clkm0s477wv"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list autoconf
 | 
					     (list autoconf
 | 
				
			||||||
| 
						 | 
					@ -872,6 +873,7 @@ http, and https via third-party applications.")
 | 
				
			||||||
           nano
 | 
					           nano
 | 
				
			||||||
           openssl
 | 
					           openssl
 | 
				
			||||||
           sbcl
 | 
					           sbcl
 | 
				
			||||||
 | 
					           tk
 | 
				
			||||||
           unzip
 | 
					           unzip
 | 
				
			||||||
           xdg-utils))
 | 
					           xdg-utils))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
| 
						 | 
					@ -893,10 +895,12 @@ http, and https via third-party applications.")
 | 
				
			||||||
           sbcl-crypto-shortcuts
 | 
					           sbcl-crypto-shortcuts
 | 
				
			||||||
           sbcl-drakma
 | 
					           sbcl-drakma
 | 
				
			||||||
           sbcl-esrap
 | 
					           sbcl-esrap
 | 
				
			||||||
 | 
					           sbcl-flexi-streams
 | 
				
			||||||
           sbcl-ieee-floats
 | 
					           sbcl-ieee-floats
 | 
				
			||||||
           sbcl-local-time
 | 
					           sbcl-local-time
 | 
				
			||||||
           sbcl-log4cl
 | 
					           sbcl-log4cl
 | 
				
			||||||
           sbcl-marshal
 | 
					           sbcl-marshal
 | 
				
			||||||
 | 
					           sbcl-nodgui
 | 
				
			||||||
           sbcl-osicat
 | 
					           sbcl-osicat
 | 
				
			||||||
           sbcl-parse-number
 | 
					           sbcl-parse-number
 | 
				
			||||||
           sbcl-percent-encoding
 | 
					           sbcl-percent-encoding
 | 
				
			||||||
| 
						 | 
					@ -907,6 +911,7 @@ http, and https via third-party applications.")
 | 
				
			||||||
           sbcl-trivial-clipboard
 | 
					           sbcl-trivial-clipboard
 | 
				
			||||||
           sbcl-unix-opts
 | 
					           sbcl-unix-opts
 | 
				
			||||||
           sbcl-usocket
 | 
					           sbcl-usocket
 | 
				
			||||||
 | 
					           sbcl-yason
 | 
				
			||||||
           sqlite))
 | 
					           sqlite))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f
 | 
					     `(#:tests? #f
 | 
				
			||||||
| 
						 | 
					@ -937,10 +942,10 @@ http, and https via third-party applications.")
 | 
				
			||||||
                   "--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\"  "))))
 | 
					                   "--eval \"(push \\\"$$(pwd)/\\\" asdf:*central-registry*)\"  "))))
 | 
				
			||||||
             #t)))))
 | 
					             #t)))))
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis
 | 
				
			||||||
     "Gemini, gopher, kami and pleroma client with a terminal interface")
 | 
					     "Gemini, gopher, kami and mastodon/pleroma client with a terminal interface")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
     "This package provides a Gemini, gopher, kami and pleroma client with a
 | 
					     "This package provides a Gemini, gopher, kami and mastodon/pleroma client
 | 
				
			||||||
terminal interface.")
 | 
					with a terminal interface, for Gemini also a GUI is available.")
 | 
				
			||||||
    (home-page "https://www.autistici.org/interzona/tinmop.html")
 | 
					    (home-page "https://www.autistici.org/interzona/tinmop.html")
 | 
				
			||||||
    (license license:gpl3+)))
 | 
					    (license license:gpl3+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue