GNU bug report logs - #73492
[PATCH] gnu: gromit-mpx: Update to 1.7.0.

Previous Next

Package: guix-patches;

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

Date: Thu, 26 Sep 2024 05:35:02 UTC

Severity: normal

Tags: patch

Done: "jgart" <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: bug#73492: closed (Re: [PATCH] gnu: gromit-mpx: Update to 1.7.0.)
Date: Thu, 26 Sep 2024 06:21:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#73492: [PATCH] gnu: gromit-mpx: Update to 1.7.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 73492 <at> debbugs.gnu.org.

-- 
73492: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73492
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "jgart" <jgart <at> dismail.de>
To: 73492-done <at> debbugs.gnu.org, "Sergey Trofimov" <sarg <at> sarg.org.ru>
Subject: Re: [PATCH] gnu: gromit-mpx: Update to 1.7.0.
Date: Thu, 26 Sep 2024 06:19:44 +0000
Thanks, applied!

all best,

jgart

[Message part 3 (message/rfc822, inline)]
From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: guix-patches <at> gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH] gnu: gromit-mpx: Update to 1.7.0.
Date: Thu, 26 Sep 2024 07:33:26 +0200
* gnu/packages/gtk.scm (gromit-mpx): Update to 1.7.0.
[inputs, native-inputs]: Add new dependencies.
---
 gnu/packages/gtk.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index d4290e13aa..2c40d4468d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -2974,7 +2974,7 @@ (define-public volctl
 (define-public gromit-mpx
   (package
     (name "gromit-mpx")
-    (version "1.4.2")
+    (version "1.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -2983,11 +2983,11 @@ (define-public gromit-mpx
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p3jivard85cvand9c5ksy1qwp8zcaczfd55b4xppg4xliqfcafs"))))
+                "12ginc9rpn66g1n0w5lxxfzyq4zlpvrpp8a87pvr8zkgcrbkhz4c"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ; No tests.
-    (native-inputs (list pkg-config))
-    (inputs (list gtk+ libappindicator))
+    (native-inputs (list pkg-config gettext-minimal))
+    (inputs (list gtk+ libappindicator lz4))
     (home-page "https://github.com/bk138/gromit-mpx")
     (synopsis "On-screen annotation tool")
     (description

base-commit: 8576aaf5f90db9b385ea8cf6dc98bf3c062959dc
--
2.46.0




This bug report was last modified 293 days ago.

Previous Next


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