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


Message #65 received at 78360 <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 78360 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH v2 2/7] gnu: openboard: Update quazip dependency.
Date: Mon, 12 May 2025 14:50:14 +0200
* gnu/packages/education.scm (openboard)[inputs]: Replace quazip-0 with
quazip-5.

Change-Id: I208bd7f420df5c57bc182814da240f5a927802ca
---
 gnu/packages/education.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index 4c1401f6d7..b03066b663 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -534,7 +534,9 @@ (define-public openboard
             (lambda* (#:key inputs #:allow-other-keys)
               (substitute* "OpenBoard.pro"
                 (("/usr/include/quazip5")
-                 (search-input-directory inputs "/include/quazip5"))
+                 (search-input-directory inputs "/include/QuaZip-Qt5-1.4/quazip"))
+                (("-lquazip5")
+                 "-lquazip1-qt5")
                 (("/usr/include/poppler")
                  (search-input-directory inputs "/include/poppler")))))
           (replace 'configure
@@ -600,7 +602,7 @@ (define-public openboard
            qtwebchannel-5
            qtwebengine-5
            qtxmlpatterns
-           quazip-0
+           quazip-5
            sdl
            zlib))
     (home-page "https://openboard.ch/")
-- 
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.