gnu: gnome-clocks: Update to 42.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 42.0. [phases]{skip-gtk-update-icon-cache}: Adjust. [native-inputs]: Remove labels and sort. Replace vala with vala-next. [inputs]: Sort. Remove libhandy. Replace libgweather with libgweather4-with-libsoup2. Replace gtk+ with gtk. Add libadwaita.master
parent
212f9c62bf
commit
d1623e3076
|
@ -9927,7 +9927,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
|
||||||
(define-public gnome-clocks
|
(define-public gnome-clocks
|
||||||
(package
|
(package
|
||||||
(name "gnome-clocks")
|
(name "gnome-clocks")
|
||||||
(version "40.0")
|
(version "42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -9935,7 +9935,7 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02d3jg46sn8d9gd4dsaly22gg5vkbz2gpq4pmwpvncb4rsqk7sn2"))))
|
"1q3gvniwd4dkr1ghqpp05zr7qswdhaxqrn8j6bm3qbh39bdihw8f"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -9944,24 +9944,25 @@ Microsoft SkyDrive and Hotmail, using their REST protocols.")
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
;; Don't create 'icon-theme.cache'.
|
;; Don't create 'icon-theme.cache'.
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "build-aux/post-install.py"
|
(substitute* "meson.build"
|
||||||
(("gtk-update-icon-cache") "true")))))))
|
(("gtk_update_icon_cache: true")
|
||||||
|
"gtk_update_icon_cache: false")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("vala" ,vala)
|
(list desktop-file-utils
|
||||||
("pkg-config" ,pkg-config)
|
gettext-minimal
|
||||||
("glib" ,glib "bin") ; for glib-compile-resources
|
`(,glib "bin") ; for glib-compile-resources
|
||||||
("desktop-file-utils" ,desktop-file-utils)
|
itstool
|
||||||
("gettext" ,gettext-minimal)
|
pkg-config
|
||||||
("itstool" ,itstool)))
|
vala-next))
|
||||||
(inputs
|
(inputs
|
||||||
(list glib
|
(list geoclue
|
||||||
gtk+
|
|
||||||
gsound
|
|
||||||
geoclue
|
|
||||||
geocode-glib-with-libsoup2
|
geocode-glib-with-libsoup2
|
||||||
libgweather
|
glib
|
||||||
libhandy
|
gnome-desktop
|
||||||
gnome-desktop))
|
gsound
|
||||||
|
gtk
|
||||||
|
libadwaita
|
||||||
|
libgweather4-with-libsoup2))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Clocks")
|
(home-page "https://wiki.gnome.org/Apps/Clocks")
|
||||||
(synopsis "GNOME's clock application")
|
(synopsis "GNOME's clock application")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue