gnu: chatty: Update to 0.4.0.
* gnu/packages/messaging.scm (chatty): Update to 0.4.0. [#:phases]: Drop trailing #t. [native-inputs]: Use new style. Add protobuf. [inputs]: Add gspell, json-glib, libolm, libphonenumber and modem-manager. Replace libhandy-0.0 with libhandy. Signed-off-by: Julien Lepiller <julien@lepiller.eu>master
parent
e086b0807b
commit
db74cfcf36
|
@ -2757,7 +2757,7 @@ validating international phone numbers.")
|
||||||
(define-public chatty
|
(define-public chatty
|
||||||
(package
|
(package
|
||||||
(name "chatty")
|
(name "chatty")
|
||||||
(version "0.1.17")
|
(version "0.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2766,7 +2766,7 @@ validating international phone numbers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ba1rw8a3vif9k3570hxjfm25vqys3vk3f6g8z5irklwq4bi6lmn"))))
|
"12k1a5xrwd6zk4x0m53hbzggk695z3bpbzy1wcikzy0jvch7h13d"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -2774,19 +2774,21 @@ validating international phone numbers.")
|
||||||
(add-after 'unpack 'skip-updating-desktop-database
|
(add-after 'unpack 'skip-updating-desktop-database
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "meson.build"
|
(substitute* "meson.build"
|
||||||
(("meson.add_install_script.*") ""))
|
(("meson.add_install_script.*") "")))))))
|
||||||
#t)))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
(list gettext-minimal `(,glib "bin") pkg-config protobuf))
|
||||||
("glib:bin" ,glib "bin")
|
|
||||||
("pkg-config" ,pkg-config)))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list feedbackd
|
(list feedbackd
|
||||||
folks
|
folks
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
|
gspell
|
||||||
|
json-glib
|
||||||
libgcrypt
|
libgcrypt
|
||||||
libgee
|
libgee
|
||||||
libhandy-0.0
|
libhandy
|
||||||
|
libolm
|
||||||
|
libphonenumber
|
||||||
|
modem-manager
|
||||||
pidgin
|
pidgin
|
||||||
purple-mm-sms
|
purple-mm-sms
|
||||||
sqlite))
|
sqlite))
|
||||||
|
|
Reference in New Issue