gnu: gnome-contacts: Update to 44.0.
* gnu/packages/gnome.scm (gnome-contacts): Update to 44.0. [arguments]: Convert to list of G-Expressions. [#:configure-flags]: Add -Ddocs=false. [inputs]: Replace evolution-data-server-3.44 with evolution-data-server. Replace gnome-online-accounts-3.44 with gnome-online-accounts. Remove libhandy. Add qrencode. [propagated-inputs]: Replace folks-with-libsoup2 with folks. Change-Id: Ib2e1f4a8db6877a203a963cb0d36d194bf62f60e Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
1fb33bf1a4
commit
c35abdaeeb
@ -2142,7 +2142,7 @@ commonly used macros.")
|
|||||||
(define-public gnome-contacts
|
(define-public gnome-contacts
|
||||||
(package
|
(package
|
||||||
(name "gnome-contacts")
|
(name "gnome-contacts")
|
||||||
(version "42.0")
|
(version "44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
|
(uri (string-append "mirror://gnome/sources/gnome-contacts/"
|
||||||
@ -2150,17 +2150,21 @@ commonly used macros.")
|
|||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05jj5kiab13crm18r166w7h31jpny7f3px98q7d2ix93vj7w60l8"))))
|
"1vbvvv8954j4znczqa41j892rvj36k21ah5f5lwgcsphq4xidlbx"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
(list
|
||||||
#:phases
|
#:glib-or-gtk? #t
|
||||||
(modify-phases %standard-phases
|
;; FIXME: Cannot build the Valadoc, because both gtk+ and gtk are in the
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
;; same profile (evolution-data-server propagates both).
|
||||||
(lambda _
|
#:configure-flags #~'("-Ddocs=false")
|
||||||
(substitute* "meson.build"
|
#:phases
|
||||||
(("gtk_update_icon_cache: true")
|
#~(modify-phases %standard-phases
|
||||||
"gtk_update_icon_cache: false")))))))
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
|
(lambda _
|
||||||
|
(substitute* "meson.build"
|
||||||
|
(("gtk_update_icon_cache: true")
|
||||||
|
"gtk_update_icon_cache: false")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list desktop-file-utils
|
(list desktop-file-utils
|
||||||
docbook-xml
|
docbook-xml
|
||||||
@ -2172,19 +2176,19 @@ commonly used macros.")
|
|||||||
libxslt
|
libxslt
|
||||||
pkg-config))
|
pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list evolution-data-server-3.44
|
(list evolution-data-server
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gnome-online-accounts-3.44
|
gnome-online-accounts
|
||||||
gst-plugins-base
|
gst-plugins-base
|
||||||
gtk
|
gtk
|
||||||
libadwaita
|
libadwaita
|
||||||
libgee
|
libgee
|
||||||
libhandy
|
|
||||||
libportal
|
libportal
|
||||||
|
qrencode
|
||||||
telepathy-glib
|
telepathy-glib
|
||||||
vala))
|
vala))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list folks-with-libsoup2
|
(list folks
|
||||||
telepathy-mission-control))
|
telepathy-mission-control))
|
||||||
(synopsis "GNOME's integrated address book")
|
(synopsis "GNOME's integrated address book")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user