gnu: shotwell: Clean-up inputs.
* gnu/packages/gnome.scm (shotwell)[arguments]: Add phase to skip gtk-update-icon-cache. [inputs]: Sort alphabetically. Move glib:bin ... [native-inputs]: ... to here. Remove desktop-file-utils, gtk+:bin.
This commit is contained in:
parent
914c8cdf07
commit
5a0beca3aa
1 changed files with 19 additions and 13 deletions
|
@ -5093,32 +5093,38 @@ metadata in photo and video files of various formats.")
|
||||||
"1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
|
"1m9i8r4gyd2hzlxjjwfyck4kz7gdg2vz2k6l6d0ga9hdfq2l4p9l"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t))
|
'(#:glib-or-gtk? #t
|
||||||
|
#:phases
|
||||||
|
(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
|
(lambda _
|
||||||
|
(substitute* "build-aux/meson/postinstall.py"
|
||||||
|
(("gtk-update-icon-cache") (which "true"))
|
||||||
|
(("update-desktop-database") (which "true")))
|
||||||
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dconf" ,dconf)))
|
`(("dconf" ,dconf)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
|
`(("gettext" ,gettext-minimal)
|
||||||
("gettext" ,gettext-minimal)
|
("glib:bin" ,glib "bin")
|
||||||
("gtk+" ,gtk+ "bin") ; gtk-update-icon-cache
|
|
||||||
("itstool" ,itstool)
|
("itstool" ,itstool)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("vala" ,vala)))
|
("vala" ,vala)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("glib:bin" ,glib "bin")
|
`(("gcr" ,gcr)
|
||||||
("gstreamer" ,gstreamer)
|
("gexiv2" ,gexiv2)
|
||||||
("gst-plugins-base" ,gst-plugins-base)
|
("gst-plugins-base" ,gst-plugins-base)
|
||||||
|
("gstreamer" ,gstreamer)
|
||||||
|
("json-glib" ,json-glib)
|
||||||
("libgdata" ,libgdata)
|
("libgdata" ,libgdata)
|
||||||
("libgee" ,libgee)
|
("libgee" ,libgee)
|
||||||
("gexiv2" ,gexiv2)
|
("libgphoto2" ,libgphoto2)
|
||||||
|
("libgudev" ,libgudev)
|
||||||
("libraw" ,libraw)
|
("libraw" ,libraw)
|
||||||
("json-glib" ,json-glib)
|
|
||||||
("webkitgtk" ,webkitgtk)
|
|
||||||
("sqlite" ,sqlite)
|
|
||||||
("libsoup" ,libsoup)
|
("libsoup" ,libsoup)
|
||||||
("libxml2" ,libxml2)
|
("libxml2" ,libxml2)
|
||||||
("libgudev" ,libgudev)
|
("sqlite" ,sqlite)
|
||||||
("libgphoto2" ,libgphoto2)
|
("webkitgtk" ,webkitgtk)))
|
||||||
("gcr" ,gcr)))
|
|
||||||
(home-page "https://wiki.gnome.org/Apps/Shotwell")
|
(home-page "https://wiki.gnome.org/Apps/Shotwell")
|
||||||
(synopsis "Photo manager for GNOME 3")
|
(synopsis "Photo manager for GNOME 3")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue