mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: gromit-mpx: Update to 1.7.0.
* gnu/packages/gtk.scm (gromit-mpx): Update to 1.7.0. [inputs, native-inputs]: Add new dependencies. Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
404dbd894c
commit
fed44710b6
1 changed files with 4 additions and 4 deletions
|
@ -2974,7 +2974,7 @@ excellent pavucontrol.")
|
|||
(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 @@ excellent pavucontrol.")
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue