GNU bug report logs - #78360
[PATCH 0/2] gnu: nomacs: Update to 3.21.1.

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Sat, 10 May 2025 20:32:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 78360 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [bug#78360] [PATCH 1/2] gnu: Add quazip-qt6.
Date: Sat, 10 May 2025 22:38:12 +0200
* gnu/packages/compression.scm (quazip-qt6): New variable.

Change-Id: I2632560a6795d0825b1b552d79682ed78571cb56
---
 gnu/packages/compression.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 497cea895d..f52b883fae 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -2550,6 +2550,23 @@ (define-public quazip
        (sha256
         (base32 "1jsw4xm5wyaqcj1pma5zzd8f5xbgd5lcjh18ah3kg36xz5i69yi4"))))))
 
+(define-public quazip-qt6
+  (package
+    (inherit quazip)
+    (name "quazip-qt6")
+    (version "1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stachenov/quazip")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1jsw4xm5wyaqcj1pma5zzd8f5xbgd5lcjh18ah3kg36xz5i69yi4"))))
+
+    (inputs (list qtbase qt5compat zlib))))
+
 (define-public zchunk
   (package
     (name "zchunk")
-- 
2.49.0





This bug report was last modified 4 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.