all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
@ 2024-09-26  5:33 Sergey Trofimov
  2024-09-26  6:19 ` bug#73492: " jgart via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergey Trofimov @ 2024-09-26  5:33 UTC (permalink / raw)
  To: 73492; +Cc: Sergey Trofimov, Liliana Marie Prikler, Maxim Cournoyer,
	Vivien Kraus

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#73492: [PATCH] gnu: gromit-mpx: Update to 1.7.0.
  2024-09-26  5:33 [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0 Sergey Trofimov
@ 2024-09-26  6:19 ` jgart via Guix-patches via
  2024-09-26  8:40 ` [bug#73492] " Maxim Cournoyer
  2024-09-26 15:32 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: jgart via Guix-patches via @ 2024-09-26  6:19 UTC (permalink / raw)
  To: 73492-done, Sergey Trofimov

Thanks, applied!

all best,

jgart




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
  2024-09-26  5:33 [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0 Sergey Trofimov
  2024-09-26  6:19 ` bug#73492: " jgart via Guix-patches via
@ 2024-09-26  8:40 ` Maxim Cournoyer
  2024-09-26 15:32 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2024-09-26  8:40 UTC (permalink / raw)
  To: Sergey Trofimov; +Cc: Vivien Kraus, 73492, Liliana Marie Prikler

Sergey Trofimov <sarg@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@gmail>

-- 
Thanks,
Maxim




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
  2024-09-26  5:33 [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0 Sergey Trofimov
  2024-09-26  6:19 ` bug#73492: " jgart via Guix-patches via
  2024-09-26  8:40 ` [bug#73492] " Maxim Cournoyer
@ 2024-09-26 15:32 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-09-26 15:32 UTC (permalink / raw)
  To: Sergey Trofimov, 73492; +Cc: Vivien Kraus, Maxim Cournoyer

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-09-26 18:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-26  5:33 [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0 Sergey Trofimov
2024-09-26  6:19 ` bug#73492: " jgart via Guix-patches via
2024-09-26  8:40 ` [bug#73492] " Maxim Cournoyer
2024-09-26 15:32 ` Liliana Marie Prikler

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.