[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/49: gnu: colord: Update to 1.4.3.
From: |
guix-commits |
Subject: |
37/49: gnu: colord: Update to 1.4.3. |
Date: |
Sat, 4 May 2019 08:18:49 -0400 (EDT) |
rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 14d47f700609ad0794517700333d199406dfbd99
Author: Ricardo Wurmus <address@hidden>
Date: Thu Dec 6 18:39:55 2018 +0100
gnu: colord: Update to 1.4.3.
* gnu/packages/gnome.scm (colord): Update to 1.4.3.
[build-system]: Use meson-build-system.
[arguments]: Add glib-or-gtk? flag; update configure flags; remove phase
"patch-/bin/true"; add phase "patch-build-system".
[native-inputs]: Add glib:bin and gtk-doc.
[inputs]: Add gusb and python-wrapper.
---
gnu/packages/gnome.scm | 50 ++++++++++++++++++++++++++++----------------------
1 file changed, 28 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f073f0c..bc9de65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2985,7 +2985,7 @@ keyboard shortcuts.")
(define-public colord
(package
(name "colord")
- (version "1.1.8")
+ (version "1.4.3")
(source
(origin
(method url-fetch)
@@ -2993,38 +2993,42 @@ keyboard shortcuts.")
name "-" version ".tar.xz"))
(sha256
(base32
- "01w97rgzk4qi6fp03scq5jyw0ayx11b479p7dkm2r77k84b9agph"))))
- (build-system glib-or-gtk-build-system)
+ "1xwxahg9mgmapc16xkb4kgmc40zpadrwav33xqmn6cgaw6g6d3ls"))))
+ (build-system meson-build-system)
(arguments
- '(;; The tests want to run valgrind. Punt for now.
+ '(;; FIXME: One test fails:
+ ;; /colord/icc-store (in lib/colord/colord-self-test-private):
+ ;; Incorrect content type for /tmp/colord-vkve/already-exists.icc, got
+ ;; application/x-zerosize
#:tests? #f
- #:configure-flags (list "--localstatedir=/var"
- ;; GUSB not packaged yet.
- "--disable-gusb"
+ #:glib-or-gtk? #t
+ #:configure-flags (list "-Dlocalstatedir=/var"
;; No dep on systemd.
- "--disable-systemd-login"
+ "-Dsystemd=false"
;; Wants to install to global completion dir;
;; punt.
- "--disable-bash-completion"
+ "-Dbash_completion=false"
;; colord-gtk not packaged yet.
- "--disable-session-example"
- "--with-daemon-user=colord"
- "--enable-sane"
- (string-append "--with-udevrulesdir="
- (assoc-ref %outputs "out")
- "/lib/udev/rules.d"))
+ "-Dsession_example=false"
+ "-Ddaemon_user=colord"
+ "-Dsane=true"
+ ;; Requires spotread
+ "-Dargyllcms_sensor=false"
+ ;; TODO: Requires docbook2x
+ "-Dman=false")
#:phases
(modify-phases %standard-phases
- (add-before 'configure 'patch-/bin/true
- (lambda _
- (substitute* "configure"
- (("/bin/true") (which "true")))
- (substitute* "src/Makefile.in"
- (("if test -w \\$\\(DESTDIR\\)\\$\\(prefix\\)/;")
- "if test -w $(DESTDIR)$(localstatedir);")))))))
+ (add-before 'configure 'patch-build-system
+ (lambda* (#:key outputs #:allow-other-keys)
+ (substitute* "rules/meson.build"
+ (("udev.get_pkgconfig_variable\\('udevdir'\\)")
+ (string-append "'" (assoc-ref outputs "out") "/lib/udev'")))
+ #t)))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("glib:bin" ,glib "bin") ; for glib-compile-resources, etc.
("gobject-introspection" ,gobject-introspection)
+ ("gtk-doc" ,gtk-doc)
("libtool" ,libtool)
("intltool" ,intltool)))
(propagated-inputs
@@ -3034,10 +3038,12 @@ keyboard shortcuts.")
("lcms" ,lcms)))
(inputs
`(("dbus-glib" ,dbus-glib)
+ ("gusb" ,gusb)
("libgudev" ,libgudev)
("libusb" ,libusb)
("sqlite" ,sqlite)
("polkit" ,polkit)
+ ("python" ,python-wrapper)
("sane-backends" ,sane-backends)))
(home-page "https://www.freedesktop.org/software/colord/")
(synopsis "Color management service")
- 31/49: gnu: network-manager-applet: Use meson build system., (continued)
- 31/49: gnu: network-manager-applet: Use meson build system., guix-commits, 2019/05/04
- 46/49: gnu: gnome-maps: Update to 3.30.2.1., guix-commits, 2019/05/04
- 48/49: gnu: mutter: Update to 3.30.2., guix-commits, 2019/05/04
- 19/49: gnu: gnome-terminal: Update to 3.30.2., guix-commits, 2019/05/04
- 17/49: gnu: gnome-mines: Update to 3.30.1.1., guix-commits, 2019/05/04
- 22/49: gnu: atkmm: Update to 2.28.0., guix-commits, 2019/05/04
- 24/49: gnu: gnome-system-monitor: Update to 3.30.0., guix-commits, 2019/05/04
- 32/49: gnu: libdazzle: Update to 3.30.2., guix-commits, 2019/05/04
- 35/49: gnu: nautilus: Update to 3.30.4., guix-commits, 2019/05/04
- 34/49: gnu: gvfs: Update to 1.38.1., guix-commits, 2019/05/04
- 37/49: gnu: colord: Update to 1.4.3.,
guix-commits <=
- 45/49: gnu: gnome-online-accounts: Update to 3.30.0., guix-commits, 2019/05/04
- 41/49: gnu: yelp-xsl: Update to 3.30.1., guix-commits, 2019/05/04
- 38/49: gnu: eog: Update to 3.28.4., guix-commits, 2019/05/04
- 39/49: gnu: epiphany: Update to 3.30.2., guix-commits, 2019/05/04
- 40/49: gnu: yelp: Update to 3.30.0., guix-commits, 2019/05/04
- 42/49: gnu: libgnome-games-support: Update to 1.4.2., guix-commits, 2019/05/04
- 49/49: gnu: gnome-shell: Update to 3.30.2., guix-commits, 2019/05/04
- 33/49: gnu: libgdata: Update to 0.17.9., guix-commits, 2019/05/04
- 47/49: gnu: gtksourceview: Update to 4.0.3., guix-commits, 2019/05/04
- 44/49: gnu: evolution-data-server: Do not split outputs., guix-commits, 2019/05/04