Archived
1
0
Fork 0

gnu: colord: Clean up.

* gnu/packages/gnome.scm (colord)[arguments]: Remove unnecessary
configure flag (and outdated colord-gtk comment).
[native-inputs, propagated-inputs, inputs]: Order alphabetically.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-24 04:08:09 +02:00
parent 8a2b231782
commit 6f20e2dc90
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -3045,13 +3045,11 @@ keyboard shortcuts.")
;; Wants to install to global completion dir; ;; Wants to install to global completion dir;
;; punt. ;; punt.
"-Dbash_completion=false" "-Dbash_completion=false"
;; colord-gtk not packaged yet.
"-Dsession_example=false"
"-Ddaemon_user=colord" "-Ddaemon_user=colord"
"-Dsane=true" "-Dsane=true"
;; Requires spotread ;; Requires spotread.
"-Dargyllcms_sensor=false" "-Dargyllcms_sensor=false"
;; TODO: Requires docbook2x ;; TODO: Requires docbook2x.
"-Dman=false") "-Dman=false")
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
@ -3062,25 +3060,25 @@ keyboard shortcuts.")
(string-append "'" (assoc-ref outputs "out") "/lib/udev'"))) (string-append "'" (assoc-ref outputs "out") "/lib/udev'")))
#t))))) #t)))))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("gtk-doc" ,gtk-doc) ("gtk-doc" ,gtk-doc)
("intltool" ,intltool)
("libtool" ,libtool) ("libtool" ,libtool)
("intltool" ,intltool))) ("pkg-config" ,pkg-config)))
(propagated-inputs (propagated-inputs
;; colord.pc refers to all these. ;; colord.pc refers to all these.
`(("glib" ,glib) `(("glib" ,glib)
("udev" ,eudev) ("lcms" ,lcms)
("lcms" ,lcms))) ("udev" ,eudev)))
(inputs (inputs
`(("dbus-glib" ,dbus-glib) `(("dbus-glib" ,dbus-glib)
("gusb" ,gusb) ("gusb" ,gusb)
("libgudev" ,libgudev) ("libgudev" ,libgudev)
("libusb" ,libusb) ("libusb" ,libusb)
("sqlite" ,sqlite)
("polkit" ,polkit) ("polkit" ,polkit)
("python" ,python-wrapper) ("python" ,python-wrapper)
("sqlite" ,sqlite)
("sane-backends" ,sane-backends))) ("sane-backends" ,sane-backends)))
(home-page "https://www.freedesktop.org/software/colord/") (home-page "https://www.freedesktop.org/software/colord/")
(synopsis "Color management service") (synopsis "Color management service")