gnu: folks: Update to 0.15.6.
* gnu/packages/gnome.scm (folks): Update to 0.15.6. [#:phase 'skip-gtk-update-icon-cache]: Update for build system change. Change-Id: I6fd9ab5b4de5cd7fd12d49760b035092109d812c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>master
parent
e21f0cb7b7
commit
19c9e4df44
|
@ -10643,7 +10643,7 @@ functionality and behavior.")
|
|||
(define-public folks
|
||||
(package
|
||||
(name "folks")
|
||||
(version "0.15.5")
|
||||
(version "0.15.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -10652,7 +10652,7 @@ functionality and behavior.")
|
|||
"folks-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"11lhfn6b7gml4ckj2dkm6g889j21wpvj90srwjp85k9hcf4qmzqg"))))
|
||||
"0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
@ -10660,8 +10660,9 @@ functionality and behavior.")
|
|||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||
;; Don't create 'icon-theme.cache'.
|
||||
(lambda _
|
||||
(substitute* "meson_post_install.py"
|
||||
(("gtk-update-icon-cache") "true")))))))
|
||||
(substitute* "meson.build"
|
||||
(("gtk_update_icon_cache: true")
|
||||
"gtk_update_icon_cache: false")))))))
|
||||
(inputs
|
||||
(list bdb
|
||||
dbus-glib
|
||||
|
|
Reference in New Issue