me
/
guix
Archived
1
0
Fork 0

gnu: dino: Update to 0.4.0.

* gnu/packages/messaging.scm (dino): Update to 0.4.0.
[inputs]: Replace gtk+ with gtk.
Replace pango with pango-next.
Add bash-minimal and libadwaita.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Parnikkapore 2023-02-08 17:17:30 +08:00 committed by Liliana Marie Prikler
parent 037c1b254a
commit e1290c0d43
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 7 additions and 5 deletions

View File

@ -1320,7 +1320,7 @@ Encryption to Gajim.")
(define-public dino
(package
(name "dino")
(version "0.3.1")
(version "0.4.0")
(source
(origin
(method url-fetch)
@ -1328,7 +1328,7 @@ Encryption to Gajim.")
(string-append "https://github.com/dino/dino/releases/download/v"
version "/dino-" version ".tar.gz"))
(sha256
(base32 "1rs6qpkidiww805cd91q059r2lm5lzblrkyn01zz4g1mls8ghk5a"))))
(base32 "115p7mjk0q68nvv8asrm6hsv0dzsz7hy2bnvhwhxmcfbilr8fq68"))))
(build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments
@ -1367,12 +1367,13 @@ Encryption to Gajim.")
(list gettext-minimal
`(,glib "bin")
gobject-introspection
`(,gtk+ "bin")
`(,gtk "bin")
pkg-config
vala))
(inputs
(list adwaita-icon-theme
atk
bash-minimal
cairo
librsvg
glib
@ -1383,8 +1384,9 @@ Encryption to Gajim.")
gstreamer ;for A/V support
gst-plugins-base
gst-plugins-good
gtk+
gtk
icu4c ;for emoji support
libadwaita
libcanberra ;for sound-notification support
libgcrypt
libgee
@ -1392,7 +1394,7 @@ Encryption to Gajim.")
libsignal-protocol-c
libsoup
libsrtp ;for calls support
pango
pango-next ;gtk4 wants pango 1.5+
qrencode
sqlite
webrtc-audio-processing)) ;for A/V support