Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606168 - =x11-misc/sct-0.3: set color temperature of the screen
Summary: =x11-misc/sct-0.3: set color temperature of the screen
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-18 09:56 UTC by Georgy Yakovlev
Modified: 2017-01-28 23:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
x11-misc/sct ebuild (sct-0.3.ebuild,523 bytes, text/plain)
2017-01-18 09:56 UTC, Georgy Yakovlev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georgy Yakovlev archtester gentoo-dev 2017-01-18 09:56:13 UTC
Created attachment 460524 [details]
x11-misc/sct ebuild

Hello,

I'm submitting fairly simple ebuild for sct
It a small command line utility which sets X screen color temperature, just like x11-misc/redshift (or Flux for other platforms), but without bells and whistles, geolocation or tray icons.

Helps eyes during long evenings and nights in front of the screen.

Really nice technical description is here
http://www.tedunangst.com/flak/post/sct-set-color-temperature

~100 lines of C code, depends only on libXRandr and core libraries.

provided Makefile does not honor DESTDIR, so I used a workaround for that, as there are only 3 files to install.
Comment 1 Patrice Clement gentoo-dev 2017-01-28 22:53:26 UTC
Thanks a lot for your contribution and filing a bug. Terrific piece of software we've got here. I'm going to add this little gem ASAP as I've been looking into ways to tweak the colour temperature of my screen for a while.
Comment 2 Patrice Clement gentoo-dev 2017-01-28 23:00:07 UTC
commit a44f5f77f1a47b52226b871969c49e3096ab1dbd (HEAD -> master, origin/master, origin/HEAD)
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: Sat Jan 28 23:58:54 2017 +0100
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: Sat Jan 28 23:59:12 2017 +0100

x11-misc/sct: new package.

sct is a CLI tool for setting the colour temperature of your screen.

Gentoo-Bug: https://bugs.gentoo.org/606168

Package-Manager: portage-2.3.0

x11-misc/sct/Manifest       |  1 +
x11-misc/sct/metadata.xml   |  8 ++++++++
x11-misc/sct/sct-0.3.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 x11-misc/sct/Manifest
create mode 100644 x11-misc/sct/metadata.xml
create mode 100644 x11-misc/sct/sct-0.3.ebuild
Comment 3 Patrice Clement gentoo-dev 2017-01-28 23:00:33 UTC
Thanks a lot!