unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#66194] [PATCH] gnu: lhasa: Update to 0.4.0.
       [not found] <c01b1116a5abb21e7b0928cfcb58279f230a8c0e.1695664069.git.hendursaga.ref@aol.com>
@ 2023-09-25 17:48 ` Hendursaga via Guix-patches via
  2023-09-27 11:50   ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Hendursaga via Guix-patches via @ 2023-09-25 17:48 UTC (permalink / raw)
  To: 66194

* gnu/packages/compression.scm (lhasa): Update to 0.4.0.
[arguments]: Use G-expressions.
[home-page]: Switch to github.io.
[description]: Add Texinfo markup.
---
 gnu/packages/compression.scm | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index beaac3fccb..43e02b895d 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -542,7 +542,7 @@ (define-public xz
 (define-public lhasa
   (package
     (name "lhasa")
-    (version "0.3.1")
+    (version "0.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -550,26 +550,25 @@ (define-public lhasa
                     version "/lhasa-" version ".tar.gz"))
               (sha256
                (base32
-                "092zi9av18ma20c6h9448k0bapvx2plnp292741dvfd9hmgqxc1z"))))
+                "1cy5429c7h1dp4l5y9ncdy40qarl9ix31ylkzdi8al2c60y8iz57"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases
-       (modify-phases %standard-phases
-         (add-before 'check 'set-up-test-environment
-           (lambda* (#:key inputs #:allow-other-keys)
-             (setenv "TZDIR"
-                     (search-input-directory inputs
-                                             "share/zoneinfo")))))))
-    (native-inputs
-     (list tzdata-for-tests))
-    (home-page "https://fragglet.github.com/lhasa/")
+     (list #:phases #~(modify-phases %standard-phases
+                        (add-before 'check 'set-up-test-environment
+                          (lambda* (#:key inputs #:allow-other-keys)
+                            (setenv "TZDIR"
+                                    (search-input-directory inputs
+                                                            "share/zoneinfo")))))))
+    (native-inputs (list tzdata-for-tests))
+    (home-page "https://fragglet.github.io/lhasa/")
     (synopsis "LHA archive decompressor")
-    (description "Lhasa is a replacement for the Unix LHA tool, for
-decompressing .lzh (LHA / LHarc) and .lzs (LArc) archives.  The backend for the
-tool is a library, so that it can be reused for other purposes.  Lhasa aims to
-be compatible with as many types of lzh/lzs archives as possible.  It also aims
-to generate the same output as the (non-free) Unix LHA tool, so that it will
-act as a free drop-in replacement.")
+    (description
+     "Lhasa is a replacement for the Unix LHa tool, for decompressing
+@file{.lzh} (LHA / LHarc) and .lzs (LArc) archives.  The backend for the tool is
+a library, so that it can be reused for other purposes.  Lhasa aims to be
+compatible with as many types of @file{.lzh}/@file{lzs} archives as possible.
+It also aims to generate the same output as the (non-free) Unix @command{lha}
+tool, so that it will act as a free drop-in replacement.")
     (license license:isc)))
 
 (define-public lzo

base-commit: 1d872a67054291bf05ef00185b60f73d6608bf18
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#66194] [PATCH] gnu: lhasa: Update to 0.4.0.
  2023-09-25 17:48 ` [bug#66194] [PATCH] gnu: lhasa: Update to 0.4.0 Hendursaga via Guix-patches via
@ 2023-09-27 11:50   ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-09-27 11:50 UTC (permalink / raw)
  To: Hendursaga; +Cc: 66194-done, 66194

[-- Attachment #1: Type: text/plain, Size: 465 bytes --]


Hendursaga via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/compression.scm (lhasa): Update to 0.4.0.
> [arguments]: Use G-expressions.
> [home-page]: Switch to github.io.
> [description]: Add Texinfo markup.
> ---
>  gnu/packages/compression.scm | 35 +++++++++++++++++------------------
>  1 file changed, 17 insertions(+), 18 deletions(-)

Thanks for the patch, I've pushed this to master as
5c3e4c826f35a7eaace878b1782dd3cb66bd74fa.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-27 11:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <c01b1116a5abb21e7b0928cfcb58279f230a8c0e.1695664069.git.hendursaga.ref@aol.com>
2023-09-25 17:48 ` [bug#66194] [PATCH] gnu: lhasa: Update to 0.4.0 Hendursaga via Guix-patches via
2023-09-27 11:50   ` Christopher Baines

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).