2018-07-20 17:44:44 -07:00
|
|
|
{ stdenv, fetchFromGitHub, autoconf, automake, gettext, intltool
|
2018-12-02 03:41:15 -08:00
|
|
|
, libtool, pkgconfig, wrapGAppsHook, wrapPython, gobject-introspection
|
2019-09-12 07:25:05 -07:00
|
|
|
, gtk3, python, pygobject3, pyxdg
|
2018-05-15 21:43:30 -07:00
|
|
|
|
|
|
|
, withQuartz ? stdenv.isDarwin, ApplicationServices
|
|
|
|
, withRandr ? stdenv.isLinux, libxcb
|
|
|
|
, withDrm ? stdenv.isLinux, libdrm
|
2018-11-17 23:48:01 -08:00
|
|
|
|
|
|
|
, withGeolocation ? true
|
|
|
|
, withCoreLocation ? withGeolocation && stdenv.isDarwin, CoreLocation, Foundation, Cocoa
|
|
|
|
, withGeoclue ? withGeolocation && stdenv.isLinux, geoclue
|
|
|
|
}:
|
2011-01-24 15:52:22 -08:00
|
|
|
|
2016-01-25 11:08:34 -08:00
|
|
|
stdenv.mkDerivation rec {
|
2019-08-15 05:41:18 -07:00
|
|
|
pname = "redshift";
|
2018-05-22 19:44:57 -07:00
|
|
|
version = "1.12";
|
2016-01-25 11:08:34 -08:00
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "jonls";
|
|
|
|
repo = "redshift";
|
|
|
|
rev = "v${version}";
|
2018-05-22 19:44:57 -07:00
|
|
|
sha256 = "12cb4gaqkybp4bkkns8pam378izr2mwhr2iy04wkprs2v92j7bz6";
|
2011-01-24 15:52:22 -08:00
|
|
|
};
|
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
patches = [
|
|
|
|
# https://github.com/jonls/redshift/pull/575
|
|
|
|
./575.patch
|
|
|
|
];
|
2015-07-26 14:22:12 -07:00
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
nativeBuildInputs = [
|
|
|
|
autoconf
|
|
|
|
automake
|
|
|
|
gettext
|
|
|
|
intltool
|
|
|
|
libtool
|
|
|
|
pkgconfig
|
|
|
|
wrapGAppsHook
|
|
|
|
wrapPython
|
2013-10-26 10:15:57 -07:00
|
|
|
];
|
|
|
|
|
2018-05-15 21:43:30 -07:00
|
|
|
configureFlags = [
|
|
|
|
"--enable-randr=${if withRandr then "yes" else "no"}"
|
|
|
|
"--enable-geoclue2=${if withGeoclue then "yes" else "no"}"
|
|
|
|
"--enable-drm=${if withDrm then "yes" else "no"}"
|
|
|
|
"--enable-quartz=${if withQuartz then "yes" else "no"}"
|
|
|
|
"--enable-corelocation=${if withCoreLocation then "yes" else "no"}"
|
|
|
|
];
|
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
buildInputs = [
|
2018-12-02 03:41:15 -08:00
|
|
|
gobject-introspection
|
2018-01-16 05:44:59 -08:00
|
|
|
gtk3
|
|
|
|
python
|
2018-05-15 21:43:30 -07:00
|
|
|
] ++ stdenv.lib.optional withRandr libxcb
|
|
|
|
++ stdenv.lib.optional withGeoclue geoclue
|
|
|
|
++ stdenv.lib.optional withDrm libdrm
|
|
|
|
++ stdenv.lib.optional withQuartz ApplicationServices
|
|
|
|
++ stdenv.lib.optionals withCoreLocation [ CoreLocation Foundation Cocoa ]
|
|
|
|
;
|
2016-01-02 16:05:05 -08:00
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
pythonPath = [ pygobject3 pyxdg ];
|
2016-01-02 16:05:05 -08:00
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
preConfigure = "./bootstrap";
|
2018-02-28 20:34:42 -08:00
|
|
|
|
|
|
|
postFixup = "wrapPythonPrograms";
|
2018-01-16 05:44:59 -08:00
|
|
|
|
2018-08-09 07:17:43 -07:00
|
|
|
# the geoclue agent may inspect these paths and expect them to be
|
|
|
|
# valid without having the correct $PATH set
|
|
|
|
postInstall = ''
|
|
|
|
substituteInPlace $out/share/applications/redshift.desktop \
|
|
|
|
--replace 'Exec=redshift' "Exec=$out/bin/redshift"
|
|
|
|
substituteInPlace $out/share/applications/redshift.desktop \
|
|
|
|
--replace 'Exec=redshift-gtk' "Exec=$out/bin/redshift-gtk"
|
|
|
|
'';
|
|
|
|
|
2018-01-16 05:44:59 -08:00
|
|
|
enableParallelBuilding = true;
|
2015-07-26 14:22:12 -07:00
|
|
|
|
2013-11-02 17:03:45 -07:00
|
|
|
meta = with stdenv.lib; {
|
2018-01-16 05:44:59 -08:00
|
|
|
description = "Screen color temperature manager";
|
2018-01-16 08:18:06 -08:00
|
|
|
longDescription = ''
|
|
|
|
Redshift adjusts the color temperature according to the position
|
|
|
|
of the sun. A different color temperature is set during night and
|
|
|
|
daytime. During twilight and early morning, the color temperature
|
|
|
|
transitions smoothly from night to daytime temperature to allow
|
|
|
|
your eyes to slowly adapt. At night the color temperature should
|
|
|
|
be set to match the lamps in your room.
|
|
|
|
'';
|
2015-07-02 10:04:18 -07:00
|
|
|
license = licenses.gpl3Plus;
|
2014-09-13 04:51:39 -07:00
|
|
|
homepage = http://jonls.dk/redshift;
|
2018-05-15 21:43:30 -07:00
|
|
|
platforms = platforms.unix;
|
2019-08-20 10:36:05 -07:00
|
|
|
maintainers = with maintainers; [ yegortimoshenko globin ];
|
2018-01-16 05:44:59 -08:00
|
|
|
};
|
2013-06-06 17:13:54 -07:00
|
|
|
}
|