about summary refs log tree commit diff
path: root/pkgs/tools/misc/colord
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17pkgsMusl.colord: enable the daemonAlyssa Ross1-1/+1
Since f95d9a668ef ("pkgsMusl.polkit: fix build"), pkgsMusl.polkit builds, which means the colord daemon can also build in pkgsMusl.
2022-07-01colord: make the daemon disablableAlyssa Ross1-1/+4
We can't build the daemon in pkgsMusl, because rustc does not support dynamic Musl targets[1]. But it still makes sense to support the rest of colord, because an application should still be able to link against it to talk to a colord daemon built in some other way (e.g. provided by a different distro). [1]: https://github.com/NixOS/nixpkgs/issues/179242
2022-06-30colord: use wrapGAppsHookNoGuiAlyssa Ross1-2/+2
As far as I can tell, none of the colord applications are graphical. This change is important for Musl, where librsvg is not supported because rustc does not support dynamically-linked Musl[1]. [1]: https://github.com/NixOS/nixpkgs/issues/179242
2022-02-19colord: 1.4.5 → 1.4.6Jan Tojnar1-4/+5
https://github.com/hughsie/colord/blob/1.4.6/NEWS
2021-01-16pkgs/tools: pkgconfig -> pkg-configBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-12colord: 1.4.4 -> 1.4.5R. RyanTM1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-23colord: add freedesktop team to maintainersJan Tojnar1-1/+1
2019-11-07colord: add test to passthruworldofpeace1-0/+7
2019-06-16treewide: remove unused variables (#63177)volth1-2/+0
* treewide: remove unused variables * making ofborg happy
2019-03-29nixos/colord: don't run as rootworldofpeace1-0/+1
Using systemd.packages because there's a system colord service and colord-session user service included.
2019-03-18colord: 1.4.2 -> 1.4.4worldofpeace2-25/+154
* multiple outputs * enable all docs * installed tests https://github.com/hughsie/colord/blob/1.4.3/NEWS https://github.com/hughsie/colord/blob/1.4.4/NEWS
2018-12-02gobject-introspection: rename packageJan Tojnar1-2/+2
camelCase package name was a huge inconsistency in GNOME package set.
2018-08-30Revert "treewide: remove placeholder usage"Jan Tojnar1-5/+5
This reverts commit 82f626702314928c9c8f4ea309430e3aa0680d57.
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-06-28treewide: http -> https sources (#42676)Silvan Mosberger1-1/+1
* treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
2018-03-27treewide: remove placeholder usageJan Tojnar1-5/+5
see https://github.com/NixOS/nixpkgs/commit/2abac54c033778104533a269aaa08a1e75f677ad
2018-03-22colord: 1.4.1 → 1.4.2Jan Tojnar2-86/+11
2017-11-26colord: fix colord-sane pathJan Tojnar1-0/+11
2017-11-26colord: wrap to use GSettingsJan Tojnar1-2/+8
2017-11-26colord: move the DBus configuration to /etcJan Tojnar1-0/+7
NixOS generates /etc/dbus-1/system.conf including the configuration of all the dbus derivations. Unfortunately, colord places the configuration into $out/share instead of expected $out/etc. This commit patches colord to use the expected path. https://github.com/hughsie/colord/issues/61
2017-11-26gnome3: dependency tweaksJan Tojnar1-1/+1
2017-11-05colord: 1.2.12 → 1.4.1Jan Tojnar2-25/+74
2017-09-21misc pkgs: Manual fixup pkgconfig nativeBuildInputs after sedJohn Ericson1-2/+2
Importantly, this included regenerating pkgs/servers/x11/xorg, to clobber the old sed.
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-28GNOME: 3.22 -> 3.24Linus Heckemann1-2/+10
This is a squash commit of the joint work from: * Jan Tojnar (@jtojnar) * Linus Heckemann (@lheckemann) * Ryan Mulligan (@ryantm) * romildo (@romildo) * Tom Hunger (@teh)
2017-08-20colord: fetchzip -> fetchurlVladimír Čunát1-3/+3
I see no benefit in fetchzip here, as it's a standard release tarball.
2017-08-20colord: fixup build after automake update #28232Vladimír Čunát1-5/+4
It was enough to switch the order of patching to avoid the need to autoreconf.
2016-09-28bash-completion: change attribute nameRobert Helgesson1-2/+2
This changes the attribute name of bash-completion from `bashCompletion` to `bash-completion`. Keeps `bashCompletion` as an alias for the new name.
2016-03-11colord: fix udev rules, add sane supportNikolay Amiantov1-3/+4
2016-01-03colord: fix use of /varBjørn Forsman1-1/+7
Currently the package is built with /var in $out/var. That fails when it tries to create/write things at runtime (nix store is read-only). Instead, tell it to use /var (global directory) and fixup the installation phase so it doesn't touch /var (leave that for runtime). This unbreaks the colord dbus service, which apparently is needed by cups to create color profiles for printers.
2015-09-17Another libgudev dependencyEelco Dolstra1-3/+4
2015-08-24colord: 1.2.3 -> 1.2.12Samuel Rivas1-6/+6
* Use fetchzip instead of fetchurl
2014-10-08colord: update from 1.1.7 to 1.2.3Aristid Breitkreuz1-2/+2
2014-08-20colord: Update to 1.1.7 and copy bash completions.Rüdiger Sonderfeld1-2/+4
2014-03-13put systemd unit dirs on the right placeVladimír Čunát1-1/+5
Also see #1936.
2014-01-19Add gnome3.gnome_settings_daemonDomen Kožar1-37/+11
2013-09-15colord, gusb: package.Marc Weber1-0/+57
Part of #517.