Archived
1
0
Fork 0

gnu: shotwell: Update to 0.32.6.

* gnu/packages/gnome.scm (shotwell): Update to 0.32.6.
[arguments]: Convert to list of G-Expressions.
[#:phase 'skip-gtk-update-icon-cache]: Adjust to build system change.
[inputs]: Add libportal.

Change-Id: I5167d13d8514e278732459d1705f0041e3797894
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Vivien Kraus 2024-03-23 09:29:29 +01:00 committed by Christopher Baines
parent f7ba5df8b0
commit beec255338
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -7567,7 +7567,7 @@ metadata in photo and video files of various formats.")
(define-public shotwell (define-public shotwell
(package (package
(name "shotwell") (name "shotwell")
(version "0.31.5") (version "0.32.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/shotwell/" (uri (string-append "mirror://gnome/sources/shotwell/"
@ -7575,17 +7575,20 @@ metadata in photo and video files of various formats.")
"shotwell-" version ".tar.xz")) "shotwell-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06awlix23y1cd89n6v9vip48cg08fjq8v6zaw38k5clrrv38y11v")))) "1dkh5bczf9k86akl70inpc2z98qkhg8g44jb2kc8rqcimkzs95vm"))))
(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 #:phases
(add-after 'unpack 'skip-gtk-update-icon-cache #~(modify-phases %standard-phases
(lambda _ (add-after 'unpack 'skip-gtk-update-icon-cache
(substitute* "build-aux/meson/postinstall.py" (lambda _
(("gtk-update-icon-cache") (which "true")) (substitute* "meson.build"
(("update-desktop-database") (which "true")))))))) (("gtk_update_icon_cache: true")
"gtk_update_icon_cache: false")
(("update_desktop_database: true")
"update_desktop_database: false")))))))
(propagated-inputs (propagated-inputs
(list dconf)) (list dconf))
(native-inputs (native-inputs
@ -7601,6 +7604,7 @@ metadata in photo and video files of various formats.")
gst-plugins-base gst-plugins-base
gstreamer gstreamer
json-glib json-glib
libportal
libgdata libgdata
libgee libgee
libgphoto2 libgphoto2