all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Giovanni Biscuolo <g@xelera.eu>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: 63534@debbugs.gnu.org
Subject: [bug#63534] [PATCH v2] gnu: openboard: Update to 1.7-dev-0.47a96e1.
Date: Thu, 25 May 2023 18:59:04 +0200	[thread overview]
Message-ID: <87pm6o8i07.fsf@xelera.eu> (raw)
In-Reply-To: <871qj4hdvp.fsf@nicolasgoaziou.fr>


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1: 0001-gnu-openboard-Update-to-1.7-dev-0.47a96e1.patch --]
[-- Type: text/x-diff, Size: 2238 bytes --]

From 65b5eeb3acfcd2be29c6cc4e41c45f728cccb969 Mon Sep 17 00:00:00 2001
Message-Id: <65b5eeb3acfcd2be29c6cc4e41c45f728cccb969.1685033634.git.g@xelera.eu>
From: Giovanni Biscuolo <g@xelera.eu>
Date: Tue, 16 May 2023 08:08:56 +0200
Subject: [PATCH v2] gnu: openboard: Update to 1.7-dev-0.47a96e1.

* gnu/packages/education.scm (openboard)[version]: Update to 1.7-dev-0.47a96e1.
[arguments]: Fix quazip substitution in 'fix-library-path.
---
 gnu/packages/education.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/education.scm b/gnu/packages/education.scm
index acd1297a72..406c1c1a35 100644
--- a/gnu/packages/education.scm
+++ b/gnu/packages/education.scm
@@ -452,11 +452,11 @@ (define-public openboard
   ;; The last release builds from qtwebkit, which has been removed from
   ;; Guix, so use the latest commit of the 1.7-dev branch, which builds with
   ;; qtwebengine-5.
-  (let ((commit "39e914f600d26565706f0e5b6ea2482b8b4038c7") ;1.6.2-rc0311
-        (revision "1"))
+  (let ((commit "47a96e1d6bbdc0250977d22f1b79f11fcc1cbeee")
+        (revision "0"))
     (package
       (name "openboard")
-      (version (git-version "1.6.1" revision commit))
+      (version (git-version "1.7-dev" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -465,7 +465,7 @@ (define-public openboard
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1763l5dywirzidzc93726dggf9819p47hh6a7p7dwzd1bfq1wb2q"))))
+          (base32 "04pwmg41vlkwigym3zzkid6srh6f05b44g4mbihd6mhj6vsagx1f"))))
       (build-system qt-build-system)
       (arguments
        (list
@@ -500,7 +500,7 @@ (define-public openboard
             (add-after 'unpack 'fix-library-path
               (lambda* (#:key inputs #:allow-other-keys)
                 (substitute* "OpenBoard.pro"
-                  (("/usr/include/quazip")
+                  (("/usr/include/quazip5")
                    (search-input-directory inputs "/include/quazip5"))
                   (("/usr/include/poppler")
                    (search-input-directory inputs "/include/poppler")))))
-- 
2.39.2


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

  parent reply	other threads:[~2023-05-25 17:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-16  8:27 [bug#63534] [PATCH] gnu: openboard: Update to 1.7-dev-0.47a96e1 Giovanni Biscuolo
2023-05-25 11:03 ` bug#63371: " Nicolas Goaziou
2023-05-25 13:51   ` Giovanni Biscuolo
2023-05-25 16:59   ` Giovanni Biscuolo [this message]
2023-05-25 20:22     ` bug#63534: [PATCH v2] " Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pm6o8i07.fsf@xelera.eu \
    --to=g@xelera.eu \
    --cc=63534@debbugs.gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.