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: "jgart" <jgart <at> dismail.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#73492: closed ([PATCH] gnu: gromit-mpx: Update to 1.7.0.)
Date: Thu, 26 Sep 2024 06:21:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 26 Sep 2024 06:19:44 +0000
with message-id <972887a31491692b42738b23a3d4757f7ab48465 <at> dismail.de>
and subject line Re: [PATCH] gnu: gromit-mpx: Update to 1.7.0.
has caused the debbugs.gnu.org bug report #73492,
regarding [PATCH] gnu: gromit-mpx: Update to 1.7.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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: 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



[Message part 3 (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


This bug report was last modified 294 days ago.

Previous Next


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