From unknown Wed Jun 18 23:15:35 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#69411 <69411@debbugs.gnu.org> To: bug#69411 <69411@debbugs.gnu.org> Subject: Status: [PATCH] gnu: zeal: Update to 0.7.0. Reply-To: bug#69411 <69411@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:15:35 +0000 retitle 69411 [PATCH] gnu: zeal: Update to 0.7.0. reassign 69411 guix-patches submitter 69411 Felix Gruber severity 69411 normal tag 69411 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 26 11:25:20 2024 Received: (at submit) by debbugs.gnu.org; 26 Feb 2024 16:25:20 +0000 Received: from localhost ([127.0.0.1]:47567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1redn5-00088P-V1 for submit@debbugs.gnu.org; Mon, 26 Feb 2024 11:25:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:42962) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1reddS-0005jt-F5 for submit@debbugs.gnu.org; Mon, 26 Feb 2024 11:15:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1redNC-0003h3-4D for guix-patches@gnu.org; Mon, 26 Feb 2024 10:58:34 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1redNA-0004fZ-0d for guix-patches@gnu.org; Mon, 26 Feb 2024 10:58:33 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id BEA6B240028 for ; Mon, 26 Feb 2024 16:58:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1708963109; bh=vtfYAUPCGbEaQ9TYjhAx4ieVX/IfqubQYOPLsEMW6OY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=cXyaw2zJQA9Aw6IMgXAzl8KZnBd0ltwX3e2pcuOLuzoT6vcQhu8Y9o4z0Alvd9Xfy jNTZ/IzR9FCil/d44TE87VbAmyHdfAYOnnNH6pKquE84EuVJkO1VkfTTyHetTKQwgZ QyOpiXu19OVUPDGjAzbKUJsCsMEoxo8xq13Clu1M73IoUbzulAMqCWDce1TzhDGxJ6 McgtPv97y+45rb8jFVzimlC4uHyjbd2Bk8Ky0xIlc5HjZbzITuhu+Rsqmazz9+nFkW /+6zsC3hW2UccYRJuFyrktvNpfhpKjDAv/b2Kk44eLSg38XLZowM+EDxlUommD0raY eUSLljDqSmIyg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Tk4z916vvz9rxF; Mon, 26 Feb 2024 16:58:28 +0100 (CET) From: Felix Gruber To: guix-patches@gnu.org Subject: [PATCH] gnu: zeal: Update to 0.7.0. Date: Mon, 26 Feb 2024 15:58:10 +0000 Message-ID: <0517714c696bf3d32f66d84d6c8ff3ba41b791d9.1708963090.git.felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.65; envelope-from=felgru@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Felix Gruber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/documentation.scm (zeal): Update to 0.7.0. [arguments]: Convert to gexp. [inputs]: Use new label-less style. Change-Id: I9d2851ee303f2e8ebed80b4a1e463aa290bea111 --- gnu/packages/documentation.scm | 84 +++++++++++++++++----------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 5d455431d3..8fd06326dc 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2021, 2022 Marius Bakke ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2023 Janneke Nieuwenhuizen +;;; Copyright © 2024 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -380,49 +381,46 @@ (define-public scrollkeeper (license lgpl2.1+))) (define-public zeal - (let ((commit "1cfa7c637f745be9d98777f06b4f8dec90892bf2") - (revision "1")) - (package - (name "zeal") - (version (git-version "0.6.1" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/zealdocs/zeal") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7pp3cwc21x03718vhwfd9j2n8md3hv5dp10s234vcsd755s7a3")))) - (build-system qt-build-system) - (arguments - `(#:tests? #f ;no tests - #:phases - (modify-phases %standard-phases + (package + (name "zeal") + (version "0.7.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zealdocs/zeal") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0nlya5r6dfvxqxyw9srav70ni5c11q9d4kmhywx63dfm65mmlldk")))) + (build-system qt-build-system) + (arguments + (list + #:tests? #f ;no tests + #:phases + #~(modify-phases %standard-phases (add-after 'wrap 'wrap-qt-process-path - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin/zeal")) - (qt-process-path (string-append - (assoc-ref inputs "qtwebengine-5") - "/lib/qt5/libexec/QtWebEngineProcess"))) + (lambda* (#:key inputs #:allow-other-keys) + (let* ((bin (string-append #$output "/bin/zeal")) + (qt-process-path + (search-input-file inputs + "/lib/qt5/libexec/QtWebEngineProcess"))) (wrap-program bin - `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))) - #t)))))) - (native-inputs - (list extra-cmake-modules pkg-config)) - (inputs - `(("libarchive" ,libarchive) - ("sqlite" ,sqlite) - ("qtbase" ,qtbase-5) - ("qtdeclarative-5" ,qtdeclarative-5) - ("qtwebchannel-5" ,qtwebchannel-5) - ("qtwebengine-5" ,qtwebengine-5) - ("qtquickcontrols-5" ,qtquickcontrols-5) - ("qtx11extras" ,qtx11extras) - ("xcb-util-keyms" ,xcb-util-keysyms))) - (home-page "https://zealdocs.org/") - (synopsis "Offline documentation browser inspired by Dash") - (description "Zeal is a simple offline documentation browser + `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))))))))) + (native-inputs + (list extra-cmake-modules pkg-config)) + (inputs + (list libarchive + sqlite + qtbase-5 + qtdeclarative-5 + qtwebchannel-5 + qtwebengine-5 + qtquickcontrols-5 + qtx11extras + xcb-util-keysyms)) + (home-page "https://zealdocs.org/") + (synopsis "Offline documentation browser inspired by Dash") + (description "Zeal is a simple offline documentation browser inspired by Dash.") - (license gpl3+)))) + (license gpl3+))) base-commit: 1d85f921f6977875d98de68ffdedf43be3dfcd9d -- 2.43.0 From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 09 11:03:27 2024 Received: (at 69411) by debbugs.gnu.org; 9 Jun 2024 15:03:27 +0000 Received: from localhost ([127.0.0.1]:43218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sGK4s-00016a-10 for submit@debbugs.gnu.org; Sun, 09 Jun 2024 11:03:27 -0400 Received: from mout02.posteo.de ([185.67.36.66]:33491) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sGK4p-00016A-H2 for 69411@debbugs.gnu.org; Sun, 09 Jun 2024 11:03:24 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 2C974240101 for <69411@debbugs.gnu.org>; Sun, 9 Jun 2024 17:02:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1717945380; bh=xaNXZm5MBMCFz0sXPW5SH2iFVE0htuOojahSbiut2To=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=A/eQxNhQVS+SI1U8gZm19wnhkybzxItAxKnF5ziU7QvNbGyWb0dm10NqCho7/HDxn 1T1GuIQDiynfw0MQZZl6X3cCJLs/os4bqj1IrDg/y5WqPYe1nA8pM70nI8V8vF3z4H LNhyhdLSLu4RQ/DdaihFvKK5jutxqYHi1+Mw1MFIQZDwrNMcuomnbJESps4rPW+RsA LQHKGcOplbueBsPgGl6vKMIDwVDO4rkN+ZC3HPycSU49W4U7KsfQy8B41t9z8mXxDt 1S0ET2ytVOp2i4PoqBfaOadAX4oJ6yNnsKM57vM/JmWcpJVwL7UduK2C3FNiWNqPMa fethJpZdFcyEg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Vxyq73pjYz6tvZ; Sun, 9 Jun 2024 17:02:59 +0200 (CEST) From: Felix Gruber To: 69411@debbugs.gnu.org Subject: [PATCH v2] gnu: zeal: Update to 0.7.1. Date: Sun, 9 Jun 2024 15:02:30 +0000 Message-ID: In-Reply-To: <0517714c696bf3d32f66d84d6c8ff3ba41b791d9.1708963090.git.felgru@posteo.net> References: <0517714c696bf3d32f66d84d6c8ff3ba41b791d9.1708963090.git.felgru@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 69411 Cc: Felix Gruber X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) * gnu/packages/documentation.scm (zeal): Update to 0.7.1. [arguments]: Convert to gexp. [inputs]: Use new label-less style. Change-Id: I9d2851ee303f2e8ebed80b4a1e463aa290bea111 --- gnu/packages/documentation.scm | 84 +++++++++++++++++----------------- 1 file changed, 41 insertions(+), 43 deletions(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index 12fbaf1d0c..2a047ba790 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2021, 2022 Marius Bakke ;;; Copyright © 2022 Maxim Cournoyer ;;; Copyright © 2023 Janneke Nieuwenhuizen +;;; Copyright © 2024 Felix Gruber ;;; ;;; This file is part of GNU Guix. ;;; @@ -410,52 +411,49 @@ (define-public scrollkeeper (license license:lgpl2.1+))) (define-public zeal - (let ((commit "1cfa7c637f745be9d98777f06b4f8dec90892bf2") - (revision "1")) - (package - (name "zeal") - (version (git-version "0.6.1" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/zealdocs/zeal") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "1m7pp3cwc21x03718vhwfd9j2n8md3hv5dp10s234vcsd755s7a3")))) - (build-system qt-build-system) - (arguments - `(#:tests? #f ;no tests - #:phases - (modify-phases %standard-phases + (package + (name "zeal") + (version "0.7.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/zealdocs/zeal") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1yz9zz18rh1d67w40ib4pna70vqkwa9i9nyj423rjysv5rdj2pzp")))) + (build-system qt-build-system) + (arguments + (list + #:tests? #f ;no tests + #:phases + #~(modify-phases %standard-phases (add-after 'wrap 'wrap-qt-process-path - (lambda* (#:key inputs outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (bin (string-append out "/bin/zeal")) - (qt-process-path (string-append - (assoc-ref inputs "qtwebengine-5") - "/lib/qt5/libexec/QtWebEngineProcess"))) + (lambda* (#:key inputs #:allow-other-keys) + (let* ((bin (string-append #$output "/bin/zeal")) + (qt-process-path + (search-input-file inputs + "/lib/qt5/libexec/QtWebEngineProcess"))) (wrap-program bin - `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))) - #t)))))) - (native-inputs - (list extra-cmake-modules pkg-config)) - (inputs - `(("libarchive" ,libarchive) - ("sqlite" ,sqlite) - ("qtbase" ,qtbase-5) - ("qtdeclarative-5" ,qtdeclarative-5) - ("qtwebchannel-5" ,qtwebchannel-5) - ("qtwebengine-5" ,qtwebengine-5) - ("qtquickcontrols-5" ,qtquickcontrols-5) - ("qtx11extras" ,qtx11extras) - ("xcb-util-keyms" ,xcb-util-keysyms))) - (home-page "https://zealdocs.org/") - (synopsis "Offline documentation browser inspired by Dash") - (description "Zeal is a simple offline documentation browser + `("QTWEBENGINEPROCESS_PATH" = (,qt-process-path))))))))) + (native-inputs + (list extra-cmake-modules pkg-config)) + (inputs + (list libarchive + sqlite + qtbase-5 + qtdeclarative-5 + qtwebchannel-5 + qtwebengine-5 + qtquickcontrols-5 + qtx11extras + xcb-util-keysyms)) + (home-page "https://zealdocs.org/") + (synopsis "Offline documentation browser inspired by Dash") + (description "Zeal is a simple offline documentation browser inspired by Dash.") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public markdeep (package base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111 -- 2.43.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 06 13:51:29 2024 Received: (at 69411-done) by debbugs.gnu.org; 6 Jul 2024 17:51:29 +0000 Received: from localhost ([127.0.0.1]:46724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQ9ZJ-0007pp-BP for submit@debbugs.gnu.org; Sat, 06 Jul 2024 13:51:29 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:50262) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sQ9ZH-0007pa-Bq for 69411-done@debbugs.gnu.org; Sat, 06 Jul 2024 13:51:28 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 40FAD649; Sat, 6 Jul 2024 19:50:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at hera.aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EoWD4K1SyEAP; Sat, 6 Jul 2024 19:50:46 +0200 (CEST) Received: from jurong (unknown [IPv6:2001:861:c4:f2f0::c64]) by hera.aquilenet.fr (Postfix) with ESMTPSA id ACB33113; Sat, 6 Jul 2024 19:50:46 +0200 (CEST) Date: Sat, 6 Jul 2024 19:50:45 +0200 From: Andreas Enge To: 69411-done@debbugs.gnu.org Subject: Close Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 69411-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello Felix, thank you for the patch, and for modernising the package style. Applied. Andreas From unknown Wed Jun 18 23:15:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 04 Aug 2024 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator