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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73492 in the body.
You can then email your comments to 73492 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org:
bug#73492; Package guix-patches. (Thu, 26 Sep 2024 05:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
New bug report received and forwarded. Copy sent to liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, vivien <at> planete-kraus.eu, guix-patches <at> gnu.org. (Thu, 26 Sep 2024 05:35:02 GMT) Full text and rfc822 format available.

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

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





Reply sent to "jgart" <jgart <at> dismail.de>:
You have taken responsibility. (Thu, 26 Sep 2024 06:21:01 GMT) Full text and rfc822 format available.

Notification sent to Sergey Trofimov <sarg <at> sarg.org.ru>:
bug acknowledged by developer. (Thu, 26 Sep 2024 06:21:02 GMT) Full text and rfc822 format available.

Message #10 received at 73492-done <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to guix-patches <at> gnu.org:
bug#73492; Package guix-patches. (Thu, 26 Sep 2024 08:43:01 GMT) Full text and rfc822 format available.

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

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Sergey Trofimov <sarg <at> sarg.org.ru>
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>, 73492 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Subject: Re: [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
Date: Thu, 26 Sep 2024 17:40:56 +0900
Sergey Trofimov <sarg <at> sarg.org.ru> writes:

> * gnu/packages/gtk.scm (gromit-mpx): Update to 1.7.0.
> [inputs, native-inputs]: Add new dependencies.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer <at> gmail>

-- 
Thanks,
Maxim




Information forwarded to guix-patches <at> gnu.org:
bug#73492; Package guix-patches. (Thu, 26 Sep 2024 15:35:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: Sergey Trofimov <sarg <at> sarg.org.ru>, 73492 <at> debbugs.gnu.org
Cc: Vivien Kraus <vivien <at> planete-kraus.eu>,
 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: Re: [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
Date: Thu, 26 Sep 2024 17:32:36 +0200
Am Donnerstag, dem 26.09.2024 um 07:33 +0200 schrieb Sergey Trofimov:
> * gnu/packages/gtk.scm (gromit-mpx): Update to 1.7.0.
> [inputs, native-inputs]: Add new dependencies.
> ---
Note, you should list those dependencies in the ChangeLog :)

Otherwise LGTM




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 25 Oct 2024 11:24:15 GMT) Full text and rfc822 format available.

This bug report was last modified 292 days ago.

Previous Next


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