From: Raghav Gururajan <raghavgururajan@disroot.org>
To: Danny Milosavljevic <dannym@scratchpost.org>
Cc: 38904@debbugs.gnu.org
Subject: [bug#38904] gnu: Add gnome-color-manager.
Date: Mon, 06 Jan 2020 00:53:56 -0500 [thread overview]
Message-ID: <b4dadeae70aa6cbe57295432776a72a165a1a065.camel@disroot.org> (raw)
In-Reply-To: <20200105111929.3a09f65c@scratchpost.org>
[-- Attachment #1.1: Type: text/plain, Size: 339 bytes --]
Hello Danny!
> Trailing comments should have only one semicolon.
>
> But better yet, since Guix packages build in a container, just start
> a display
> server yourself.
>
> For examples, search for "Xvfb" in the Guix source code.
Thanks for the tip. Please find the revised patch attached with this
email.
Regards,
RG.
[-- Attachment #1.2: gnome-color-manager.patch --]
[-- Type: text/x-patch, Size: 2674 bytes --]
From 6b961ef1d336b9c8016432bf172713ae16568476 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 6 Jan 2020 00:51:19 -0500
Subject: [PATCH] gnu: Add gnome-color-manager.
* gnu/packages/gnome.scm (gnome-color-manager): New variable.
---
gnu/packages/gnome.scm | 53 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 6aed46b3b2..45a85d6035 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -246,6 +246,59 @@ Desktop. It is designed to be as simple as possible and has some unique
features to enable users to create their discs easily and quickly.")
(license license:gpl2+)))
+(define-public gnome-color-manager
+ (package
+ (name "gnome-color-manager")
+ (version "3.32.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "1vpxa2zjz3lkq9ldjg0fl65db9s6b4kcs8nyaqfz3jygma7ifg3w"))))
+ (build-system meson-build-system)
+ (arguments
+ `(#:glib-or-gtk? #t
+ #:phases
+ (modify-phases %standard-phases
+ (add-before
+ 'check 'pre-check
+ (lambda _
+ ;; Tests require a running X server.
+ (system "Xvfb :1 &")
+ (setenv "DISPLAY" ":1")
+ #t)))))
+ (native-inputs
+ `(("gettext" ,gettext-minimal)
+ ("glib:bin" ,glib "bin")
+ ("gtk+:bin" ,gtk+ "bin")
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("adwaita-icon-theme" ,adwaita-icon-theme)
+ ("appstream-glib" ,appstream-glib)
+ ("colord-gtk" ,colord-gtk)
+ ("desktop-file-utils" ,desktop-file-utils)
+ ("exiv2" ,exiv2)
+ ("gnome-desktop" ,gnome-desktop)
+ ("itstool" ,itstool)
+ ("libcanberra" ,libcanberra)
+ ("libexif" ,libexif)
+ ("libtiff" ,libtiff)
+ ("libxrandr" ,libxrandr)
+ ("libxtst" ,libxtst)
+ ("libxxf86vm" ,libxxf86vm)
+ ("vte" ,vte)
+ ("xorgproto" ,xorgproto)
+ ("xorg-server" ,xorg-server-for-tests)))
+ (synopsis "Color profile manager for the GNOME desktop")
+ (description "GNOME Color Manager is a session framework that makes
+it easy to manage, install and generate color profiles
+in the GNOME desktop.")
+ (home-page "https://gitlab.gnome.org/GNOME/gnome-color-manager")
+ (license license:gpl2)))
+
(define-public gnome-online-miners
(package
(name "gnome-online-miners")
--
2.24.1
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
next prev parent reply other threads:[~2020-01-06 5:55 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 19:12 [bug#38904] gnu: Add gnome-color-manager Raghav Gururajan
2020-01-05 10:19 ` Danny Milosavljevic
2020-01-06 5:53 ` Raghav Gururajan [this message]
2020-01-08 14:50 ` [bug#38904] v3 Raghav Gururajan
2020-01-09 15:03 ` [bug#38904] gnu: Add gnome-color-manager Danny Milosavljevic
2020-01-09 15:26 ` Raghav Gururajan
2020-01-09 17:02 ` bug#38904: " Danny Milosavljevic
2020-01-09 17:31 ` [bug#38904] " Raghav Gururajan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b4dadeae70aa6cbe57295432776a72a165a1a065.camel@disroot.org \
--to=raghavgururajan@disroot.org \
--cc=38904@debbugs.gnu.org \
--cc=dannym@scratchpost.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.