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

  • Done
  • quality assurance status badge
Details
4 participants
  • jgart
  • Liliana Marie Prikler
  • Maxim Cournoyer
  • Sergey Trofimov
Owner
unassigned
Submitted by
Sergey Trofimov
Severity
normal

Debbugs page

Sergey Trofimov wrote 6 months ago
(address . guix-patches@gnu.org)(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
221034fbdfeee6bc47d1ec5b8878ffc7806e1e77.1727328791.git.sarg@sarg.org.ru
* 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(-)

Toggle diff (30 lines)
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
jgart wrote 6 months ago
972887a31491692b42738b23a3d4757f7ab48465@dismail.de
Thanks, applied!

all best,

jgart
Closed
Maxim Cournoyer wrote 6 months ago
Re: [bug#73492] [PATCH] gnu: gromit-mpx: Update to 1.7.0.
(name . Sergey Trofimov)(address . sarg@sarg.org.ru)
87ldzeg63r.fsf@gmail.com
Sergey Trofimov <sarg@sarg.org.ru> writes:

Toggle quote (3 lines)
> * 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
Liliana Marie Prikler wrote 5 months ago
c34b45c59db79eba8cb79b671dff040d240f34e8.camel@gmail.com
Am Donnerstag, dem 26.09.2024 um 07:33 +0200 schrieb Sergey Trofimov:
Toggle quote (3 lines)
> * 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
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73492@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73492
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help