aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-04 20:06:52 +0100
committerMattias Andrée <m@maandree.se>2025-03-04 20:06:52 +0100
commit2943b14334acb599cd2363a3688be062ab5fd87a (patch)
tree250667fcffb4990fceea45a26e8e2689ab9eb4bc
parentREADME: Explain gamma ramps and why integrated features should be preferred (diff)
downloadredshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.gz
redshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.bz2
redshift-ng-2943b14334acb599cd2363a3688be062ab5fd87a.tar.xz
Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--.editorconfig13
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md29
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md17
-rw-r--r--.gitignore123
-rw-r--r--.travis.yml61
-rw-r--r--CONTRIBUTING.md180
-rw-r--r--DESIGN95
-rw-r--r--Makefile.am141
l---------NEWS1
-rw-r--r--NEWS.md217
-rw-r--r--README-colorramp296
-rw-r--r--README.md12
-rw-r--r--TODO293
-rw-r--r--appveyor.yml52
-rwxr-xr-xbootstrap7
-rw-r--r--configure.ac392
-rw-r--r--contrib/redshift.spec146
-rw-r--r--po/ar.po6
-rw-r--r--po/be.po6
-rw-r--r--po/bg.po6
-rw-r--r--po/ca.po6
-rw-r--r--po/cs.po6
-rw-r--r--po/da.po6
-rw-r--r--po/de.po6
-rw-r--r--po/el.po6
-rw-r--r--po/en_GB.po6
-rw-r--r--po/es.po6
-rw-r--r--po/et.po6
-rw-r--r--po/eu.po6
-rw-r--r--po/fi.po6
-rw-r--r--po/fr.po6
-rw-r--r--po/gl.po6
-rw-r--r--po/he.po6
-rw-r--r--po/hi.po6
-rw-r--r--po/hr.po6
-rw-r--r--po/hu.po6
-rw-r--r--po/it.po6
-rw-r--r--po/ja.po6
-rw-r--r--po/ka.po6
-rw-r--r--po/lt.po6
-rw-r--r--po/nb.po6
-rw-r--r--po/nl.po6
-rw-r--r--po/pl.po6
-rw-r--r--po/pt.po6
-rw-r--r--po/pt_BR.po6
-rw-r--r--po/redshift.pot6
-rw-r--r--po/ro.po6
-rw-r--r--po/ru.po6
-rw-r--r--po/sr.po6
-rw-r--r--po/sv.po16
-rw-r--r--po/tr.po6
-rw-r--r--po/uk.po6
-rw-r--r--po/zh_CN.po6
-rw-r--r--po/zh_TW.po6
-rw-r--r--redshift.14
-rw-r--r--src/Makefile53
-rw-r--r--src/Makefile.am105
-rw-r--r--src/config.mk13
-rw-r--r--src/options.c3
59 files changed, 377 insertions, 2108 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index a365f4d..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-root = true
-
-[*]
-indent_style = tab
-indent_size = 8
-
-[*.m]
-indent_style = space
-indent_size = 2
-
-[*.py]
-indent_style = space
-indent_size = 4
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 04cd29c..0000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,29 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-
----
-
-**Describe the bug**
-A clear and concise description of what the bug is.
-
-- [ ] [I have checked the FAQ](https://github.com/jonls/redshift/blob/master/README.md#faq) and my issue is not mention there.
-
-**To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
-
-**Expected behavior**
-A clear and concise description of what you expected to happen.
-
-**Error output/logs/screenshots**
-If applicable, add screenshots to help explain your problem.
-
-**Software versions (please complete the following information):**
- - OS: [e.g. Linux/Windows/macOS]
- - Redshift version: [e.g. 1.11, run `redshift -V` in a terminal]
- - Distribution: [e.g. Ubuntu]
- - Redshift installed from: [e.g. "using apt-get", "built from source"]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 066b2d9..0000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for this project
-
----
-
-**Is your feature request related to a problem? Please describe.**
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-**Describe the solution you'd like**
-A clear and concise description of what you want to happen.
-
-**Describe alternatives you've considered**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Additional context**
-Add any other context or screenshots about the feature request here.
diff --git a/.gitignore b/.gitignore
index d56a6b6..4fe55e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,122 +1,23 @@
+*\#*
*~
-
-## From: https://github.com/github/gitignore/blob/master/C.gitignore
-# Prerequisites
-*.d
-
-# Object files
*.o
-*.ko
-*.obj
-*.elf
-
-# Linker output
-*.ilk
-*.map
-*.exp
-
-# Precompiled Headers
-*.gch
-*.pch
-
-# Libraries
-*.lib
*.a
-*.la
*.lo
-
-# Shared objects (inc. Windows DLLs)
-*.dll
+*.su
*.so
*.so.*
+*.dll
*.dylib
+*.gch
+*.gcov
+*.gcno
+*.gcda
+*.pyo*
+*.pyc*
+__pycache__/
+redshift-gtk
+redshift
-# Executables
-*.exe
-*.out
-*.app
-*.i*86
-*.x86_64
-*.hex
-
-# Debug files
-*.dSYM/
-*.su
-*.idb
-*.pdb
-
-# Kernel Module Compile Results
-*.mod*
-*.cmd
-.tmp_versions/
-modules.order
-Module.symvers
-Mkfile.old
-dkms.conf
-
-## From: https://github.com/github/gitignore/blob/master/Autotools.gitignore
-# http://www.gnu.org/software/automake
-
-Makefile.in
-/ar-lib
-/mdate-sh
-/py-compile
-/test-driver
-/ylwrap
-
-# http://www.gnu.org/software/autoconf
-
-autom4te.cache
-/autoscan.log
-/autoscan-*.log
-/aclocal.m4
-/compile
-/config.guess
-/config.h.in
-/config.log
-/config.status
-/config.sub
-/configure
-/configure.scan
-/depcomp
-/install-sh
-/missing
-/stamp-h1
-
-# https://www.gnu.org/software/libtool/
-
-/ltmain.sh
-
-# http://www.gnu.org/software/texinfo
-
-/texinfo.tex
-
-# http://www.gnu.org/software/m4/
-
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-
-## Redshift specific:
-# generated files
-/ABOUT-NLS
-/config.rpath
-/contrib/redshift.spec
-/data/apparmor/usr.bin.redshift
-/data/appdata/redshift-gtk.appdata.xml
-/data/applications/redshift.desktop
-/data/applications/redshift-gtk.desktop
-/data/systemd/redshift.service
-/data/systemd/redshift-gtk.service
-/m4
-/src/redshift
-/src/redshift-gtk/defs.py
-/src/redshift-gtk/redshift-gtk
-/src/redshift-gtk/__pycache__/
-
-# gettext
/po/POTFILES
/po/stamp-po
/po/stamp-it
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index cc0d35d..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-language: c
-
-matrix:
- include:
- - os: linux
- compiler: gcc
- dist: trusty
- sudo: false
- - os: osx
- compiler: clang
-
-addons:
- apt:
- packages:
- - autopoint
- - intltool
- # DRM
- - libdrm-dev
- # RANDR
- - libxcb1-dev
- - libxcb-randr0-dev
- # VidMode
- - libx11-dev
- - libxxf86vm-dev
- # GeoClue2
- - libglib2.0-dev
- # GUI
- - python3
-
-before_install: |
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
- brew update
- brew install gettext
- brew link --force gettext
- brew install intltool
- fi
-
-install:
- - ./bootstrap
- - mkdir "$TRAVIS_BUILD_DIR/root"
- - |
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
- ./configure --prefix="$TRAVIS_BUILD_DIR/root" --enable-drm --enable-vidmode --enable-randr --enable-geoclue2 --enable-gui --enable-apparmor
- elif [ "$TRAVIS_OS_NAME" == "osx" ]; then
- ./configure --prefix="$TRAVIS_BUILD_DIR/root" --enable-corelocation --enable-quartz --enable-gui
- fi
- - make -j2 install
- - make -j2 distcheck
-
-script:
- - |
- "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -pv
- - |
- "$TRAVIS_BUILD_DIR"/root/bin/redshift -l 12:-34 -m dummy -vo
- - |
- echo -e "[redshift]\ndawn-time=6:30\ndusk-time=18:00-19:30" > time.config
- - |
- "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -pv
- - |
- "$TRAVIS_BUILD_DIR"/root/bin/redshift -c time.config -m dummy -vo
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index c8a29e7..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,180 +0,0 @@
-
-Building from git clone
------------------------
-
-``` shell
-$ ./bootstrap
-$ ./configure
-```
-
-The bootstrap script will use autotools to set up the build environment
-and create the `configure` script.
-
-Use `./configure --help` for options. Use `--prefix` to make an install in
-your home directory. This is necessary to test python scripts. The systemd
-user unit directory should be set to avoid writing to the system location.
-
-Systemd will look for the unit files in `~/.config/systemd/user` so this
-directory can be used as a target if the unit files will be used. Otherwise
-the location can be set to `no` to disable the systemd files.
-
-Example:
-
-``` shell
-$ ./configure --prefix=$HOME/redshift/root \
- --with-systemduserunitdir=$HOME/.config/systemd/user
-```
-
-Now, build the files:
-
-``` shell
-$ make
-```
-
-The main redshift program can be run at this point. To install to the
-prefix directory run:
-
-``` shell
-$ make install
-```
-
-You can now run the python script. Example:
-
-``` shell
-$ $HOME/redshift/root/bin/redshift-gtk
-```
-
-
-Dependencies
-------------
-
-* autotools, gettext
-* intltool, libtool
-* libdrm (Optional, for DRM support)
-* libxcb, libxcb-randr (Optional, for RandR support)
-* libX11, libXxf86vm (Optional, for VidMode support)
-* Glib 2 (Optional, for GeoClue2 support)
-
-* python3, pygobject, pyxdg (Optional, for GUI support)
-* appindicator (Optional, for Ubuntu-style GUI status icon)
-
-Ubuntu users will find all these dependencies in the packages listed in ``.travis.yml``.
-
-
-Coding style for C code
------------------------
-
-Redshift follows roughly the Linux coding style
-<http://www.kernel.org/doc/Documentation/CodingStyle>. Some specific rules to
-note are:
-
-* Lines should not be longer than 80 characters in new code. If lines are
- longer than this the code could likely be improved by moving some parts to a
- smaller function.
-* All structures are typedef'ed.
-* Avoid Yoda conditions; they make the logic unnecessarily hard to comprehend.
-* Avoid multiline if-statements without braces; either use a single line or add
- the braces.
-* Use only C-style comments (`/* */`).
-
-
-Creating a pull request
------------------------
-
-1. Create a topic branch for your specific changes. You can base this off the
- master branch or a specific version tag if you prefer (`git co -b topic master`).
-2. Create a commit for each logical change on the topic branch. The commit log
- must contain a one line description (max 80 chars). If you cannot describe
- the commit in 80 characters you should probably split it up into multiple
- commits. The first line can be followed by a blank line and a longer
- description (split lines at 80 chars) for more complex commits. If the commit
- fixes a known issue, mention the issue number in the first line (`Fix #11:
- ...`).
-3. The topic branch itself should tackle one problem. Feel free to create many
- topic branches and pull requests if you have many different patches. Putting
- them into one branch makes it harder to review the code.
-4. Push the topic branch to Github, find it on github.com and create a pull
- request to the master branch. If you are making a bug fix for a specific
- release you can create a pull request to the release branch instead
- (e.g. `release-1.9`).
-5. Discussion will ensue. If you are not prepared to partake in the discussion
- or further improve your patch for inclusion, please say so and someone else
- may be able to take on responsibility for your patch. Otherwise we will
- assume that you will be open to criticism and suggestions for improvements
- and that you will take responsibility for further improving the patch. You
- can add further commits to your topic branch and they will automatically be
- added to the pull request when you push them to Github.
-6. You may be asked to rebase the patch on the master branch if your patch
- conflicts with recent changes to the master branch. However, if there is no
- conflict, there is no reason to rebase. Please do not merge the master back
- into your topic branch as that will convolute the history unnecessarily.
-7. Finally, when your patch has been refined, you may be asked to squash small
- commits into larger commits. This is simply so that the project history is
- clean and easy to follow. Remember that each commit should be able to stand
- on its own, be able to compile and function normally. Commits that fix a
- small error or adds a few comments to a previous commit should normally just
- be squashed into that larger commit.
-
-If you want to learn more about the Git branching model that we use please see
-<http://nvie.com/posts/a-successful-git-branching-model/> but note that we use
-the `master` branch as `develop`.
-
-
-Contributing translations
--------------------------
-
-You can contribute translations directly at
-[Launchpad Translations for Redshift](https://translations.launchpad.net/redshift).
-Updated translations will be pulled back into the `po` files on Github
-before a release is made.
-
-
-Creating a new release
-----------------------
-
-1. Select a commit in master to branch from, or if making a bugfix release
- use previous release tag as base (e.g. for 1.9.1 use 1.9 as base)
-2. Create release branch `release-X.Y`
-3. Apply any bugfixes for release
-4. Import updated translations from launchpad and commit. Remember to update
- `po/LINGUAS` if new languages were added
-5. Update version in `configure.ac` and create entry in NEWS
-6. Run `make distcheck`
-7. Commit and tag release (`vX.Y` or `vX.Y.Z`)
-8. Push tag to Github and also upload source dist file to Github
-
-Also remember to check before release that
-
-* Windows build is ok
-* Build files for distributions are updated
-
-
-Build Fedora RPMs
------------------
-
-Run `make dist-xz` and copy the `.tar.xz` file to `~/rpmbuild/SOURCES`. Then run
-
-``` shell
-$ rpmbuild -ba contrib/redshift.spec
-```
-
-If successful this will place RPMs in `~/rpmbuild/RPMS`.
-
-
-Cross-compile for Windows
--------------------------
-
-Install MinGW and run `configure` using the following command line. Use
-`i686-w64-mingw32` as host for 32-bit builds.
-
-``` shell
-$ ./configure --disable-drm --disable-randr --disable-vidmode --enable-wingdi \
- --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui \
- --disable-ubuntu --host=x86_64-w64-mingw32
-```
-
-
-Notes
------
-* verbose flag is (currently) only held in redshift.c; thus, write all
- verbose messages there.
diff --git a/DESIGN b/DESIGN
deleted file mode 100644
index db9731c..0000000
--- a/DESIGN
+++ /dev/null
@@ -1,95 +0,0 @@
-This is a document describing how redshift works. It might be useful
-if the normal docs don't answer a question, or when you want to hack
-on the code.
-
-
-Programs
-========
-
-redshift
---------
-
-redshift is a program written in C that tries to figure out the user's
-location during startup, and then goes into a loop setting the display
-gamma according to the time of day every couple seconds or minutes
-(details?).
-
-On systems that support signals, it reacts to the SIGUSR1 signal by
-switching to day/night immediately, and when receiving SIGINT or
-SIGTERM, it restores the screen gamma (to 6500K).
-
-Redshift knows short and long transitions, short transitions being
-used at start and when reacting to signals. Short transitions take
-about 10 seconds; long transitions about 50 minutes.
-
-Once running, redshift currently doesn't check location providers
-again.
-
-
-redshift-gtk
-------------
-
-redshift-gtk is a small program written in Python that shows a status
-icon (what is an appindicator versus a GTK status icon?) (does it
-change the icon according to internal program state of redshift?
-doesn't seem so) and run an instance of the "redshift" program, and
-will send it SIGUSR1 each time the user clicks the icon.
-
-
-Alternative Features
-====================
-
-Redshift interacts with the rest of the system in two ways: reading
-the location, and setting the gamma. Both can be done in different
-ways, and so for both areas there are configure options to
-enable/disable compilation of the various methods. ./configure --help
-shows more about what parts of the program that can be conditionally
-compiled.
-
-NOTE: some features have to be disabled explicitely, like
---disable-gnome-clock to prevent the gnome-clock code from being built
-in.
-
-The two groups of features shall be called: "location providers" and
-"adjustment methods".
-
-These are probably not the best names for these things but at least
-I've been mostly consistent with the naming throughout the source code
-(I hope).
-
-First adjustment methods: There is "randr" which is the preferred
-because it has support for multiple outputs per X screen which is lacking
-in "vidmode". Both are APIs in the X server that allow for manipulation
-of gamma ramps, which is what Redshift uses to change the screen color
-temperature. There's also "wingdi" which is for the Windows version,
-and "drm" which allows manipulation of gamma ramps in a TTY in Linux.
-
-Then there are location providers: "manual", "geoclue2" and "corelocation".
-Some time ago there was only one way to specify the
-location which had to be done manually with the argument "-l LAT:LON".
-Then later, automatic "location providers" were added and the syntax
-had to be changed to "-l PROVIDER:OPTIONS" where OPTIONS are arguments
-specific to the provider. But to make people less confused about the
-change I decided to still support the "-l LAT:LON" syntax, so if the
-PROVIDER is a number, the whole thing is parsed as LAT:LON. You could
-run redshift with "-l manual:lat=55:lon=12" and get the same effect as
-"-l 55:12".
-
-So there are currently two automatic location providers "gnome-clock"
-and "geoclue". From the beginning I was looking for a way to get the
-location automatically (from e.g. GPS) and Geoclue seemed like a good
-idea, but upon closer investigation it turned out to be horribly
-unstable. At this time GNOME had a clock applet which was present by
-default (at least in Ubuntu) that allowed the user to set a home town.
-This setting was registered in the gconf key
-/apps/panel/applets/clock_screen*/prefs/cities.
-The idea was to use this information until Geoclue had become more
-stable. To me, it always was a hack. Now that the Clock applet has
-gone (at least in Ubuntu) the "gnome-clock" makes little sense and
-causes a lot of trouble, so I really want to get rid of it as soon as
-possible. The problem is that Geoclue is still problematic for some
-people.
-
-Lastly, there's the support for configuration files for which there's
-no real documentation, but all the options that can be set on the
-command line can also be set in the config file.
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 7e58f08..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,141 +0,0 @@
-
-SUBDIRS = src po
-ACLOCAL_AMFLAGS = -I m4
-
-# Install systemd user unit files locally for distcheck
-DISTCHECK_CONFIGURE_FLAGS = \
- --with-systemduserunitdir=$$dc_install_base/$(systemduserunitdir)
-
-UPDATE_ICON_CACHE = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor || :
-
-EXTRA_ROOTDOC_FILES = \
- CONTRIBUTING.md \
- DESIGN \
- README \
- README-colorramp \
- redshift.conf.sample
-
-_HICOLOR_FILES = \
- data/icons/hicolor/scalable/apps/redshift.svg \
- data/icons/hicolor/scalable/apps/redshift-status-on.svg \
- data/icons/hicolor/scalable/apps/redshift-status-off.svg
-
-_UBUNTU_MONO_DARK_FILES = \
- data/icons/ubuntu-mono-dark/scalable/apps/redshift-status-on.svg \
- data/icons/ubuntu-mono-dark/scalable/apps/redshift-status-off.svg
-
-_UBUNTU_MONO_LIGHT_FILES = \
- data/icons/ubuntu-mono-light/scalable/apps/redshift-status-on.svg \
- data/icons/ubuntu-mono-light/scalable/apps/redshift-status-off.svg
-
-DESKTOP_IN_FILES = \
- data/applications/redshift.desktop.in \
- data/applications/redshift-gtk.desktop.in
-
-SYSTEMD_USER_UNIT_IN_FILES = \
- data/systemd/redshift.service.in \
- data/systemd/redshift-gtk.service.in
-
-APPDATA_IN_FILES = \
- data/appdata/redshift-gtk.appdata.xml.in
-
-APPARMOR_IN_FILES = \
- data/apparmor/usr.bin.redshift.in
-
-
-# Icons
-if ENABLE_GUI
-hicolor_icondir = @datadir@/icons/hicolor/scalable/apps
-hicolor_icon_DATA = $(_HICOLOR_FILES)
-
-if ENABLE_UBUNTU
-ubuntu_mono_dark_icondir = @datadir@/icons/ubuntu-mono-dark/scalable/apps
-ubuntu_mono_dark_icon_DATA = $(_UBUNTU_MONO_DARK_FILES)
-
-ubuntu_mono_light_icondir = @datadir@/icons/ubuntu-mono-light/scalable/apps
-ubuntu_mono_light_icon_DATA = $(_UBUNTU_MONO_LIGHT_FILES)
-endif
-endif
-
-
-# Desktop file
-if ENABLE_GUI
-desktopdir = @datadir@/applications
-desktop_DATA = $(DESKTOP_IN_FILES:.desktop.in=.desktop)
-endif
-
-if ENABLE_GUI
-install-data-hook:
- $(UPDATE_ICON_CACHE);
-
-uninstall-hook:
- $(UPDATE_ICON_CACHE);
-
-# We would preferable use @INTLTOOL_DESKTOP_RULE@ here but
-# sadly it is broken for out-of-tree builds.
-%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
- $(AM_V_GEN)$(MKDIR_P) $(@D);
- $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
-endif
-
-
-# man page
-dist_man1_MANS = redshift.1
-
-
-# Systemd service files
-if ENABLE_SYSTEMD
-systemduserunit_DATA = $(SYSTEMD_USER_UNIT_IN_FILES:.service.in=.service)
-endif
-
-$(systemduserunit_DATA): $(SYSTEMD_USER_UNIT_IN_FILES) Makefile
- $(AM_V_GEN)$(MKDIR_P) $(@D) && \
- sed -e "s|\@bindir\@|$(bindir)|g" "$(srcdir)/$(@:.service=.service.in)" > $@
-
-
-# Appdata file
-if ENABLE_GUI
-appdatadir = @datadir@/appdata
-appdata_DATA = $(APPDATA_IN_FILES:.xml.in=.xml)
-
-# We would preferable use @INTLTOOL_XML_RULE@ here but
-# sadly it is broken for out-of-tree builds.
-%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po)
- $(AM_V_GEN)$(MKDIR_P) $(@D);
- $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
-endif
-
-
-# AppArmor profile
-if ENABLE_APPARMOR
-apparmordir = @sysconfdir@/apparmor.d
-apparmor_DATA = $(APPARMOR_IN_FILES:.in=)
-
-$(apparmor_DATA): $(APPARMOR_IN_FILES) Makefile
- $(AM_V_GEN)$(MKDIR_P) $(@D) && \
- sed -e "s|\@bindir\@|$(bindir)|g" "$(srcdir)/$(@:=.in)" > $@
-endif
-
-
-
-EXTRA_DIST = \
- $(EXTRA_ROOTDOC_FILES) \
- $(_HICOLOR_FILES) \
- $(_UBUNTU_MONO_DARK_FILES) \
- $(_UBUNTU_MONO_LIGHT_FILES) \
- $(DESKTOP_IN_FILES) \
- $(SYSTEMD_USER_UNIT_IN_FILES) \
- $(APPDATA_IN_FILES) \
- $(APPARMOR_IN_FILES)
-
-CLEANFILES = \
- $(desktop_DATA) \
- $(systemduserunit_DATA) \
- $(appdata_DATA) \
- $(apparmor_DATA)
-
-
-# Update PO translations
-.PHONY: update-po
-update-po:
- cd po && $(MAKE) POTFILES redshift.pot update-po
diff --git a/NEWS b/NEWS
deleted file mode 120000
index 7b97b99..0000000
--- a/NEWS
+++ /dev/null
@@ -1 +0,0 @@
-NEWS.md \ No newline at end of file
diff --git a/NEWS.md b/NEWS.md
deleted file mode 100644
index d25373f..0000000
--- a/NEWS.md
+++ /dev/null
@@ -1,217 +0,0 @@
-News
-====
-
-v1.12 (2018-05-20)
-------------------
-- Change location providers to allow updates. GeoClue and CoreLocation now
- provide continuous location updates.
-- Allow time-based configuration i.e. setting the redness effect based on time
- of day instead of based on the elevation of the sun. See the man page for
- more information.
-- Now looks for the configuration file in `~/.config/redshift/redshift.conf`
- (or `${XDG_CONFIG_HOME}/redshift/redshift.conf`) if `$XDG_CONFIG_HOME` is
- set. The old location at `~/.config/redshift.conf` is deprecated but
- still searched as a fall back.
-- Run hooks when enabling/disabling Redshift.
-- Default temperatures changed to 6500K during daytime and 4500K during night.
-- With `randr`, allow multiple but not all CRTCs to be redshifted.
-- Removes deprecated original GeoClue location provider (use GeoClue 2
- instead).
-- The option for enabling the short fade between color effects is now called
- `fade` instead of `transition` in the configuration file. The term transition
- caused a lot of confusion about what this option does (the old option still
- works but is deprecated).
-- The `preserve` option is enabled by default for `vidmode`, `randr`, Windows
- (`w32gdi`) and macOS (`quartz`). The option is now controlled by the `-P`
- command line option.
-- Work around issue where Windows adjustments sometimes fail.
-- Install AppArmor profile.
-- quartz: Fix incorrect use of display identifier.
-- Various bug fixes and updated translations.
-
-v1.11 (2016-01-02)
-------------------
-- Add option `preserve` for gamma adjustment methods (`randr`, `vidmode`,
- `quartz`, `w32gdi`) to apply redness on top of current gamma correction.
-- Fix #158: Add redshift.desktop file to resolve an issue where Geoclue2
- would not allow redshift to obtain the current location (Laurent Bigonville)
-- Fix #263: Make sure that the child process is terminated when redshift-gtk
- exits.
-- Fix #284: A sample configuation file has been added to the distribution
- tarball.
-- Fix warning message in redshift-gtk that is some cases caused redshift-gtk
- to fail (#271) (Christian Stadelmann, Javier Cantero)
-- Fix #174: Use nanosleep() for sleeping to avoid high CPU load on platforms
- (NetBSD, ...) with limitations in usleep() (Piotr Meyer)
-- Various updates to man page and translations.
-
-
-v1.10 (2015-01-04)
-------------------
-* Fix #80: Add Geoclue2 location provider.
-* Add CoreLocation (OSX) location provider and Quartz (OSX) gamma
- adjustment method.
-* Add hooks for user actions on period switch.
-* Be less verbose when color values/period did not change.
-* Add config setting to set gamma separately for day/night.
-* Add support for custom transition start and end elevation (Mattias
- Andrée).
-* redshift-gtk: Show errors from child process in a dialog.
-* Fix #95: Add AppData file for package managers.
-* Use gettimeofday if POSIX timers not available (add support for
- OSX).
-* Fix #41: Do not jump to 0 % or 100 % when changing direction of
- transition (Mattias Andrée).
-* redshift-gtk: Relay USR1 signal to redshift process.
-* redshift-gtk: Notify desktop about startup completion.
-* Fix: systemd unit files were built from the wrong source.
-* Fix #90: Print N/S and E/W in the location (Mattias Andrée).
-* Fix #112: redshift-gtk: Do not buffer lines from child indefinitely.
-* Fix #105: Limit decimals in displayed location to two.
-* Update dependencies listed in HACKING.md (emilf, Kees Hink).
-* Fix: Make desktop file translatable.
-* Add Travis CI build script.
-
-v1.9.1 (2014-04-20)
--------------------
-* Fix: Do not distribute redshift-gtk, only redshift-gtk.in.
-* Fix: Geoclue support should pull in Glib as dependency.
-* geoclue: Fix segfault when error is NULL (Mattias Andrée).
-* geoclue: Set DISPLAY=:0 to work around issue when outside X
- (Mattias Andrée).
-* redshift-gtk: Fix crash when toggling state using the status icon.
-* redshift-gtk: Fix line splitting logic (Maks Verver).
-
-v1.9 (2014-04-06)
------------------
-* Use improved color scheme provided by Ingo Thies.
-* Add drm driver which will apply adjustments on linux consoles
- (Mattias Andrée).
-* Remove deprecated GNOME clock location provider.
-* Set proc title for redshift-gtk (Linux/BSD) (Philipp Hagemeister).
-* Show current temperature, location and status in GUI.
-* Add systemd user unit files so that redshift can be used with
- systemd as a session manager (Henry de Valence).
-* Use checkbox to toggle Redshift in GUI (Mattias Andrée).
-* Gamma correction is applied after brightness and temperature
- (Mattias Andrée).
-* Use XDG Base Directory Specification when looking for configuration
- file (Mattias Andrée).
-* Load config from %LOCALAPPDATA%\redshift.conf on Windows (TingPing).
-* Add RPM spec for Fedora in contrib.
-* redshift-gtk has been ported to Python3 and new PyGObject bindings
- for Python.
-
-v1.8 (2013-10-21)
------------------
-* IMPORTANT: gtk-redshift has changed name to redshift-gtk.
-* Fix crash when starting geoclue provider. (Thanks to Maks Verver)
-* Fix slight flicker int gamme ramp values (Sean Hildebrand)
-* Add redshift-gtk option to suspend for a short time period (Jendrik Seipp).
-* Add print mode (prints parameters and exits) by Vincent Breitmoser.
-* Set buffering on stdout and stderr to line-buffered.
-* Allow separate brightness for day and night (Olivier Fabre and Jeremy Erickson).
-* Fix various crashes/bugs/typos (Benjamin Kerensa and others)
-
-v1.7 (2011-07-04)
------------------
-* Add Geoclue location provider by Mathieu Trudel-Lapierre.
-* Allow brightness to be adjusted (-b).
-* Provide option to set color temperature directly (Joe Hillenbrand).
-* Add option to show program version (-V).
-* Add configure.ac option to install ubuntu icons. They will no longer be
- installed by default (Francesco Marella).
-* config: Look in %userprofile%/.config/redshift.conf on windows platform.
-* Fix: w32gdi: Obtain a new DC handle on every adjustment. This fixes a bug
- where redshift stops updating the screen.
-
-v1.6 (2010-10-18)
------------------
-* Support for optional configuration file (fixes #590722).
-* Add man page for redshift written by Andrew Starr-Bochicchio (fixes #582196).
-* Explain in help output that 6500K is the neutral color temperature
- (fixes #627113).
-* Fix: Handle multiple instances of the GNOME clock applet; contributed by
- Francesco Marella (fixes #610860).
-* Fix: Redshift crashes when VidMode fails (fixes #657451).
-* Fix: Toggle menu item should not be of class gtk.ImageMenuItem
- (fixes #620355).
-* New translations and translation updates: Lithuanian (Aurimas Fišeras);
- Brazilian Portuguese (Matteus Sthefano Leite da Silva);
- Finnish (Jani Välimaa); Italian (Simone Sandri); French (Emilien Klein);
- Russian (Anton Chernyshov).
-
-v1.5 (2010-08-18)
------------------
-* New ubuntu-mono-dark icons that fit better with the color guidelines.
- Contributed by aleth.
-* Improve GNOME location provider (patch by Gabriel de Perthuis).
-* Application launcher and autostart feature contributed by Francesco Marella.
-* Translation updates: Basque (Ibai Oihanguren); Chinese (Jonathan Lumb);
- French (Hangman, XioNoX); German (Jan-Christoph Borchardt); Hebrew
- (dotancohen); Spanish (Fernando Ossandon).
-
-v1.4.1 (2010-06-15)
--------------------
-* Include Ubuntu Mono icons by Joern Konopka.
-* Fix: Toggle icon in statusicon.py like appindicator already does.
-* Tranlation updates: Spanish (Fernando Ossandon), Russian (Чистый)
-
-v1.4 (2010-06-13)
------------------
-* Command line options for color adjustment methods changed. Procedure for
- setting specific screen (-s) or CRTC (-c) changed. See `redshift -h` for
- more information.
-* Automatically obtain the location from the GNOME Clock applet if possible.
-* Add application indicator GUI (by Francesco Marella) (fixes #588086).
-* Add reset option (-x) that removes any color adjustment applied. Based on
- patch by Dan Helfman (fixes #590777).
-* `configure` options for GUI changed; see `configure --help` for more
- information.
-* New translations:
- - German (Jan-Christoph Borchardt)
- - Italian (Andrea Amoroso)
- - Czech (clever_fox)
- - Spanish (Fernando Ossandon)
- - Finnish (Ilari Oras)
-
-v1.3 (2010-05-12)
------------------
-* Allow adjusting individual CRTCs when using RANDR. Contributed by
- Alexandros Frantzis.
-* Add WinGDI method for gamma adjustments on Windows platform.
-* Compile with mingw (tested with cross compiler on ubuntu build system).
-
-v1.2 (2010-02-12)
------------------
-* Native language support: Danish and russian translations included in
- this release. Thanks goes to Gregory Petrosyan for the russian
- translation.
-
-v1.1 (2010-01-14)
------------------
-* Provide a GTK status icon (tray icon) for redshift with the
- gtk-redshift program.
-
-v1.0 (2010-01-09)
------------------
-* Temporarily disable/enable when USR1 signal is received.
-
-v0.4 (2010-01-07)
------------------
-* Restore gamma ramps on program exit.
-
-v0.3 (2009-12-28)
------------------
-* Continuously adjust color temperature. One shot mode can be selected
- with a command line switch.
-* Allow selection of X screen to apply adjustments to.
-
-v0.2 (2009-12-23)
------------------
-* Add a different method for setting the gamma ramps. It uses the
- VidMode extension.
-
-v0.1 (2009-11-04)
------------------
-* Initial release.
diff --git a/README-colorramp b/README-colorramp
deleted file mode 100644
index 9743c35..0000000
--- a/README-colorramp
+++ /dev/null
@@ -1,296 +0,0 @@
-Updated color ramp calculation in Redshift 1.9
-==============================================
-
-Ingo Thies, 2013
-
-
-The original version of Redshift uses an RGB table from
-
-http://www.vendian.org/mncharity/dir3/blackbody/UnstableURLs/bbr_color.html
-
-which contains x,y chromaticities as well as decimal and integer/hex RGB data.
-Unfortunately, the decimal values used for Redshift are not gamma-corrected
-while the others are. The gamma correction is part of the sRGB specifications
-and is described in detail at http://en.wikipedia.org/wiki/SRGB. It can roughly
-be approximated by a power law with an exponent gamma about 2.2. Omitting this
-correction results in exaggerated color values. A minor issue concerns the
-standard whitepoints which are slightly off the Planckian locus. In particular,
-D65 (which corresponds to maximized RGB=1,1,1 in sRGB) contains slightly more
-green than 6500 K blackbody color. The developers of Redshift solved this by
-rescaling the RGB values to match 1,1,1 at 6500 K. This, however, leads to
-slightly incorrect colors.
-
-The corrected color ramp is calculated by the actual Planckian locus below 5000
-kelvins and CIE daylight standard above with an interpolation between these
-limits. The x,y chromaticities are calculated by using the method described
-in
-
-http://en.wikipedia.org/wiki/Standard_illuminant#Illuminant_series_D
-
-for daylight and by integrating the CIE 1931 color-matching functions for the
-blackbody spectrum to obtain the Planckian locus. The advantage of using the
-D-type whitepoint is that D65 is already at RGB=1,1,1, so in principle no
-adjustment is required. In practice, minor deviations remain, mainly due to the
-fact that D65 is actually at 6504 K (a consequence of different values for the
-physical constants being used in the 1960's when D65 was defined) and also due
-to rounding issues. This is fixed by a slight adjustment of RGB which is
-negligible in practice.
-
-Below are the RGB, x,y and u,v values of the hybrid color ramp used here.
-Plots of x,y and u,v can be found in xy1931chart.png and uv1960chart.png. The
-Planckian locus is the smooth curve in the middle of the kelvin tics. The
-colorramp used in modified Redshift is the one shifting upwards above 5000 K.
-The official definition of the daylight locus extends down to 4000 K, including
-D55 and D50 standard illuminants. However, to my eyes the color tone looks more
-natural for color temperatures below 6500 K if switched back to Planckian. For
-this mere reason the curve shifts to Planckian already between 6500 and and
-5000 K rather than below 5000 K.
-
-Note that the color ramp ends at 25100 K instead of the intended maximum of
-25000 K. This is to avoid an array overflow in the interpolation procedure. In
-the original Redshift the max. value of 10000 K could never be used for this
-reason.
-
- kelvins mireds RGB x,y u,v
- 1000.00 1000.000 1.00000000 0.18172716 0.00000000 0.65273323 0.34447987 0.44797565 0.35462863
- 1100.00 909.091 1.00000000 0.25503671 0.00000000 0.63873894 0.35651626 0.42577506 0.35647365
- 1200.00 833.333 1.00000000 0.30942099 0.00000000 0.62502772 0.36747333 0.40588690 0.35795039
- 1300.00 769.231 1.00000000 0.35357379 0.00000000 0.61161486 0.37725198 0.38809317 0.35907136
- 1400.00 714.286 1.00000000 0.39091524 0.00000000 0.59850510 0.38580851 0.37216463 0.35985729
- 1500.00 666.667 1.00000000 0.42322816 0.00000000 0.58570272 0.39314233 0.35788307 0.36033379
- 1600.00 625.000 1.00000000 0.45159884 0.00000000 0.57321532 0.39928597 0.34505055 0.36052904
- 1700.00 588.235 1.00000000 0.47675916 0.00000000 0.56105421 0.40429655 0.33349186 0.36047214
- 1800.00 555.556 1.00000000 0.49923747 0.00000000 0.54923312 0.40824837 0.32305388 0.36019191
- 1900.00 526.316 1.00000000 0.51943421 0.00000000 0.53776653 0.41122667 0.31360366 0.35971610
- 2000.00 500.000 1.00000000 0.54360078 0.08679949 0.52666805 0.41332243 0.30502601 0.35907083
- 2100.00 476.190 1.00000000 0.56618736 0.14065513 0.51594919 0.41462823 0.29722115 0.35828027
- 2200.00 454.545 1.00000000 0.58734976 0.18362641 0.50561853 0.41523508 0.29010253 0.35736649
- 2300.00 434.783 1.00000000 0.60724493 0.22137978 0.49568136 0.41523016 0.28359494 0.35634941
- 2400.00 416.667 1.00000000 0.62600248 0.25591950 0.48613958 0.41469527 0.27763286 0.35524684
- 2500.00 400.000 1.00000000 0.64373109 0.28819679 0.47699184 0.41370588 0.27215903 0.35407459
- 2600.00 384.615 1.00000000 0.66052319 0.31873863 0.46823386 0.41233069 0.26712334 0.35284660
- 2700.00 370.370 1.00000000 0.67645822 0.34786758 0.45985885 0.41063151 0.26248174 0.35157507
- 2800.00 357.143 1.00000000 0.69160518 0.37579588 0.45185787 0.40866340 0.25819546 0.35027065
- 2900.00 344.828 1.00000000 0.70602449 0.40267128 0.44422033 0.40647504 0.25423026 0.34894256
- 3000.00 333.333 1.00000000 0.71976951 0.42860152 0.43693431 0.40410911 0.25055582 0.34759878
- 3100.00 322.581 1.00000000 0.73288760 0.45366838 0.42998698 0.40160280 0.24714525 0.34624614
- 3200.00 312.500 1.00000000 0.74542112 0.47793608 0.42336490 0.39898835 0.24397461 0.34489052
- 3300.00 303.030 1.00000000 0.75740814 0.50145662 0.41705424 0.39629352 0.24102257 0.34353691
- 3400.00 294.118 1.00000000 0.76888303 0.52427322 0.41104108 0.39354213 0.23827007 0.34218955
- 3500.00 285.714 1.00000000 0.77987699 0.54642268 0.40531154 0.39075447 0.23570001 0.34085200
- 3600.00 277.778 1.00000000 0.79041843 0.56793692 0.39985192 0.38794778 0.23329708 0.33952726
- 3700.00 270.270 1.00000000 0.80053332 0.58884417 0.39464885 0.38513659 0.23104750 0.33821781
- 3800.00 263.158 1.00000000 0.81024551 0.60916971 0.38968931 0.38233313 0.22893883 0.33692571
- 3900.00 256.410 1.00000000 0.81957693 0.62893653 0.38496077 0.37954757 0.22695986 0.33565263
- 4000.00 250.000 1.00000000 0.82854786 0.64816570 0.38045117 0.37678834 0.22510046 0.33439993
- 4100.00 243.902 1.00000000 0.83717703 0.66687674 0.37614896 0.37406236 0.22335143 0.33316866
- 4200.00 238.095 1.00000000 0.84548188 0.68508786 0.37204315 0.37137528 0.22170443 0.33195966
- 4300.00 232.558 1.00000000 0.85347859 0.70281616 0.36812324 0.36873160 0.22015187 0.33077353
- 4400.00 227.273 1.00000000 0.86118227 0.72007777 0.36437931 0.36613489 0.21868685 0.32961072
- 4500.00 222.222 1.00000000 0.86860704 0.73688797 0.36080191 0.36358791 0.21730306 0.32847151
- 4600.00 217.391 1.00000000 0.87576611 0.75326132 0.35738213 0.36109274 0.21599475 0.32735605
- 4700.00 212.766 1.00000000 0.88267187 0.76921169 0.35411155 0.35865086 0.21475665 0.32626438
- 4800.00 208.333 1.00000000 0.88933596 0.78475236 0.35098221 0.35626326 0.21358394 0.32519645
- 4900.00 204.082 1.00000000 0.89576933 0.79989606 0.34798660 0.35393053 0.21247220 0.32415212
- 5000.00 200.000 1.00000000 0.90198230 0.81465502 0.34511765 0.35165288 0.21141735 0.32313121
- 5100.00 196.078 1.00000000 0.90963069 0.82838210 0.34241203 0.35001272 0.21021935 0.32232854
- 5200.00 192.308 1.00000000 0.91710889 0.84190889 0.33979886 0.34839077 0.20907188 0.32153748
- 5300.00 188.679 1.00000000 0.92441842 0.85523742 0.33727444 0.34678727 0.20797270 0.32075786
- 5400.00 185.185 1.00000000 0.93156127 0.86836903 0.33483529 0.34520270 0.20691958 0.31998956
- 5500.00 181.818 1.00000000 0.93853986 0.88130458 0.33247815 0.34363762 0.20591041 0.31923255
- 5600.00 178.571 1.00000000 0.94535695 0.89404470 0.33019990 0.34209270 0.20494313 0.31848685
- 5700.00 175.439 1.00000000 0.95201559 0.90658983 0.32799758 0.34056863 0.20401576 0.31775250
- 5800.00 172.414 1.00000000 0.95851906 0.91894041 0.32586836 0.33906607 0.20312639 0.31702955
- 5900.00 169.492 1.00000000 0.96487079 0.93109690 0.32380952 0.33758570 0.20227319 0.31631809
- 6000.00 166.667 1.00000000 0.97107439 0.94305985 0.32181844 0.33612812 0.20145443 0.31561817
- 6100.00 163.934 1.00000000 0.97713351 0.95482993 0.31989262 0.33469388 0.20066842 0.31492986
- 6200.00 161.290 1.00000000 0.98305189 0.96640795 0.31802964 0.33328348 0.19991358 0.31425322
- 6300.00 158.730 1.00000000 0.98883326 0.97779486 0.31622718 0.33189733 0.19918839 0.31358829
- 6400.00 156.250 1.00000000 0.99448139 0.98899179 0.31448300 0.33053578 0.19849141 0.31293509
- 6500.00 153.846 1.00000000 1.00000000 1.00000000 0.31279496 0.32919912 0.19782126 0.31229365
- 6600.00 151.515 0.98947904 0.99348723 1.00000000 0.31120243 0.32761002 0.19730962 0.31156863
- 6700.00 149.254 0.97940448 0.98722715 1.00000000 0.30966650 0.32606300 0.19681912 0.31086072
- 6800.00 147.059 0.96975025 0.98120637 1.00000000 0.30818460 0.32455698 0.19634862 0.31016953
- 6900.00 144.928 0.96049223 0.97541240 1.00000000 0.30675427 0.32309087 0.19589702 0.30949467
- 7000.00 142.857 0.95160805 0.96983355 1.00000000 0.30537319 0.32166361 0.19546333 0.30883576
- 7100.00 140.845 0.94303638 0.96443333 1.00000000 0.30403281 0.32026747 0.19504461 0.30818933
- 7200.00 138.889 0.93480451 0.95923080 1.00000000 0.30273830 0.31890887 0.19464226 0.30755844
- 7300.00 136.986 0.92689056 0.95421394 1.00000000 0.30148708 0.31758616 0.19425527 0.30694243
- 7400.00 135.135 0.91927697 0.94937330 1.00000000 0.30027715 0.31629817 0.19388281 0.30634088
- 7500.00 133.333 0.91194747 0.94470005 1.00000000 0.29910666 0.31504380 0.19352414 0.30575337
- 7600.00 131.579 0.90488690 0.94018594 1.00000000 0.29797383 0.31382196 0.19317853 0.30517949
- 7700.00 129.870 0.89808115 0.93582323 1.00000000 0.29687698 0.31263161 0.19284534 0.30461885
- 7800.00 128.205 0.89151710 0.93160469 1.00000000 0.29581456 0.31147172 0.19252394 0.30407106
- 7900.00 126.582 0.88518247 0.92752354 1.00000000 0.29478506 0.31034133 0.19221375 0.30353576
- 8000.00 125.000 0.87906581 0.92357340 1.00000000 0.29378708 0.30923947 0.19191423 0.30301259
- 8100.00 123.457 0.87315640 0.91974827 1.00000000 0.29281928 0.30816524 0.19162486 0.30250119
- 8200.00 121.951 0.86744421 0.91604254 1.00000000 0.29188041 0.30711774 0.19134517 0.30200123
- 8300.00 120.482 0.86191983 0.91245088 1.00000000 0.29096927 0.30609613 0.19107470 0.30151239
- 8400.00 119.048 0.85657444 0.90896831 1.00000000 0.29008472 0.30509957 0.19081303 0.30103433
- 8500.00 117.647 0.85139976 0.90559011 1.00000000 0.28922569 0.30412727 0.19055976 0.30056676
- 8600.00 116.279 0.84638799 0.90231183 1.00000000 0.28839116 0.30317845 0.19031452 0.30010938
- 8700.00 114.943 0.84153180 0.89912926 1.00000000 0.28758016 0.30225239 0.19007694 0.29966190
- 8800.00 113.636 0.83682430 0.89603843 1.00000000 0.28679177 0.30134837 0.18984670 0.29922403
- 8900.00 112.360 0.83225897 0.89303558 1.00000000 0.28602511 0.30046569 0.18962347 0.29879552
- 9000.00 111.111 0.82782969 0.89011714 1.00000000 0.28527935 0.29960369 0.18940696 0.29837609
- 9100.00 109.890 0.82353066 0.88727974 1.00000000 0.28455370 0.29876173 0.18919689 0.29796550
- 9200.00 108.696 0.81935641 0.88452017 1.00000000 0.28384740 0.29793919 0.18899298 0.29756349
- 9300.00 107.527 0.81530175 0.88183541 1.00000000 0.28315974 0.29713548 0.18879499 0.29716984
- 9400.00 106.383 0.81136180 0.87922257 1.00000000 0.28249004 0.29635003 0.18860267 0.29678431
- 9500.00 105.263 0.80753191 0.87667891 1.00000000 0.28183762 0.29558228 0.18841579 0.29640668
- 9600.00 104.167 0.80380769 0.87420182 1.00000000 0.28120189 0.29483169 0.18823415 0.29603673
- 9700.00 103.093 0.80018497 0.87178882 1.00000000 0.28058223 0.29409775 0.18805752 0.29567426
- 9800.00 102.041 0.79665980 0.86943756 1.00000000 0.27997808 0.29337997 0.18788573 0.29531906
- 9900.00 101.010 0.79322843 0.86714579 1.00000000 0.27938891 0.29267787 0.18771858 0.29497094
-10000.00 100.000 0.78988728 0.86491137 1.00000000 0.27881418 0.29199098 0.18755589 0.29462971
-10100.00 99.010 0.78663296 0.86273225 1.00000000 0.27825341 0.29131886 0.18739750 0.29429519
-10200.00 98.039 0.78346225 0.86060650 1.00000000 0.27770613 0.29066108 0.18724326 0.29396720
-10300.00 97.087 0.78037207 0.85853224 1.00000000 0.27717187 0.29001723 0.18709300 0.29364556
-10400.00 96.154 0.77735950 0.85650771 1.00000000 0.27665020 0.28938690 0.18694658 0.29333012
-10500.00 95.238 0.77442176 0.85453121 1.00000000 0.27614071 0.28876971 0.18680386 0.29302070
-10600.00 94.340 0.77155617 0.85260112 1.00000000 0.27564300 0.28816528 0.18666472 0.29271716
-10700.00 93.458 0.76876022 0.85071588 1.00000000 0.27515669 0.28757326 0.18652902 0.29241934
-10800.00 92.593 0.76603147 0.84887402 1.00000000 0.27468141 0.28699330 0.18639665 0.29212710
-10900.00 91.743 0.76336762 0.84707411 1.00000000 0.27421680 0.28642506 0.18626749 0.29184030
-11000.00 90.909 0.76076645 0.84531479 1.00000000 0.27376254 0.28586822 0.18614142 0.29155879
-11100.00 90.090 0.75822586 0.84359476 1.00000000 0.27331830 0.28532246 0.18601836 0.29128244
-11200.00 89.286 0.75574383 0.84191277 1.00000000 0.27288377 0.28478748 0.18589819 0.29101113
-11300.00 88.496 0.75331843 0.84026762 1.00000000 0.27245865 0.28426300 0.18578081 0.29074473
-11400.00 87.719 0.75094780 0.83865816 1.00000000 0.27204265 0.28374872 0.18566615 0.29048312
-11500.00 86.957 0.74863017 0.83708329 1.00000000 0.27163550 0.28324437 0.18555410 0.29022618
-11600.00 86.207 0.74636386 0.83554194 1.00000000 0.27123693 0.28274970 0.18544459 0.28997379
-11700.00 85.470 0.74414722 0.83403311 1.00000000 0.27084669 0.28226443 0.18533753 0.28972585
-11800.00 84.746 0.74197871 0.83255582 1.00000000 0.27046454 0.28178833 0.18523284 0.28948224
-11900.00 84.034 0.73985682 0.83110912 1.00000000 0.27009023 0.28132116 0.18513046 0.28924287
-12000.00 83.333 0.73778012 0.82969211 1.00000000 0.26972354 0.28086268 0.18503030 0.28900764
-12100.00 82.645 0.73574723 0.82830393 1.00000000 0.26936425 0.28041268 0.18493231 0.28877643
-12200.00 81.967 0.73375683 0.82694373 1.00000000 0.26901215 0.27997093 0.18483641 0.28854917
-12300.00 81.301 0.73180765 0.82561071 1.00000000 0.26866703 0.27953722 0.18474254 0.28832575
-12400.00 80.645 0.72989845 0.82430410 1.00000000 0.26832871 0.27911135 0.18465064 0.28810608
-12500.00 80.000 0.72802807 0.82302316 1.00000000 0.26799699 0.27869313 0.18456065 0.28789009
-12600.00 79.365 0.72619537 0.82176715 1.00000000 0.26767169 0.27828236 0.18447252 0.28767768
-12700.00 78.740 0.72439927 0.82053539 1.00000000 0.26735264 0.27787886 0.18438618 0.28746877
-12800.00 78.125 0.72263872 0.81932722 1.00000000 0.26703966 0.27748244 0.18430160 0.28726328
-12900.00 77.519 0.72091270 0.81814197 1.00000000 0.26673259 0.27709295 0.18421871 0.28706114
-13000.00 76.923 0.71922025 0.81697905 1.00000000 0.26643127 0.27671020 0.18413748 0.28686226
-13100.00 76.336 0.71756043 0.81583783 1.00000000 0.26613555 0.27633403 0.18405784 0.28666658
-13200.00 75.758 0.71593234 0.81471775 1.00000000 0.26584529 0.27596430 0.18397977 0.28647403
-13300.00 75.188 0.71433510 0.81361825 1.00000000 0.26556034 0.27560083 0.18390321 0.28628453
-13400.00 74.627 0.71276788 0.81253878 1.00000000 0.26528056 0.27524349 0.18382812 0.28609801
-13500.00 74.074 0.71122987 0.81147883 1.00000000 0.26500582 0.27489213 0.18375447 0.28591442
-13600.00 73.529 0.70972029 0.81043789 1.00000000 0.26473599 0.27454660 0.18368221 0.28573368
-13700.00 72.993 0.70823838 0.80941546 1.00000000 0.26447094 0.27420679 0.18361130 0.28555574
-13800.00 72.464 0.70678342 0.80841109 1.00000000 0.26421057 0.27387254 0.18354172 0.28538054
-13900.00 71.942 0.70535469 0.80742432 1.00000000 0.26395474 0.27354374 0.18347342 0.28520801
-14000.00 71.429 0.70395153 0.80645469 1.00000000 0.26370334 0.27322025 0.18340637 0.28503811
-14100.00 70.922 0.70257327 0.80550180 1.00000000 0.26345628 0.27290197 0.18334054 0.28487076
-14200.00 70.423 0.70121928 0.80456522 1.00000000 0.26321343 0.27258876 0.18327590 0.28470593
-14300.00 69.930 0.69988894 0.80364455 1.00000000 0.26297471 0.27228052 0.18321241 0.28454355
-14400.00 69.444 0.69858167 0.80273941 1.00000000 0.26274000 0.27197714 0.18315005 0.28438358
-14500.00 68.966 0.69729688 0.80184943 1.00000000 0.26250922 0.27167851 0.18308879 0.28422596
-14600.00 68.493 0.69603402 0.80097423 1.00000000 0.26228226 0.27138452 0.18302860 0.28407066
-14700.00 68.027 0.69479255 0.80011347 1.00000000 0.26205905 0.27109507 0.18296946 0.28391761
-14800.00 67.568 0.69357196 0.79926681 1.00000000 0.26183948 0.27081007 0.18291133 0.28376677
-14900.00 67.114 0.69237173 0.79843391 1.00000000 0.26162348 0.27052941 0.18285419 0.28361811
-15000.00 66.667 0.69119138 0.79761446 1.00000000 0.26141097 0.27025301 0.18279803 0.28347157
-15100.00 66.225 0.69003044 0.79680814 1.00000000 0.26120186 0.26998077 0.18274281 0.28332711
-15200.00 65.789 0.68888844 0.79601466 1.00000000 0.26099608 0.26971261 0.18268851 0.28318469
-15300.00 65.359 0.68776494 0.79523371 1.00000000 0.26079354 0.26944843 0.18263512 0.28304427
-15400.00 64.935 0.68665951 0.79446502 1.00000000 0.26059419 0.26918816 0.18258260 0.28290581
-15500.00 64.516 0.68557173 0.79370830 1.00000000 0.26039794 0.26893170 0.18253094 0.28276927
-15600.00 64.103 0.68450119 0.79296330 1.00000000 0.26020473 0.26867900 0.18248012 0.28263462
-15700.00 63.694 0.68344751 0.79222975 1.00000000 0.26001448 0.26842995 0.18243012 0.28250182
-15800.00 63.291 0.68241029 0.79150740 1.00000000 0.25982715 0.26818450 0.18238092 0.28237083
-15900.00 62.893 0.68138918 0.79079600 1.00000000 0.25964265 0.26794257 0.18233250 0.28224161
-16000.00 62.500 0.68038380 0.79009531 1.00000000 0.25946093 0.26770408 0.18228485 0.28211414
-16100.00 62.112 0.67939381 0.78940511 1.00000000 0.25928194 0.26746897 0.18223794 0.28198837
-16200.00 61.728 0.67841888 0.78872517 1.00000000 0.25910561 0.26723717 0.18219177 0.28186429
-16300.00 61.350 0.67745866 0.78805526 1.00000000 0.25893188 0.26700861 0.18214630 0.28174185
-16400.00 60.976 0.67651284 0.78739518 1.00000000 0.25876070 0.26678322 0.18210154 0.28162102
-16500.00 60.606 0.67558112 0.78674472 1.00000000 0.25859202 0.26656096 0.18205746 0.28150178
-16600.00 60.241 0.67466317 0.78610368 1.00000000 0.25842578 0.26634174 0.18201404 0.28138410
-16700.00 59.880 0.67375872 0.78547186 1.00000000 0.25826194 0.26612553 0.18197128 0.28126794
-16800.00 59.524 0.67286748 0.78484907 1.00000000 0.25810044 0.26591224 0.18192916 0.28115328
-16900.00 59.172 0.67198916 0.78423512 1.00000000 0.25794124 0.26570184 0.18188766 0.28104009
-17000.00 58.824 0.67112350 0.78362984 1.00000000 0.25778429 0.26549426 0.18184677 0.28092835
-17100.00 58.480 0.67027024 0.78303305 1.00000000 0.25762954 0.26528946 0.18180649 0.28081802
-17200.00 58.140 0.66942911 0.78244457 1.00000000 0.25747695 0.26508737 0.18176679 0.28070909
-17300.00 57.803 0.66859988 0.78186425 1.00000000 0.25732648 0.26488795 0.18172766 0.28060152
-17400.00 57.471 0.66778228 0.78129191 1.00000000 0.25717808 0.26469114 0.18168910 0.28049530
-17500.00 57.143 0.66697610 0.78072740 1.00000000 0.25703172 0.26449690 0.18165109 0.28039039
-17600.00 56.818 0.66618110 0.78017057 1.00000000 0.25688735 0.26430518 0.18161362 0.28028679
-17700.00 56.497 0.66539706 0.77962127 1.00000000 0.25674494 0.26411594 0.18157667 0.28018445
-17800.00 56.180 0.66462376 0.77907934 1.00000000 0.25660444 0.26392912 0.18154025 0.28008337
-17900.00 55.866 0.66386098 0.77854465 1.00000000 0.25646582 0.26374469 0.18150433 0.27998352
-18000.00 55.556 0.66310852 0.77801705 1.00000000 0.25632905 0.26356259 0.18146890 0.27988487
-18100.00 55.249 0.66236618 0.77749642 1.00000000 0.25619408 0.26338280 0.18143397 0.27978741
-18200.00 54.945 0.66163375 0.77698261 1.00000000 0.25606089 0.26320525 0.18139951 0.27969112
-18300.00 54.645 0.66091106 0.77647551 1.00000000 0.25592944 0.26302993 0.18136552 0.27959598
-18400.00 54.348 0.66019791 0.77597498 1.00000000 0.25579969 0.26285678 0.18133199 0.27950196
-18500.00 54.054 0.65949412 0.77548090 1.00000000 0.25567162 0.26268577 0.18129891 0.27940905
-18600.00 53.763 0.65879952 0.77499315 1.00000000 0.25554520 0.26251686 0.18126627 0.27931724
-18700.00 53.476 0.65811392 0.77451161 1.00000000 0.25542039 0.26235001 0.18123407 0.27922649
-18800.00 53.191 0.65743716 0.77403618 1.00000000 0.25529717 0.26218519 0.18120229 0.27913680
-18900.00 52.910 0.65676908 0.77356673 1.00000000 0.25517550 0.26202236 0.18117092 0.27904814
-19000.00 52.632 0.65610952 0.77310316 1.00000000 0.25505536 0.26186149 0.18113997 0.27896051
-19100.00 52.356 0.65545831 0.77264537 1.00000000 0.25493672 0.26170254 0.18110941 0.27887387
-19200.00 52.083 0.65481530 0.77219324 1.00000000 0.25481955 0.26154548 0.18107925 0.27878822
-19300.00 51.813 0.65418036 0.77174669 1.00000000 0.25470383 0.26139028 0.18104948 0.27870355
-19400.00 51.546 0.65355332 0.77130560 1.00000000 0.25458953 0.26123691 0.18102008 0.27861982
-19500.00 51.282 0.65293404 0.77086988 1.00000000 0.25447663 0.26108533 0.18099106 0.27853704
-19600.00 51.020 0.65232240 0.77043944 1.00000000 0.25436510 0.26093552 0.18096240 0.27845518
-19700.00 50.761 0.65171824 0.77001419 1.00000000 0.25425491 0.26078745 0.18093410 0.27837423
-19800.00 50.505 0.65112144 0.76959404 1.00000000 0.25414605 0.26064108 0.18090615 0.27829417
-19900.00 50.251 0.65053187 0.76917889 1.00000000 0.25403849 0.26049640 0.18087855 0.27821499
-20000.00 50.000 0.64994941 0.76876866 1.00000000 0.25393221 0.26035336 0.18085129 0.27813668
-20100.00 49.751 0.64937392 0.76836326 1.00000000 0.25382719 0.26021195 0.18082436 0.27805923
-20200.00 49.505 0.64880528 0.76796263 1.00000000 0.25372340 0.26007214 0.18079776 0.27798261
-20300.00 49.261 0.64824339 0.76756666 1.00000000 0.25362082 0.25993390 0.18077149 0.27790682
-20400.00 49.020 0.64768812 0.76717529 1.00000000 0.25351944 0.25979721 0.18074552 0.27783185
-20500.00 48.780 0.64713935 0.76678844 1.00000000 0.25341923 0.25966204 0.18071987 0.27775767
-20600.00 48.544 0.64659699 0.76640603 1.00000000 0.25332018 0.25952837 0.18069453 0.27768429
-20700.00 48.309 0.64606092 0.76602798 1.00000000 0.25322226 0.25939617 0.18066949 0.27761168
-20800.00 48.077 0.64553103 0.76565424 1.00000000 0.25312546 0.25926542 0.18064474 0.27753984
-20900.00 47.847 0.64500722 0.76528472 1.00000000 0.25302975 0.25913610 0.18062028 0.27746875
-21000.00 47.619 0.64448939 0.76491935 1.00000000 0.25293513 0.25900818 0.18059610 0.27739840
-21100.00 47.393 0.64397745 0.76455808 1.00000000 0.25284157 0.25888165 0.18057221 0.27732879
-21200.00 47.170 0.64347129 0.76420082 1.00000000 0.25274905 0.25875648 0.18054859 0.27725989
-21300.00 46.948 0.64297081 0.76384753 1.00000000 0.25265756 0.25863264 0.18052524 0.27719171
-21400.00 46.729 0.64247594 0.76349813 1.00000000 0.25256708 0.25851013 0.18050216 0.27712422
-21500.00 46.512 0.64198657 0.76315256 1.00000000 0.25247760 0.25838892 0.18047934 0.27705743
-21600.00 46.296 0.64150261 0.76281076 1.00000000 0.25238910 0.25826899 0.18045678 0.27699131
-21700.00 46.083 0.64102399 0.76247267 1.00000000 0.25230156 0.25815032 0.18043448 0.27692586
-21800.00 45.872 0.64055061 0.76213824 1.00000000 0.25221497 0.25803289 0.18041242 0.27686107
-21900.00 45.662 0.64008239 0.76180740 1.00000000 0.25212932 0.25791668 0.18039061 0.27679693
-22000.00 45.455 0.63961926 0.76148010 1.00000000 0.25204458 0.25780168 0.18036904 0.27673343
-22100.00 45.249 0.63916112 0.76115628 1.00000000 0.25196075 0.25768786 0.18034771 0.27667056
-22200.00 45.045 0.63870790 0.76083590 1.00000000 0.25187781 0.25757522 0.18032661 0.27660831
-22300.00 44.843 0.63825953 0.76051890 1.00000000 0.25179575 0.25746372 0.18030574 0.27654668
-22400.00 44.643 0.63781592 0.76020522 1.00000000 0.25171456 0.25735336 0.18028510 0.27648565
-22500.00 44.444 0.63737701 0.75989482 1.00000000 0.25163421 0.25724411 0.18026468 0.27642521
-22600.00 44.248 0.63694273 0.75958764 1.00000000 0.25155470 0.25713597 0.18024448 0.27636537
-22700.00 44.053 0.63651299 0.75928365 1.00000000 0.25147602 0.25702891 0.18022450 0.27630610
-22800.00 43.860 0.63608774 0.75898278 1.00000000 0.25139815 0.25692292 0.18020472 0.27624740
-22900.00 43.668 0.63566691 0.75868499 1.00000000 0.25132108 0.25681798 0.18018516 0.27618927
-23000.00 43.478 0.63525042 0.75839025 1.00000000 0.25124480 0.25671409 0.18016581 0.27613169
-23100.00 43.290 0.63483822 0.75809849 1.00000000 0.25116929 0.25661122 0.18014666 0.27607466
-23200.00 43.103 0.63443023 0.75780969 1.00000000 0.25109456 0.25650936 0.18012770 0.27601818
-23300.00 42.918 0.63402641 0.75752379 1.00000000 0.25102057 0.25640849 0.18010895 0.27596222
-23400.00 42.735 0.63362667 0.75724075 1.00000000 0.25094733 0.25630860 0.18009039 0.27590679
-23500.00 42.553 0.63323097 0.75696053 1.00000000 0.25087483 0.25620968 0.18007202 0.27585188
-23600.00 42.373 0.63283925 0.75668310 1.00000000 0.25080304 0.25611172 0.18005383 0.27579747
-23700.00 42.194 0.63245144 0.75640840 1.00000000 0.25073197 0.25601470 0.18003584 0.27574358
-23800.00 42.017 0.63206749 0.75613641 1.00000000 0.25066160 0.25591860 0.18001802 0.27569018
-23900.00 41.841 0.63168735 0.75586707 1.00000000 0.25059192 0.25582342 0.18000039 0.27563727
-24000.00 41.667 0.63131096 0.75560036 1.00000000 0.25052292 0.25572914 0.17998293 0.27558485
-24100.00 41.494 0.63093826 0.75533624 1.00000000 0.25045459 0.25563575 0.17996565 0.27553291
-24200.00 41.322 0.63056920 0.75507467 1.00000000 0.25038692 0.25554324 0.17994854 0.27548144
-24300.00 41.152 0.63020374 0.75481562 1.00000000 0.25031991 0.25545159 0.17993160 0.27543043
-24400.00 40.984 0.62984181 0.75455904 1.00000000 0.25025354 0.25536080 0.17991483 0.27537988
-24500.00 40.816 0.62948337 0.75430491 1.00000000 0.25018781 0.25527085 0.17989822 0.27532979
-24600.00 40.650 0.62912838 0.75405319 1.00000000 0.25012270 0.25518173 0.17988177 0.27528015
-24700.00 40.486 0.62877678 0.75380385 1.00000000 0.25005821 0.25509343 0.17986549 0.27523094
-24800.00 40.323 0.62842852 0.75355685 1.00000000 0.24999433 0.25500594 0.17984936 0.27518218
-24900.00 40.161 0.62808356 0.75331217 1.00000000 0.24993104 0.25491925 0.17983339 0.27513384
-25000.00 40.000 0.62774186 0.75306977 1.00000000 0.24986835 0.25483334 0.17981757 0.27508593
-25100.00 39.841 0.62740336 0.75282962 1.00000000 0.24980625 0.25474821 0.17980190 0.27503844
diff --git a/README.md b/README.md
index 85c00e0..4d418b7 100644
--- a/README.md
+++ b/README.md
@@ -159,15 +159,3 @@ software cursors instead.
Please go to [the issue tracker](https://github.com/jonls/redshift/issues) and
check if your issue has already been reported. If not, please open a new issue
describing you problem.
-
-Latest builds from master branch
---------------------------------
-
-- [Ubuntu PPA](https://launchpad.net/~dobey/+archive/ubuntu/redshift-daily/+packages) (`sudo add-apt-repository ppa:dobey/redshift-daily`)
-- [Windows x86_64](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-x86_64.zip?branch=master&job=Environment%3A+arch%3Dx86_64&pr=false)
-- [Windows x86](https://ci.appveyor.com/api/projects/jonls/redshift/artifacts/redshift-windows-i686.zip?branch=master&job=Environment%3A+arch%3Di686&pr=false)
-
-Contributing / Building from source
------------------------------------
-
-See the file [CONTRIBUTING](CONTRIBUTING.md) for more details.
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9fe0627
--- /dev/null
+++ b/TODO
@@ -0,0 +1,293 @@
+https://github.com/jonls/redshift/pull/54 D-Bus service
+https://github.com/jonls/redshift/pull/73 Support unexpected events when trying to get the user's home directory
+https://github.com/jonls/redshift/pull/96 Reloading of settings
+https://github.com/jonls/redshift/pull/98 Display sunrise/sunset information in redshift-gtk
+https://github.com/jonls/redshift/pull/409 Add print-binary adjustment method (primarily for Wayland compositors)
+https://github.com/jonls/redshift/pull/410 Add coopgamma backend
+https://github.com/jonls/redshift/pull/568 Wayland support PR (updated Lourens rich master)
+https://github.com/jonls/redshift/pull/611 Add a Python-based parser for Redshift configuration files to be used…
+https://github.com/jonls/redshift/pull/612 Introduce new config entry "use-appindicator-icon" to be considered by redshift-gtk
+https://github.com/jonls/redshift/pull/613 Show color temperature and period in status icon menu if AppIndicator…
+https://github.com/jonls/redshift/pull/614 Implement GTK+ GUI config tool
+https://github.com/jonls/redshift/pull/647 fixing invalid FAQ relation location of the redshift.con configuratio…
+https://github.com/jonls/redshift/pull/656 Make GeoClue2 optional at runtime
+https://github.com/jonls/redshift/pull/674 Added Gui slider and Mouse scroll events for changing temperature
+https://github.com/jonls/redshift/pull/675 Meson: Add support for Meson build system
+https://github.com/jonls/redshift/pull/695 updating readme file with note on updated config file location
+https://github.com/jonls/redshift/pull/697 Document usage of SIGUSR1 to toggle between daytime/night
+https://github.com/jonls/redshift/pull/705 apparmor: allow old config file location
+https://github.com/jonls/redshift/pull/709 src/pipeutils.c: handle interrupts
+https://github.com/jonls/redshift/pull/714 prevent desktop file from being written in .config/autostart [Fixes #686]
+https://github.com/jonls/redshift/pull/717 Add preserve-gamma configuration option
+https://github.com/jonls/redshift/pull/719 fix disable resetting color+temp continuously
+https://github.com/jonls/redshift/pull/730 add the new default values for temperature (6500/4500)
+https://github.com/jonls/redshift/pull/743 Allow user to specify any duration for suspension
+https://github.com/jonls/redshift/pull/749 WIP: Add Esperanto translation
+https://github.com/jonls/redshift/pull/757 redshift-gtk: use Ayatana AppIndicator3 instead of App Indicator3
+https://github.com/jonls/redshift/pull/772 chore(location-geoclue2):The return type of this function g_variant_get_double,should be gdouble.
+https://github.com/jonls/redshift/pull/776 [i18n] Occitan translation
+https://github.com/jonls/redshift/pull/781 src/redshift.c: Fix typo in error message
+https://github.com/jonls/redshift/pull/782 Update AppStream metadata for redshift-gtk
+https://github.com/jonls/redshift/pull/788 redshift-gtk-desktop.in: Remove StartupNotify.
+https://github.com/jonls/redshift/pull/808 Add fullscreen bypass support
+https://github.com/jonls/redshift/pull/812 Update eu.po
+https://github.com/jonls/redshift/pull/819 Change sample daytime temperature to 6500
+https://github.com/jonls/redshift/pull/824 Add signal exit handler for SIGQUIT
+https://github.com/jonls/redshift/pull/832 Extend gitignore
+https://github.com/jonls/redshift/pull/836 Update zh_CN.po
+https://github.com/jonls/redshift/pull/837 Refactor to use Elektra
+https://github.com/jonls/redshift/pull/840 Add feature to adjust fade duration (without Elektra)
+https://github.com/jonls/redshift/pull/844 Increase restart delay for systemd service
+https://github.com/jonls/redshift/pull/855 Update alternatives
+https://github.com/jonls/redshift/pull/860 Fix segfault for LDAP-authenticated users
+https://github.com/jonls/redshift/pull/864 Fix apparmor config.
+https://github.com/jonls/redshift/pull/876 fix #874: approximation black body colors table
+https://github.com/jonls/redshift/pull/890 Update README.md
+https://github.com/jonls/redshift/pull/902 Add info about path bug in README
+
+https://github.com/jonls/redshift/issues/31 Change temperature from the icon
+https://github.com/jonls/redshift/issues/36 Fallback location provider
+https://github.com/jonls/redshift/issues/51 Add support for "bedtime" mode
+https://github.com/jonls/redshift/issues/55 Feature: Add Wayland support
+https://github.com/jonls/redshift/issues/71 Invert colors
+https://github.com/jonls/redshift/issues/117 Add a "Detect Current Screen Colour Temperature" Feature
+https://github.com/jonls/redshift/issues/123 Darkroom mode like the latest f.lux-for-Windows/Mac
+https://github.com/jonls/redshift/issues/125 brightness setting should affect backlight if available
+https://github.com/jonls/redshift/issues/129 Feature: Adjust brightness on the fly using shortcuts or gui
+https://github.com/jonls/redshift/issues/135 New (very useful) feature for Redshift
+https://github.com/jonls/redshift/issues/138 Run as system service
+https://github.com/jonls/redshift/issues/150 Startup crash if no working DNS
+https://github.com/jonls/redshift/issues/154 Configurable duration between gamma adjustments
+https://github.com/jonls/redshift/issues/155 Redshift 1.10 - Clicking Icon Off - Screen Doesn't Return Full Brightness
+https://github.com/jonls/redshift/issues/160 Ability to configure different screens separately
+https://github.com/jonls/redshift/issues/170 Can't see right icons in Linux Mint 17 Cinnamon
+https://github.com/jonls/redshift/issues/175 Redshift overrides xrandr brightness command
+https://github.com/jonls/redshift/issues/182 Status icon not visible on Ubuntu without Appindicator package
+https://github.com/jonls/redshift/issues/183 Best way to run on two separate X screens?
+https://github.com/jonls/redshift/issues/184 Redshift does not handle eclipses
+https://github.com/jonls/redshift/issues/186 Option to toggle Redshift on/off with reading-mode button keypress
+https://github.com/jonls/redshift/issues/194 Redshift-gtk doesn't recognize changes to conf
+https://github.com/jonls/redshift/issues/199 Setting neutral color temperature?
+https://github.com/jonls/redshift/issues/217 redshift appears to stop working after resume from suspend
+https://github.com/jonls/redshift/issues/218 multiple redshift-gtk and redshift processes can run at once
+https://github.com/jonls/redshift/issues/219 Linux Mint Xfce 17.1: redshift-gtk does not show in panel
+https://github.com/jonls/redshift/issues/221 redshift causing flickering screen?
+https://github.com/jonls/redshift/issues/222 redshift fails to run on startup or launch from script
+https://github.com/jonls/redshift/issues/223 add name of program to info window
+https://github.com/jonls/redshift/issues/225 redshift disregards color profile loaded into colord when running
+https://github.com/jonls/redshift/issues/226 Redshift exits if no provider is found (no internet connection)
+https://github.com/jonls/redshift/issues/229 Integration with Linux Mint 17.2
+https://github.com/jonls/redshift/issues/231 Add support for relative color temperature adjustments
+https://github.com/jonls/redshift/issues/232 Windows 7 - redshift.exe doesn't close
+https://github.com/jonls/redshift/issues/235 The print option does not tell if redshift is active or not.
+https://github.com/jonls/redshift/issues/236 F-Secure Client Security blocks execution
+https://github.com/jonls/redshift/issues/242 Is it possible to redshift 2 out of 3 CRTCs?
+https://github.com/jonls/redshift/issues/247 Oscillation between Night and Day temps every 5s
+https://github.com/jonls/redshift/issues/248 changing temperature in manual mode not working?
+https://github.com/jonls/redshift/issues/249 Feature request: intensity
+https://github.com/jonls/redshift/issues/251 Suggestion: configurable fallbacks
+https://github.com/jonls/redshift/issues/253 It doesn't kill the process after I logout.
+https://github.com/jonls/redshift/issues/254 Weird unstability issue
+https://github.com/jonls/redshift/issues/255 Why does it look much more yellow than f.lux by default?
+https://github.com/jonls/redshift/issues/256 Redshift with Bumblebee?
+https://github.com/jonls/redshift/issues/259 Redshift can be executed and run twice
+https://github.com/jonls/redshift/issues/265 redshift-gtk segfault when using systemd enabled
+https://github.com/jonls/redshift/issues/269 Ubuntu version consumes too much cpu
+https://github.com/jonls/redshift/issues/270 Disable smooth day and night transition in the config file not working
+https://github.com/jonls/redshift/issues/273 Unable to autostart redshift via services (Arch Linux)
+https://github.com/jonls/redshift/issues/286 Tray icon and checkmarks missing
+https://github.com/jonls/redshift/issues/291 Proposal: remove gamma option
+https://github.com/jonls/redshift/issues/293 Second monitor colour change 'flicker'
+https://github.com/jonls/redshift/issues/302 Redshift closes when connecting a monitor
+https://github.com/jonls/redshift/issues/303 No GLSL Back-end
+https://github.com/jonls/redshift/issues/306 Redshift does not adjust the display if a negative longitude and a "-t DAY:NIGHT" argument are given.
+https://github.com/jonls/redshift/issues/309 Allow ICC profile as parameter
+https://github.com/jonls/redshift/issues/310 Option to preserve gamma corrections is not properly documented
+https://github.com/jonls/redshift/issues/316 kde + 32gb ram + haswell igpu = flicker
+https://github.com/jonls/redshift/issues/318 Unable to connect to GeoClue. Unable to get location from provider.
+https://github.com/jonls/redshift/issues/323 Using DRM, console goes black after redshift exits
+https://github.com/jonls/redshift/issues/324 Add settings window and open it on redshift-gtk first start
+https://github.com/jonls/redshift/issues/333 Redshift fails on startup
+https://github.com/jonls/redshift/issues/336 redshift-gtk won't open; redshift won't adjust color temperature throughout the day
+https://github.com/jonls/redshift/issues/337 No support for multiple monitors on OS X
+https://github.com/jonls/redshift/issues/347 Support Wingpanel API
+https://github.com/jonls/redshift/issues/348 Add fallback location to redshift.conf
+https://github.com/jonls/redshift/issues/360 Redshift seems to make other apps unclickable in Ubuntu 16.04 Unity 7
+https://github.com/jonls/redshift/issues/372 Show the hours Redshift changes the temperature change
+https://github.com/jonls/redshift/issues/385 Patch: fix broken temperature setting on Quartz
+https://github.com/jonls/redshift/issues/389 Preserve option not working properly on Gnome 3.22
+https://github.com/jonls/redshift/issues/393 cache location information so redshift-gtk can be comfortably used with unstable internet connections
+https://github.com/jonls/redshift/issues/395 redshift-gtk: add an option to set color temperature manually
+https://github.com/jonls/redshift/issues/396 redshift-gtk: add an option to set default location (lat, lng) to use if no internet connection is available
+https://github.com/jonls/redshift/issues/399 Release snap package
+https://github.com/jonls/redshift/issues/408 gtk-redshift autostart works, but with error prompt
+https://github.com/jonls/redshift/issues/416 allow updating location from redshift-gtk
+https://github.com/jonls/redshift/issues/424 Invoking redshift-gtk from terminal triggers an error message when terminal window is closed
+https://github.com/jonls/redshift/issues/436 Adjust backlight of external monitors
+https://github.com/jonls/redshift/issues/437 How to autostart redshift-gtk in a disabled state?
+https://github.com/jonls/redshift/issues/444 Redshift prevents computer from suspending automatically
+https://github.com/jonls/redshift/issues/454 Stuck make routine freeBSD
+https://github.com/jonls/redshift/issues/472 Configure: syntax error near unexpected token `DRM'
+https://github.com/jonls/redshift/issues/473 Can't configure Redshift with terminal
+https://github.com/jonls/redshift/issues/476 Dual head setup via HDMI effects only one/main screen.
+https://github.com/jonls/redshift/issues/477 "oneshot" argument -o leaves screen reddish unexpectedly without a running instance.
+https://github.com/jonls/redshift/issues/495 Why are screens dimmed incrementally then enlightend back to initial brightness?
+https://github.com/jonls/redshift/issues/496 redshift=gtk coredump on logout
+https://github.com/jonls/redshift/issues/501 Icons Not Appearing On XFCE
+https://github.com/jonls/redshift/issues/516 redshift-gtk consumes 100% CPU if denied geoclue (or cannot find geoclue?)
+https://github.com/jonls/redshift/issues/519 f.lux style presets
+https://github.com/jonls/redshift/issues/520 Multiple Monitors not working with randr mode on 16.04
+https://github.com/jonls/redshift/issues/521 Disable for fullscreen apps
+https://github.com/jonls/redshift/issues/525 UI to configure time
+https://github.com/jonls/redshift/issues/526 Screen temperature doesn't adjust until suspend-resume cycle
+https://github.com/jonls/redshift/issues/541 Stuck and can't use
+https://github.com/jonls/redshift/issues/548 Pause when fullscreen
+https://github.com/jonls/redshift/issues/551 [Feature request] Add control of keyboard backlight
+https://github.com/jonls/redshift/issues/552 [GUI][Feature request] Multiple modes/times for intensity
+https://github.com/jonls/redshift/issues/553 [eye-care] Measure PWM Flickering/eye strain and display info/warning, (counter measures?)
+https://github.com/jonls/redshift/issues/554 [eye-care] Use webcam for eye blinging detection (frequency)
+https://github.com/jonls/redshift/issues/555 [eye-care] Help fight Computer Vision Syndrome (CVS) by blinking detection and screen flicker/warning
+https://github.com/jonls/redshift/issues/556 [Question] activity about opened PRs
+https://github.com/jonls/redshift/issues/560 [Feature] add inverted display?
+https://github.com/jonls/redshift/issues/561 Not open with this error
+https://github.com/jonls/redshift/issues/564 Burn-in effect
+https://github.com/jonls/redshift/issues/566 Related software: Red Moon
+https://github.com/jonls/redshift/issues/569 Redshift 1.10/nightly broken with Windows 10 Creators Update
+https://github.com/jonls/redshift/issues/574 Try to discuss a common gamma/color space protocol on Wayland (for KDE, Gnome)
+https://github.com/jonls/redshift/issues/577 Failed to run Redshift due to geoclue2 on boot but works otherwise
+https://github.com/jonls/redshift/issues/591 Redshift GNOME location services
+https://github.com/jonls/redshift/issues/597 Show default values in help output
+https://github.com/jonls/redshift/issues/604 add cli option to enable/disable redshift
+https://github.com/jonls/redshift/issues/624 Advance/Override
+https://github.com/jonls/redshift/issues/629 add option to switch between profiles
+https://github.com/jonls/redshift/issues/667 Create a GUI Slider for the brightness and gamma controls
+https://github.com/jonls/redshift/issues/671 Default color temperature changed - Project description on website should be updated.
+https://github.com/jonls/redshift/issues/676 Detect X2Go sessions to prevent displaying error
+https://github.com/jonls/redshift/issues/685 allow redshift to continue even after geoclue failure
+https://github.com/jonls/redshift/issues/686 Can we somehow prevent redshift-gtk.desktop from being added to ~/.config/autostart ?
+https://github.com/jonls/redshift/issues/690 "stdin" manual provider
+https://github.com/jonls/redshift/issues/693 Redshift fails when using VR headset
+https://github.com/jonls/redshift/issues/694 Can't set up manual location, it says there's a malformed argument
+https://github.com/jonls/redshift/issues/696 Redshift does not autostart via applet
+https://github.com/jonls/redshift/issues/698 Failing on startup (Interrupted system call)
+https://github.com/jonls/redshift/issues/703 allow to set brightness as default tray action
+https://github.com/jonls/redshift/issues/706 Autostart: Redshift runs twice
+https://github.com/jonls/redshift/issues/707 Add hook for color temperature changes
+https://github.com/jonls/redshift/issues/708 Apparmor profile blocks config file if XDG_CONFIG_HOME is set
+https://github.com/jonls/redshift/issues/712 it doesn't work in dell optiplex 3060m(only has intel gpu)
+https://github.com/jonls/redshift/issues/713 Not working on 3rd plug n play screen in Linux Mint 19.1
+https://github.com/jonls/redshift/issues/715 Prefix messages with "redshift:"
+https://github.com/jonls/redshift/issues/716 GeoClue2 needs a fallback
+https://github.com/jonls/redshift/issues/720 Doesn't work in resolution over 1080p
+https://github.com/jonls/redshift/issues/721 Compilation in MSYS2 / MinGW32 fails: undefined reference to `localtime_r'
+https://github.com/jonls/redshift/issues/722 Start redshift(-gtk) disabled
+https://github.com/jonls/redshift/issues/723 Tray icon disappeared [still unsolved, please look – new information!]
+https://github.com/jonls/redshift/issues/725 Mouse cursor busy ~ 25 seg (Linux Mint 19.1 Tessa Xfce)
+https://github.com/jonls/redshift/issues/726 Add city name?
+https://github.com/jonls/redshift/issues/727 redshift autostarts without known cause and keeps respawning when killed
+https://github.com/jonls/redshift/issues/729 Disable cursor color adjustment
+https://github.com/jonls/redshift/issues/732 Screen gets darker every time I run Redshift
+https://github.com/jonls/redshift/issues/733 json output?
+https://github.com/jonls/redshift/issues/735 redshift black screens Ubuntu 18.04.3 on startup
+https://github.com/jonls/redshift/issues/737 Not working on external monitors (ubuntu 18.04 with i3wm)
+https://github.com/jonls/redshift/issues/739 Raspberry pi 4 gui gives up on me :(
+https://github.com/jonls/redshift/issues/741 WINGDI not working with extend screen settings in win 10 version 1903 os build 18362.418
+https://github.com/jonls/redshift/issues/745 Unknown location provider `geoclue'
+https://github.com/jonls/redshift/issues/746 Redshift restarts when switching to an i3 workspace with a java application
+https://github.com/jonls/redshift/issues/747 How do i remove the day/time period colors and enable/disable redshift manual?
+https://github.com/jonls/redshift/issues/750 Supporting multiple time periods
+https://github.com/jonls/redshift/issues/754 Support screens on windows
+https://github.com/jonls/redshift/issues/756 Add a way to check whether redshift is currently enabled and add a way to disable/enable
+https://github.com/jonls/redshift/issues/758 failed (Result: start-limit-hit)
+https://github.com/jonls/redshift/issues/759 Enabling monitor requires loading its gamma ramps, but Redshift resets them
+https://github.com/jonls/redshift/issues/764 Memory Leak detected on Linux, both with version 1.10 and latest version 1.12
+https://github.com/jonls/redshift/issues/767 per output settings
+https://github.com/jonls/redshift/issues/768 Add application whitelisting.
+https://github.com/jonls/redshift/issues/769 Redshift Freezes in Terminal 100% of the time i try to set location or color temp, Screenshot provided.
+https://github.com/jonls/redshift/issues/771 Remove before midnight restriction on custom dusk-time
+https://github.com/jonls/redshift/issues/773 [Feature Request]
+https://github.com/jonls/redshift/issues/774 Changing brightness of a running instance
+https://github.com/jonls/redshift/issues/777 Fails silently on Ubuntu 18.04
+https://github.com/jonls/redshift/issues/778 You were added to awesome-humane-tech
+https://github.com/jonls/redshift/issues/779 Redshift Refuses to Change From Default
+https://github.com/jonls/redshift/issues/783 Allow icon click to toggle redshift when AppIndicator3 is used
+https://github.com/jonls/redshift/issues/784 Redshift-gtk icon is blank
+https://github.com/jonls/redshift/issues/785 request: a cheap way to check if redshift is active
+https://github.com/jonls/redshift/issues/787 Why does manually setting the color with with commands use the current color as an input
+https://github.com/jonls/redshift/issues/789 Redshift uses the deleted file /memfd:pulseaudio
+https://github.com/jonls/redshift/issues/790 Unable to install
+https://github.com/jonls/redshift/issues/792 [Feature Request] Additional tray menu options for custom colors and suspend/disable
+https://github.com/jonls/redshift/issues/793 running redshift on dedian returns a “Segmentation fault”
+https://github.com/jonls/redshift/issues/794 Redshift Behaves like a Virus.
+https://github.com/jonls/redshift/issues/795 explain default options and provide more details
+https://github.com/jonls/redshift/issues/798 Fail to make install on Debian
+https://github.com/jonls/redshift/issues/800 Close the Launchpad bug tracker?
+https://github.com/jonls/redshift/issues/801 snap support
+https://github.com/jonls/redshift/issues/804 [Question] win 10 autostart server
+https://github.com/jonls/redshift/issues/805 On a wired connection geoclue is unable to determine current location
+https://github.com/jonls/redshift/issues/807 hooks are not executed on return from screen lock
+https://github.com/jonls/redshift/issues/809 Allow to run without geoservices
+https://github.com/jonls/redshift/issues/810 With manually specified lat/long redshift toggles between day and night
+https://github.com/jonls/redshift/issues/811 Can we have a built-in command to increment color temperature, manually?
+https://github.com/jonls/redshift/issues/813 Start Redshift on ubuntu HIRSUTE
+https://github.com/jonls/redshift/issues/814 Improving configuration management (bachelor thesis)
+https://github.com/jonls/redshift/issues/815 Robustness improvement suggestion
+https://github.com/jonls/redshift/issues/816 Allow forcing of night mode or night color temperature
+https://github.com/jonls/redshift/issues/817 Redshift flickers in Xubuntu 21.04
+https://github.com/jonls/redshift/issues/818 Multiple processes for Redshift are running in the background
+https://github.com/jonls/redshift/issues/820 Redshift not reading the config file
+https://github.com/jonls/redshift/issues/822 redshift-gtk: tray icon/widget menu option: Reset, Force Day, Force Night
+https://github.com/jonls/redshift/issues/823 Gamma ramp size too small, failed vidmode
+https://github.com/jonls/redshift/issues/825 New point release
+https://github.com/jonls/redshift/issues/826 info window crash if closed by "x" or [Esc]
+https://github.com/jonls/redshift/issues/827 Three Stage shift
+https://github.com/jonls/redshift/issues/828 Color temperature doesn't match the set value.
+https://github.com/jonls/redshift/issues/830 redshift Unable to start GeoClue client
+https://github.com/jonls/redshift/issues/831 Redshift doesn't close
+https://github.com/jonls/redshift/issues/834 2 Redshift icons in the notification bar
+https://github.com/jonls/redshift/issues/838 Can I use redshift to tell me whether or not it's nighttime? I want a script to automatically set the screen to max-dimness+redness on wakeup if it's dark out, and the only tricky bit is "is it dark out?", but redshift has already implemented that...
+https://github.com/jonls/redshift/issues/839 Allow hooks to transition smoothly
+https://github.com/jonls/redshift/issues/841 Add intermediate temperature mode / value
+https://github.com/jonls/redshift/issues/842 Cannot import _gi [circular dependency error when running redshift gt ]
+https://github.com/jonls/redshift/issues/845 wrong path for .conf in README
+https://github.com/jonls/redshift/issues/846 "Partitial time-configuration not supported". But I'd like that!
+https://github.com/jonls/redshift/issues/847 Green tint on macOS M1 Max
+https://github.com/jonls/redshift/issues/848 installed from brew, does not work
+https://github.com/jonls/redshift/issues/849 Windows blinking / flickering of "classic" Windows menus
+https://github.com/jonls/redshift/issues/852 Redshift crashes when toggling inhibit while receiving the initial location
+https://github.com/jonls/redshift/issues/853 Add a status icon that signals that redshift-gtk is currently waiting for the initial location
+https://github.com/jonls/redshift/issues/854 Version 1.11 works, 1.12 broken
+https://github.com/jonls/redshift/issues/856 Please, add a slider
+https://github.com/jonls/redshift/issues/857 xbacklight: unrecognized argument '-list'
+https://github.com/jonls/redshift/issues/859 Make Redshift ignore temp-day and preserve monitor settings during the day
+https://github.com/jonls/redshift/issues/862 (redshift-gtk:6420): Gdk-CRITICAL
+https://github.com/jonls/redshift/issues/863 randr value -1 error
+https://github.com/jonls/redshift/issues/865 Develop Redshift for android
+https://github.com/jonls/redshift/issues/867 Make Redshift remember the last discovered location at startup
+https://github.com/jonls/redshift/issues/868 [Feature Request] Separate Monitor Control
+https://github.com/jonls/redshift/issues/869 clarify documentation/configuration/sample to configure times better?
+https://github.com/jonls/redshift/issues/870 redshift-gtk doesn't read conf files at log-in
+https://github.com/jonls/redshift/issues/871 Redshift -O Temperature not changing after OS update
+https://github.com/jonls/redshift/issues/873 Random Flickering on Manjaro Cinnamon Edition
+https://github.com/jonls/redshift/issues/874 Black body colors table?
+https://github.com/jonls/redshift/issues/875 Not working on Pop OS
+https://github.com/jonls/redshift/issues/877 symbolic link problem with configuration file
+https://github.com/jonls/redshift/issues/878 erroneous documentation about configuration file
+https://github.com/jonls/redshift/issues/879 Starting nvidia-settings kills redshift
+https://github.com/jonls/redshift/issues/880 "Unable to set gamma ramps. Temperature adjustment failed." in win10
+https://github.com/jonls/redshift/issues/881 Color adjustments are applied to cursor twice
+https://github.com/jonls/redshift/issues/882 It is too easy to end up with multiple, and indeed conflicting, instances. (A documentation problem?)
+https://github.com/jonls/redshift/issues/884 Authorization required, but no authorization protocol specified | OpenSUSE Tumbleweed
+https://github.com/jonls/redshift/issues/885 Toggle day and night modes in redshift
+https://github.com/jonls/redshift/issues/886 Screen 1 could not be found. Failed to start adjustment method randr.
+https://github.com/jonls/redshift/issues/887 Error!!!, no more methods to try
+https://github.com/jonls/redshift/issues/889 disable on screensaver start
+https://github.com/jonls/redshift/issues/891 Is it working ? I can't tell.
+https://github.com/jonls/redshift/issues/892 Show dusk/dawn times when hovering mouse over icon
+https://github.com/jonls/redshift/issues/894 os_create_anonymous_file: Invalid argument (on Raspberry Pi OS Lite)
+https://github.com/jonls/redshift/issues/895 Redshift GTK no longer connecting to location provider
+https://github.com/jonls/redshift/issues/896 Getting redshift color to match gnome's in ubuntu
+https://github.com/jonls/redshift/issues/897 Could not connect to wayland display, exiting.
+https://github.com/jonls/redshift/issues/898 Apparmor denies access to amdgpu binaries in default profile under Linux Mint 21.3
+https://github.com/jonls/redshift/issues/899 Its possible to set the day and night based on time instead geoloc.? like setting: day-time: 6:00 or 6:00AM
+https://github.com/jonls/redshift/issues/903 Proposal for location detection using speedtest-cli method
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 0ac3983..0000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,52 +0,0 @@
-image:
-- Visual Studio 2015
-
-environment:
- matrix:
- - arch: x86_64
- - arch: i686
-
-build:
- verbosity: detailed
-
-build_script:
-- ps: |
- If ($env:arch -Match "x86_64") {
- $env:MSYSTEM = "MINGW64"
- } Else {
- $env:MSYSTEM = "MINGW32"
- }
-
- $env:CONFIGURE_FLAGS = "--disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=$env:arch-w64-mingw32"
-
-- ps: md (Join-Path $env:APPVEYOR_BUILD_FOLDER root)
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./bootstrap"
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./configure --prefix=\"$APPVEYOR_BUILD_FOLDER/root\" $CONFIGURE_FLAGS"
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make distcheck DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURE_FLAGS\""
-- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make install"
-
-test_script:
-- |
- %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -pv
-- |
- %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -m dummy -vo
-- ps: Set-Content -Value "[redshift]`ndawn-time=6:30`ndusk-time=18:00-19:30`n" -Path time.config
-- |
- %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -pv
-- |
- %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -m dummy -vo
-
-after_build:
-- ps: |
- $ZIP_NAME = "redshift-windows-$env:arch"
- $ZIP_FILE = "redshift-windows-$env:arch.zip"
-
- md $ZIP_NAME
- Copy-Item -Path $env:APPVEYOR_BUILD_FOLDER\root\bin\redshift.exe -Destination $ZIP_NAME
- Copy-Item -Path README.md -Destination $ZIP_NAME/README.txt
- Copy-Item -Path NEWS.md -Destination $ZIP_NAME/NEWS.txt
- Copy-Item -Path COPYING -Destination $ZIP_NAME/COPYING.txt
- Copy-Item -Path redshift.conf.sample -Destination $ZIP_NAME
- 7z a $ZIP_FILE $ZIP_NAME/
-
-- ps: Push-AppveyorArtifact $ZIP_FILE
diff --git a/bootstrap b/bootstrap
deleted file mode 100755
index 0599cf5..0000000
--- a/bootstrap
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-# change to root directory
-cd $(dirname "$0")
-
-autopoint --force && \
- AUTOPOINT="intltoolize --automake --copy" autoreconf --force --install --verbose
diff --git a/configure.ac b/configure.ac
deleted file mode 100644
index b411626..0000000
--- a/configure.ac
+++ /dev/null
@@ -1,392 +0,0 @@
-# -*- Autoconf -*-
-# Process this file with autoconf to produce a configure script.
-
-AC_PREREQ([2.69])
-AC_INIT([redshift], [1.12], [https://github.com/jonls/redshift/issues])
-AC_CONFIG_SRCDIR([src/redshift.c])
-AC_CONFIG_HEADERS([config.h])
-AC_CONFIG_MACRO_DIR([m4])
-AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz])
-
-m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
-# Checks for programs.
-AC_PROG_CC_C99
-AC_PROG_LIBTOOL
-AC_PROG_OBJC # For macOS support modules
-AC_LANG([C])
-
-AC_PROG_INTLTOOL([0.50])
-
-AC_CANONICAL_HOST
-
-# Test host platform
-build_windows=no
-case "${host_os}" in
- mingw*)
- build_windows=yes
- ;;
-esac
-
-# Test whether to compile Windows resources
-AC_CHECK_TOOL([WINDRES], [windres], [])
-AS_IF([test "x$build_windows" = "xyes" -a -n "x$WINDRES"], [
- enable_windows_resource=yes
-], [
- enable_windows_resource=no
-])
-AM_CONDITIONAL([ENABLE_WINDOWS_RESOURCE],
- [test "x$enable_windows_resource" = xyes])
-
-
-# Test whether Objective C compiler works
-AC_MSG_CHECKING([whether Objective C compiler works])
-AC_LANG_PUSH([Objective C])
-AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])], [
- AC_MSG_RESULT([yes])
- have_objc_compiler=yes
-], [
- AC_MSG_RESULT([no])
- have_objc_compiler=no
-])
-AC_LANG_POP([Objective C])
-
-# Checks for libraries.
-AM_GNU_GETTEXT_VERSION([0.17])
-AM_GNU_GETTEXT([external])
-
-GETTEXT_PACKAGE=redshift
-AC_SUBST(GETTEXT_PACKAGE)
-AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Package name for gettext])
-
-
-PKG_CHECK_MODULES([DRM], [libdrm], [have_drm=yes], [have_drm=no])
-
-PKG_CHECK_MODULES([X11], [x11], [have_x11=yes], [have_x11=no])
-PKG_CHECK_MODULES([XF86VM], [xxf86vm], [have_xf86vm=yes], [have_xf86vm=no])
-PKG_CHECK_MODULES([XCB], [xcb], [have_xcb=yes], [have_xcb=no])
-PKG_CHECK_MODULES([XCB_RANDR], [xcb-randr],
- [have_xcb_randr=yes], [have_xcb_randr=no])
-
-PKG_CHECK_MODULES([GLIB], [glib-2.0 gobject-2.0], [have_glib=yes], [have_glib=no])
-PKG_CHECK_MODULES([GEOCLUE2], [glib-2.0 gio-2.0 >= 2.26], [have_geoclue2=yes], [have_geoclue2=no])
-
-# macOS headers
-AC_CHECK_HEADER([ApplicationServices/ApplicationServices.h], [have_appserv_h=yes], [have_appserv_h=no])
-
-# CoreLocation.h is an Objective C header. Only test if
-# Objective C compiler works. AC_CHECK_HEADER does not
-# appear to work if the Ojective C compiler is not
-# available so we need a custom test.
-AC_MSG_CHECKING([whether CoreLocation/CoreLocation.h is usable])
-AS_IF([test "x$have_objc_compiler" = xyes], [
- AC_LANG_PUSH([Objective C])
- AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#import <CoreLocation/CoreLocation.h>]],[[]])], [
- AC_MSG_RESULT([yes])
- have_corelocation_h=yes
- ], [
- AC_MSG_RESULT([no])
- have_corelocation_h=no
- ])
- AC_LANG_POP([Objective C])
-], [
- AC_MSG_RESULT([no Objective C compiler available])
- have_corelocation_h=no
-])
-
-# Windows header
-AC_CHECK_HEADER([windows.h], [have_windows_h=yes], [have_windows_h=no])
-
-# Check for Python
-AM_PATH_PYTHON([3.2], [have_python=yes], [have_python=no])
-
-# Check DRM method
-AC_MSG_CHECKING([whether to enable DRM method])
-AC_ARG_ENABLE([drm], [AC_HELP_STRING([--enable-drm],
- [enable DRM method])],
- [enable_drm=$enableval],[enable_drm=maybe])
-AS_IF([test "x$enable_drm" != xno], [
- AS_IF([test $have_drm = yes], [
- AC_DEFINE([ENABLE_DRM], 1,
- [Define to 1 to enable DRM method])
- AC_MSG_RESULT([yes])
- enable_drm=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_drm" = xyes], [
- AC_MSG_ERROR([missing dependencies for DRM method])
- ])
- enable_drm=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_drm=no
-])
-AM_CONDITIONAL([ENABLE_DRM], [test "x$enable_drm" = xyes])
-
-# Check RANDR method
-AC_MSG_CHECKING([whether to enable RANDR method])
-AC_ARG_ENABLE([randr], [AC_HELP_STRING([--enable-randr],
- [enable RANDR method])],
- [enable_randr=$enableval],[enable_randr=maybe])
-AS_IF([test "x$enable_randr" != xno], [
- AS_IF([test $have_xcb = yes -a $have_xcb_randr = yes], [
- AC_DEFINE([ENABLE_RANDR], 1,
- [Define to 1 to enable RANDR method])
- AC_MSG_RESULT([yes])
- enable_randr=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_randr" = xyes], [
- AC_MSG_ERROR([missing dependencies for RANDR method])
- ])
- enable_randr=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_randr=no
-])
-AM_CONDITIONAL([ENABLE_RANDR], [test "x$enable_randr" = xyes])
-
-# Check VidMode method
-AC_MSG_CHECKING([whether to enable VidMode method])
-AC_ARG_ENABLE([vidmode], [AC_HELP_STRING([--enable-vidmode],
- [enable VidMode method])],
- [enable_vidmode=$enableval],[enable_vidmode=maybe])
-AS_IF([test "x$enable_vidmode" != xno], [
- AS_IF([test $have_x11 = yes -a $have_xf86vm = yes], [
- AC_DEFINE([ENABLE_VIDMODE], 1,
- [Define to 1 to enable VidMode method])
- AC_MSG_RESULT([yes])
- enable_vidmode=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_vidmode" = xyes], [
- AC_MSG_ERROR([missing dependencies for VidMode method])
- ])
- enable_vidmode=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_vidmode=no
-])
-AM_CONDITIONAL([ENABLE_VIDMODE], [test "x$enable_vidmode" = xyes])
-
-# Check Quartz (macOS) method
-AC_MSG_CHECKING([whether to enable Quartz method])
-AC_ARG_ENABLE([quartz], [AC_HELP_STRING([--enable-quartz],
- [enable Quartz (macOS) method])],
- [enable_quartz=$enableval],[enable_quartz=maybe])
-AS_IF([test "x$enable_quartz" != xno], [
- AS_IF([test $have_appserv_h = yes], [
- QUARTZ_CFLAGS=""
- QUARTZ_LIBS="-framework ApplicationServices"
- AC_DEFINE([ENABLE_QUARTZ], 1,
- [Define to 1 to enable Quartz method])
- AC_MSG_RESULT([yes])
- enable_quartz=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_quartz" = xyes], [
- AC_MSG_ERROR([missing Quartz headers])
- ])
- enable_quartz=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_quartz=no
-])
-AM_CONDITIONAL([ENABLE_QUARTZ], [test "x$enable_quartz" = xyes])
-AC_SUBST([QUARTZ_CFLAGS])
-AC_SUBST([QUARTZ_LIBS])
-
-# Check Windows GDI method
-AC_MSG_CHECKING([whether to enable WinGDI method])
-AC_ARG_ENABLE([wingdi], [AC_HELP_STRING([--enable-wingdi],
- [enable WinGDI method])],
- [enable_wingdi=$enableval],[enable_wingdi=maybe])
-AS_IF([test "x$enable_wingdi" != xno], [
- AS_IF([test $have_windows_h = yes], [
- AC_DEFINE([ENABLE_WINGDI], 1,
- [Define to 1 to enable WinGDI method])
- AC_MSG_RESULT([yes])
- enable_wingdi=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_wingdi" = xyes], [
- AC_MSG_ERROR([missing Windows API headers for WinGDI method])
- ])
- enable_wingdi=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_wingdi=no
-])
-AM_CONDITIONAL([ENABLE_WINGDI], [test "x$enable_wingdi" = xyes])
-
-
-# Check Geoclue2 location provider
-AC_MSG_CHECKING([whether to enable Geoclue2 location provider])
-AC_ARG_ENABLE([geoclue2], [AC_HELP_STRING([--enable-geoclue2],
- [enable Geoclue2 location provider])],
- [enable_geoclue2=$enableval],[enable_geoclue2=maybe])
-AS_IF([test "x$enable_geoclue2" != xno], [
- AS_IF([test "x$have_geoclue2" = xyes], [
- AC_DEFINE([ENABLE_GEOCLUE2], 1,
- [Define to 1 to enable Geoclue2 location provider])
- AC_MSG_RESULT([yes])
- enable_geoclue2=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_geoclue2" = xyes], [
- AC_MSG_ERROR([missing dependencies for Geoclue2 location provider])
- ])
- enable_geoclue2=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_geoclue2=no
-])
-AM_CONDITIONAL([ENABLE_GEOCLUE2], [test "x$enable_geoclue2" = xyes])
-
-# Check CoreLocation (macOS) provider
-AC_MSG_CHECKING([whether to enable CoreLocation method])
-AC_ARG_ENABLE([corelocation], [AC_HELP_STRING([--enable-corelocation],
- [enable CoreLocation (macOS) provider])],
- [enable_corelocation=$enableval],[enable_corelocation=maybe])
-AS_IF([test "x$enable_corelocation" != xno], [
- AS_IF([test "x$have_corelocation_h" = xyes], [
- CORELOCATION_CFLAGS=""
- CORELOCATION_LIBS="-framework Foundation -framework Cocoa -framework CoreLocation"
- AC_DEFINE([ENABLE_CORELOCATION], 1,
- [Define to 1 to enable CoreLocation provider])
- AC_MSG_RESULT([yes])
- enable_corelocation=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_corelocation" = xyes], [
- AC_MSG_ERROR([missing CoreLocation headers])
- ])
- enable_corelocation=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_corelocation=no
-])
-AM_CONDITIONAL([ENABLE_CORELOCATION], [test "x$enable_corelocation" = xyes])
-AC_SUBST([CORELOCATION_CFLAGS])
-AC_SUBST([CORELOCATION_LIBS])
-
-
-# Check for GUI status icon
-AC_MSG_CHECKING([whether to enable GUI status icon])
-AC_ARG_ENABLE([gui], [AC_HELP_STRING([--enable-gui],
- [enable GUI status icon])],
- [enable_gui=$enableval],[enable_gui=maybe])
-AS_IF([test "x$enable_gui" != xno], [
- AS_IF([test $have_python = yes], [
- AC_MSG_RESULT([yes])
- enable_gui=yes
- ], [
- AC_MSG_RESULT([missing dependencies])
- AS_IF([test "x$enable_gui" = xyes], [
- AC_MSG_ERROR([GUI status icon script requires Python])
- ])
- enable_gui=no
- ])
-], [
- AC_MSG_RESULT([no])
- enable_gui=no
-])
-AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" != xno])
-
-# Check for Ubuntu icons
-AC_MSG_CHECKING([whether to enable Ubuntu icons])
-AC_ARG_ENABLE([ubuntu], [AC_HELP_STRING([--enable-ubuntu],
- [enable Ubuntu icons])],
- [enable_ubuntu=$enableval],[enable_ubuntu=no])
-AS_IF([test "x$enable_ubuntu" != xno], [
- AC_MSG_RESULT([yes])
-], [
- AC_MSG_RESULT([no])
-])
-AM_CONDITIONAL([ENABLE_UBUNTU], [test "x$enable_ubuntu" != xno])
-
-
-# Check for systemd
-PKG_PROG_PKG_CONFIG
-AC_MSG_CHECKING([Directory to install systemd user unit files])
-AC_ARG_WITH([systemduserunitdir],
- [AS_HELP_STRING([--with-systemduserunitdir=<dir>],
- [Directory for systemd user unit files])],
- [], [with_systemduserunitdir=$($PKG_CONFIG --variable=systemduserunitdir systemd)])
-AS_IF([test -n "$with_systemduserunitdir" -a "x$with_systemduserunitdir" != xno], [
- AC_SUBST([systemduserunitdir], [$with_systemduserunitdir])
- AC_MSG_RESULT([$systemduserunitdir])
- enable_systemd=yes
-], [
- AC_MSG_RESULT([not enabled])
- enable_systemd=no
-])
-AM_CONDITIONAL([ENABLE_SYSTEMD], [test "x$enable_systemd" != xno])
-
-
-# Check for AppArmor
-AC_MSG_CHECKING([whether to enable AppArmor profile])
-AC_ARG_ENABLE([apparmor], [AC_HELP_STRING([--enable-apparmor],
- [enable AppArmor profile])],
- [enable_apparmor=$enableval],[enable_apparmor=no])
-AS_IF([test "x$enable_apparmor" != xno], [
- AC_MSG_RESULT([yes])
- enable_apparmor=yes
-], [
- AC_MSG_RESULT([no])
- enable_apparmor=no
-])
-AM_CONDITIONAL([ENABLE_APPARMOR], [test "x$enable_apparmor" != xno])
-
-
-# Checks for header files.
-AC_CHECK_HEADERS([locale.h stdint.h stdlib.h string.h unistd.h signal.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_TYPE_UINT16_T
-
-# Checks for library functions.
-AC_SEARCH_LIBS([clock_gettime], [rt])
-AC_SEARCH_LIBS([floor], [m])
-AC_CHECK_FUNCS([setlocale strchr floor pow])
-
-AC_CONFIG_FILES([
- Makefile
- po/Makefile.in
- src/Makefile
- src/redshift-gtk/Makefile
-])
-AC_OUTPUT
-
-
-echo "
- $PACKAGE_NAME $VERSION
-
- prefix: ${prefix}
- compiler: ${CC}
- cflags: ${CFLAGS}
- ldflags: ${LDFLAGS}
-
- Adjustment methods:
- DRM: ${enable_drm}
- RANDR: ${enable_randr}
- VidMode: ${enable_vidmode}
- Quartz (macOS): ${enable_quartz}
- WinGDI (Windows): ${enable_wingdi}
-
- Location providers:
- Geoclue2: ${enable_geoclue2}
- CoreLocation (macOS): ${enable_corelocation}
-
- GUI: ${enable_gui}
- Ubuntu icons: ${enable_ubuntu}
- systemd units: ${enable_systemd} ${systemduserunitdir}
- AppArmor profile: ${enable_apparmor}
-"
diff --git a/contrib/redshift.spec b/contrib/redshift.spec
deleted file mode 100644
index 475aa66..0000000
--- a/contrib/redshift.spec
+++ /dev/null
@@ -1,146 +0,0 @@
-Name: redshift
-Version: 1.12
-Release: 1%{dist}
-Summary: Adjusts the color temperature of your screen according to time of day
-Group: Applications/System
-License: GPLv3+
-URL: http://jonls.dk/redshift/
-Source0: http://launchpad.net/redshift/trunk/%{version}/+download/%{name}-%{version}.tar.xz
-BuildRequires: gettext-devel
-BuildRequires: libX11-devel
-BuildRequires: libXxf86vm-devel
-BuildRequires: libxcb-devel
-BuildRequires: glib2-devel
-BuildRequires: systemd
-
-%description
-Redshift adjusts the color temperature of your screen according to your
-surroundings. This may help your eyes hurt less if you are working in
-front of the screen at night.
-
-The color temperature is set 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.
-
-This package provides the base program.
-
-%package -n %{name}-gtk
-Summary: GTK integration for Redshift
-Group: Applications/System
-BuildRequires: python3-devel >= 3.2
-BuildRequires: desktop-file-utils
-Requires: python3-gobject
-Requires: python3-pyxdg
-Requires: %{name} = %{version}-%{release}
-Obsoletes: gtk-redshift < %{version}-%{release}
-
-%description -n %{name}-gtk
-This package provides GTK integration for Redshift, a screen color
-temperature adjustment program.
-
-%prep
-%setup -q
-
-%build
-%configure --enable-gui --disable-geoclue --enable-geoclue2 --enable-randr --enable-vidmode --with-systemduserunitdir=%{_userunitdir}
-make %{?_smp_mflags} V=1
-
-%install
-rm -rf %{buildroot}
-make DESTDIR=%{buildroot} install INSTALL="install -p"
-%find_lang %{name}
-desktop-file-validate %{buildroot}%{_datadir}/applications/redshift.desktop
-desktop-file-validate %{buildroot}%{_datadir}/applications/redshift-gtk.desktop
-
-%post -n %{name}-gtk
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-%postun -n %{name}-gtk
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-%posttrans -n %{name}-gtk
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-%files -f %{name}.lang
-%defattr(-,root,root,-)
-%doc COPYING NEWS README README-colorramp
-%{_bindir}/redshift
-%{_mandir}/man1/*
-%{_userunitdir}/*
-
-%files -n %{name}-gtk
-%defattr(-,root,root,-)
-%{_bindir}/redshift-gtk
-%{python3_sitelib}/redshift_gtk/
-%{_datadir}/icons/hicolor/scalable/apps/redshift*.svg
-%{_datadir}/applications/redshift.desktop
-%{_datadir}/applications/redshift-gtk.desktop
-%{_datadir}/appdata/redshift-gtk.appdata.xml
-
-%changelog
-* Sun Jul 8 2018 Ben van der Harg <benvanderharg@yandex.com> - 1.12.1
-- Update to 1.12
-* Sat Jan 2 2016 Jon Lund Steffensen <jonlst@gmail.com> - 1.11-1
-- Update to 1.11
-
-* Sun Jan 4 2015 Jon Lund Steffensen <jonlst@gmail.com> - 1.10-1
-- Update to 1.10
-
-* Sun Apr 6 2014 Jon Lund Steffensen <jonlst@gmail.com> - 1.9-1
-- Update to 1.9
-
-* Wed Dec 11 2013 Jon Lund Steffensen <jonlst@gmail.com> - 1.8-1
-- Update to 1.8
-
-* Sun May 12 2013 Milos Komarcevic <kmilos@gmail.com> - 1.7-5
-- Run autoreconf to support aarch64 (#926436)
-- Backport fix for geoclue client check (#954014)
-
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
-
-* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
-
-* Sat Jul 9 2011 Milos Komarcevic <kmilos@gmail.com> - 1.7-1
-- Update to 1.7
-- Add geoclue BuildRequires
-- Change default geoclue provider from Ubuntu GeoIP to Hostip
-- Remove manual Ubuntu icons uninstall
-
-* Mon Feb 28 2011 Milos Komarcevic <kmilos@gmail.com> - 1.6-3
-- Fix for clock applet detection (#661145)
-- Require pyxdg explicitly (#675804)
-
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
-* Sat Nov 13 2010 Milos Komarcevic <kmilos@gmail.com> - 1.6-1
-- Update to 1.6
-- Remove BuildRoot tag and clean section
-
-* Thu Aug 26 2010 Milos Komarcevic <kmilos@gmail.com> - 1.5-1
-- Update to 1.5
-- Install desktop file
-
-* Mon Jul 26 2010 Milos Komarcevic <kmilos@gmail.com> - 1.4.1-2
-- License updated to GPLv3+
-- Added python macros to enable building on F12 and EPEL5
-- Specific python version BR
-- Subpackage requires full base package version
-- Increased build log verbosity
-- Preserve timestamps on install
-
-* Thu Jun 17 2010 Milos Komarcevic <kmilos@gmail.com> - 1.4.1-1
-- Update to 1.4.1
-
-* Thu Jun 10 2010 Milos Komarcevic <kmilos@gmail.com> - 1.3-1
-- Initial packaging
diff --git a/po/ar.po b/po/ar.po
index 5dd208f..d4a3c41 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "طرق التعديل المتاحة:\n"
diff --git a/po/be.po b/po/be.po
index 0767e93..67e6ddf 100644
--- a/po/be.po
+++ b/po/be.po
@@ -433,12 +433,6 @@ msgstr ""
"Тэмпература днём: %uK\n"
"Тэмпература ноччу: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Калі ласка, распавядзіце пра памылку <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Даступныя метады рэгулявання:\n"
diff --git a/po/bg.po b/po/bg.po
index 557758c..6eec747 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/ca.po b/po/ca.po
index 0bd8ce6..c4c8d57 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -435,12 +435,6 @@ msgstr ""
" Temperatura de dia: %u K\n"
" Temperatura de nit: %u K\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Informeu dels errors a <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Mètodes d'ajust disponibles:\n"
diff --git a/po/cs.po b/po/cs.po
index eb1b5b6..b5d3b25 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -433,12 +433,6 @@ msgstr ""
" Teplota ve dne: %uK\n"
" Teplota v noci: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Chyby prosím hlaste na <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Dostupné metody přizpůsobení:\n"
diff --git a/po/da.po b/po/da.po
index cd943e1..e2583ca 100644
--- a/po/da.po
+++ b/po/da.po
@@ -432,12 +432,6 @@ msgstr ""
" Dagtemperatur: %uK\n"
" Nattemperatur: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Rapporter venligst fejl til <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Tilgængelige justeringsmetoder:\n"
diff --git a/po/de.po b/po/de.po
index 90dc99c..85b7629 100644
--- a/po/de.po
+++ b/po/de.po
@@ -433,12 +433,6 @@ msgstr ""
" Temperatur tagsüber: %uK\n"
" Temperatur nachts: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Bitte Fehler auf <%s> melden\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Verfügbare Änderungsmethoden:\n"
diff --git a/po/el.po b/po/el.po
index cbb98ad..65c7813 100644
--- a/po/el.po
+++ b/po/el.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/en_GB.po b/po/en_GB.po
index 8642608..a848ebc 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -433,12 +433,6 @@ msgstr ""
" Daytime temperature: %uK\n"
" Night temperature: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Please report bugs to <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Available adjustment methods:\n"
diff --git a/po/es.po b/po/es.po
index 48032d1..637f3ff 100644
--- a/po/es.po
+++ b/po/es.po
@@ -439,12 +439,6 @@ msgstr ""
" Temperatura de día: %u K\n"
" Temperatura de noche: %u K\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Informe de los errores en <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Métodos de ajuste disponibles:\n"
diff --git a/po/et.po b/po/et.po
index 6ff6644..7b3fcbf 100644
--- a/po/et.po
+++ b/po/et.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Palun teata vigadest <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/eu.po b/po/eu.po
index 3467d7c..b8177d1 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -399,12 +399,6 @@ msgstr ""
" Eguneko tenperatura: %uK\n"
" Gaueko tenperatura: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Mesedez, eman arazoen berri <%s> helbidean\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Eskuragarri dauden doikuntza metodoak:\n"
diff --git a/po/fi.po b/po/fi.po
index 83f5f8d..67389a9 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -400,12 +400,6 @@ msgstr ""
" Päiväsajan värilämpötila: %uK\n"
" Yöajan värilämpötila: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Raportoi bugeista osoitteeseen <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Käytettävissä olevat säätömenetelmät:\n"
diff --git a/po/fr.po b/po/fr.po
index 1d310f2..66664d7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -442,12 +442,6 @@ msgstr ""
" Température du jour : %uK\n"
" Température de la nuit : %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Veuillez signaler les bogues à <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Méthodes d'ajustement disponibles :\n"
diff --git a/po/gl.po b/po/gl.po
index dceea22..8b30c87 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -396,12 +396,6 @@ msgstr ""
" Temperatura do día: %uK\n"
" Temperatura da noite: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Por favor reporta fallos a <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Métodos de axuste dispoñíbeis:\n"
diff --git a/po/he.po b/po/he.po
index b276320..21c7f50 100644
--- a/po/he.po
+++ b/po/he.po
@@ -401,12 +401,6 @@ msgstr ""
" Daytime temperature: %uK\n"
" Night temperature: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Please report bugs to <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Available adjustment methods:\n"
diff --git a/po/hi.po b/po/hi.po
index bab712f..0077089 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -395,12 +395,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "कृपया बग की रिपोर्ट <%s> काे करे\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "उपलब्ध समायोजन तरीके:\n"
diff --git a/po/hr.po b/po/hr.po
index 6cca5d2..b4c5246 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -399,12 +399,6 @@ msgstr ""
" Dnevna temperatura: %uK\n"
" Noćna temperatura: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Molimo vas greške prijavite na <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Dostupni načini prilagodbe\n"
diff --git a/po/hu.po b/po/hu.po
index 1492f8b..1ea6295 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -413,12 +413,6 @@ msgstr ""
" Nappali hőmérséklet: %uK\n"
" Éjszakai hőmérséklet: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Hibajelentés: <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Elérhető beállítási módok:\n"
diff --git a/po/it.po b/po/it.po
index dae4a99..86b9b64 100644
--- a/po/it.po
+++ b/po/it.po
@@ -413,12 +413,6 @@ msgstr ""
" Temperatura giornaliera: %uK\n"
" Temperatura notturna: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Segnalare i bug all'indirizzo <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Metodi di regolazione disponibili:\n"
diff --git a/po/ja.po b/po/ja.po
index 77a450b..b6608a5 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -421,12 +421,6 @@ msgstr ""
" 昼間の温度: %uK\n"
" 夜間の温度: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "バグは <%s> に報告してください\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "利用可能な調整方式:\n"
diff --git a/po/ka.po b/po/ka.po
index 9360b36..8c213c1 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 7ae6298..50271ef 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -407,12 +407,6 @@ msgstr ""
" Dienos temperatūra: %uK\n"
" Nakties temperatūra: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Apie klaidas praneškite <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Prieinami sureguliavimo metodai:\n"
diff --git a/po/nb.po b/po/nb.po
index 74392ad..b6e7af9 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -408,12 +408,6 @@ msgstr ""
" Dagtemperatur: %uK\n"
" Natttemperatur: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Rapporter programfeil til <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Tilgjengelige justeringsmetoder:\n"
diff --git a/po/nl.po b/po/nl.po
index 09dc2ab..1627707 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -420,12 +420,6 @@ msgstr ""
" Temperatuur overdag: %uK\n"
" Temperatuur 's nachts: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Meld fouten a.u.b. aan <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Beschikbare bijstellingsmethoden:\n"
diff --git a/po/pl.po b/po/pl.po
index 6585d99..45c5e3f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -409,12 +409,6 @@ msgstr ""
" Temperatura dla dnia: %uK\n"
" Temperatura dla nocy: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Proszę zgłaszać błędy do <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Dostępne metody dostosowania:\n"
diff --git a/po/pt.po b/po/pt.po
index a82d6a1..2460166 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -401,12 +401,6 @@ msgstr ""
" Temperatura diurna: %uK\n"
" Temperatura noturna: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Por favor relate os erros para <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Métodos de ajuste disponíveis:\n"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 6eeee34..d5c65b1 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -413,12 +413,6 @@ msgstr ""
" Temperatura diurna: %uK\n"
" Temperatura noturna: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Por favor, reporte bugs para <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Métodos de ajuste disponíveis:\n"
diff --git a/po/redshift.pot b/po/redshift.pot
index 619f4a5..1268a28 100644
--- a/po/redshift.pot
+++ b/po/redshift.pot
@@ -388,12 +388,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 21dc2c3..7421386 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -391,12 +391,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index ee7587d..2e613e1 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -407,12 +407,6 @@ msgstr ""
" Температура цвета днем: %uK\n"
" Температура цвета ночью: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Пожалуйста, об ошибках сообщайте на <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Доступные методы корректировки:\n"
diff --git a/po/sr.po b/po/sr.po
index 9a8f67f..bbc9d32 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -408,12 +408,6 @@ msgstr ""
" Дневна температура: %uK\n"
" Ноћна температура: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Пријављујте грешке у програму на <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Доступни начини прилагођавања:\n"
diff --git a/po/sv.po b/po/sv.po
index d3e9772..00d1dd6 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -36,7 +36,7 @@ msgid ""
"daytime temperature to allow your eyes to slowly adapt."
msgstr ""
"Färgtemperaturen ställs in beroende på positionen av solen. En annan "
-"färgtemperatur sätts under natten och dagen. Under skymning och tidigt på "
+"färgtemperatur sätts under natten och dagen. Under gryning och tidigt på "
"morgonen övergår färgtemperaturen smidigt från natt till dagtidstemperatur "
"för att ge dina ögon tid att långsamt anpassa sig."
@@ -189,7 +189,7 @@ msgstr "Det går inte att läsa systemets tid.\n"
#: ../src/redshift.c:635
msgid "Waiting for initial location to become available...\n"
-msgstr ""
+msgstr "Vänter på att plats blir tillgängling...\n"
#: ../src/redshift.c:641 ../src/redshift.c:832 ../src/redshift.c:847
#: ../src/redshift.c:1172
@@ -198,7 +198,7 @@ msgstr "Det går inte att få plats från leverantör.\n"
#: ../src/redshift.c:647 ../src/redshift.c:871
msgid "Invalid location returned from provider.\n"
-msgstr ""
+msgstr "Ogiltig plats mottagen från leverantör.\n"
#: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222
#: ../src/redshift.c:1253
@@ -412,12 +412,6 @@ msgstr ""
" Dagtidstemperatur: %uK\n"
" Nattemperatur: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Vänligen rapportera fel till <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Tillgängliga justeringsmetoder:\n"
@@ -475,12 +469,12 @@ msgstr "Felaktigt gamma-inställning.\n"
#: ../src/options.c:621
#, c-format
msgid "Malformed dawn-time setting `%s'.\n"
-msgstr ""
+msgstr "Felaktigt gryningstidsinställning ”%s”.\n"
#: ../src/options.c:632
#, c-format
msgid "Malformed dusk-time setting `%s'.\n"
-msgstr ""
+msgstr "Felaktigt skymningingstidsinställning ”%s”.\n"
#: ../src/options.c:639
#, c-format
diff --git a/po/tr.po b/po/tr.po
index ce0ad32..1a1ed74 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -392,12 +392,6 @@ msgid ""
" Night temperature: %uK\n"
msgstr ""
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr ""
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr ""
diff --git a/po/uk.po b/po/uk.po
index 2a980bf..ac2ea28 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -433,12 +433,6 @@ msgstr ""
" Денна температура: %uK\n"
" Нічна температура: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "Будь-ласка, повідомляйте про помилки до <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "Наявні способи налаштувань:\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index e638340..dca7f6c 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -399,12 +399,6 @@ msgstr ""
" 日间色温:%uK\n"
" 夜间色温:%uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "请报告 bugs 到 <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "可用的调节模式:\n"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6894b6e..376983b 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -420,12 +420,6 @@ msgstr ""
" 日間色溫: %uK\n"
" 夜間色溫: %uK\n"
-#. TRANSLATORS: help output 7
-#: ../src/options.c:218
-#, c-format
-msgid "Please report bugs to <%s>\n"
-msgstr "請回報 bug 至 <%s>\n"
-
#: ../src/options.c:225
msgid "Available adjustment methods:\n"
msgstr "可供使用的調整方法:\n"
diff --git a/redshift.1 b/redshift.1
index ab45a4b..8847ab8 100644
--- a/redshift.1
+++ b/redshift.1
@@ -1,4 +1,4 @@
-.TH REDSHIFT 1
+.TH REDSHIFT 1 REDSHIFT-NG
.SH NAME
redshift \- set color temperature of display according to time of day
.SH SYNOPSIS
@@ -198,8 +198,6 @@ Both
.B redshift
and this manual page are released under the GNU General Public
License, version 3.
-.SH BUGS
-Please report bugs to <https://github.com/jonls/redshift/issues>
.SH KNOWN ISSUES
.B redshift
will not affect the color of your cursor when your graphics driver
diff --git a/src/Makefile b/src/Makefile
new file mode 100644
index 0000000..802fdea
--- /dev/null
+++ b/src/Makefile
@@ -0,0 +1,53 @@
+.POSIX:
+
+CONFIGFILE = config.mk
+include $(CONFIGFILE)
+
+OBJ =\
+ colorramp.o\
+ config-ini.o\
+ gamma-drm.o\
+ gamma-dummy.o\
+ gamma-randr.o\
+ gamma-vidmode.o\
+ hooks.o\
+ location-geoclue2.o\
+ location-manual.o\
+ options.o\
+ pipeutils.o\
+ redshift.o\
+ signals.o\
+ solar.o\
+ systemtime.o
+
+HDR = $(OBJ:.o=.h)
+
+PACKAGE_STRING = redshift-ng 1.13
+
+all: redshift
+$(OBJ): $(HDR)
+
+.c.o:
+ $(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS) -D'PACKAGE_STRING="$(PACKAGE_STRING)"'
+
+redshift: $(OBJ)
+ $(CC) -o $@ $(OBJ) $(LDFLAGS)
+
+install: redshift
+ mkdir -p -- "$(DESTDIR)$(PREFIX)/bin"
+ mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man1/"
+ cp -- redshift "$(DESTDIR)$(PREFIX)/bin/"
+ cp -- redshift.1 "$(DESTDIR)$(MANPREFIX)/man1/"
+
+uninstall:
+ -rm -f -- "$(DESTDIR)$(PREFIX)/bin/redshift"
+ -rm -f -- "$(DESTDIR)$(MANPREFIX)/man1/redshift.1"
+
+clean:
+ -rm -f -- *.o *.a *.lo *.su
+ -rm -f -- redshift
+
+.SUFFIXES:
+.SUFFIXES: .o .c
+
+.PHONY: all install uninstall clean
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 8aa96ea..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,105 +0,0 @@
-
-SUBDIRS = redshift-gtk
-
-# I18n
-localedir = $(datadir)/locale
-AM_CPPFLAGS = -DLOCALEDIR=\"$(localedir)\"
-
-# redshift Program
-bin_PROGRAMS = redshift
-
-redshift_SOURCES = \
- colorramp.c colorramp.h \
- config-ini.c config-ini.h \
- gamma-dummy.c gamma-dummy.h \
- hooks.c hooks.h \
- location-manual.c location-manual.h \
- options.c options.h \
- pipeutils.c pipeutils.h \
- redshift.c redshift.h \
- signals.c signals.h \
- solar.c solar.h \
- systemtime.c systemtime.h
-
-EXTRA_redshift_SOURCES = \
- gamma-drm.c gamma-drm.h \
- gamma-randr.c gamma-randr.h \
- gamma-vidmode.c gamma-vidmode.h \
- gamma-quartz.c gamma-quartz.h \
- gamma-w32gdi.c gamma-w32gdi.h \
- location-geoclue2.c location-geoclue2.h \
- location-corelocation.m location-corelocation.h \
- windows/appicon.rc \
- windows/versioninfo.rc
-
-AM_CFLAGS =
-redshift_LDADD = @LIBINTL@
-EXTRA_DIST = windows/redshift.ico
-
-if ENABLE_DRM
-redshift_SOURCES += gamma-drm.c gamma-drm.h
-AM_CFLAGS += $(DRM_CFLAGS)
-redshift_LDADD += \
- $(DRM_LIBS) $(DRM_CFLAGS)
-endif
-
-if ENABLE_RANDR
-redshift_SOURCES += gamma-randr.c gamma-randr.h
-AM_CFLAGS += $(XCB_CFLAGS) $(XCB_RANDR_CFLAGS)
-redshift_LDADD += \
- $(XCB_LIBS) $(XCB_CFLAGS) \
- $(XCB_RANDR_LIBS) $(XCB_RANDR_CFLAGS)
-endif
-
-if ENABLE_VIDMODE
-redshift_SOURCES += gamma-vidmode.c gamma-vidmode.h
-AM_CFLAGS += $(X11_CFLAGS) $(XF86VM_CFLAGS)
-redshift_LDADD += \
- $(X11_LIBS) $(X11_CFLAGS) \
- $(XF86VM_LIBS) $(XF86VM_CFLAGS)
-endif
-
-if ENABLE_QUARTZ
-redshift_SOURCES += gamma-quartz.c gamma-quartz.h
-AM_CFLAGS += $(QUARTZ_CFLAGS)
-redshift_LDADD += \
- $(QUARTZ_LIBS) $(QUARTZ_CFLAGS)
-endif
-
-if ENABLE_WINGDI
-redshift_SOURCES += gamma-w32gdi.c gamma-w32gdi.h
-redshift_LDADD += -lgdi32
-endif
-
-
-if ENABLE_GEOCLUE2
-redshift_SOURCES += location-geoclue2.c location-geoclue2.h
-AM_CFLAGS += \
- $(GEOCLUE2_CFLAGS)
-redshift_LDADD += \
- $(GEOCLUE2_LIBS) $(GEOCLUE2_CFLAGS)
-endif
-
-# Build CoreLocation module as a separate convenience
-# library since it is using a separate compiler
-# (Objective C).
-
-if ENABLE_CORELOCATION
-noinst_LTLIBRARIES = liblocation-corelocation.la
-liblocation_corelocation_la_SOURCES = \
- location-corelocation.m location-corelocation.h
-liblocation_corelocation_la_OBJCFLAGS = \
- $(CORELOCATION_CFLAGS)
-liblocation_corelocation_la_LIBADD = \
- $(CORELOCATION_CFLAGS) $(CORELOCATION_LIBS)
-redshift_LDADD += liblocation-corelocation.la
-endif
-
-
-# Windows resources
-if ENABLE_WINDOWS_RESOURCE
-redshift_SOURCES += windows/appicon.rc windows/versioninfo.rc
-endif
-
-.rc.o:
- $(AM_V_GEN)$(WINDRES) -I$(top_builddir) -i $< -o $@
diff --git a/src/config.mk b/src/config.mk
new file mode 100644
index 0000000..f8f7751
--- /dev/null
+++ b/src/config.mk
@@ -0,0 +1,13 @@
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+
+CC = c99
+
+DRM_LIBS = libdrm
+GEOCLUE_LIBS = glib-2.0 gio-2.0
+RANDR_LIBS = xcb xcb-randr
+VIDMODE_LIBS = x11 xxf86vm
+
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE
+CFLAGS = $$(pkg-config --cflags $(DRM_LIBS) $(GEOCLUE_LIBS) $(RANDR_LIBS) $(VIDMODE_LIBS))
+LDFLAGS = $$(pkg-config --libs $(DRM_LIBS) $(GEOCLUE_LIBS) $(RANDR_LIBS) $(VIDMODE_LIBS)) -lm
diff --git a/src/options.c b/src/options.c
index 33bf623..729140e 100644
--- a/src/options.c
+++ b/src/options.c
@@ -213,9 +213,6 @@ print_help(const char *program_name)
DEFAULT_DAY_TEMP, DEFAULT_NIGHT_TEMP);
fputs("\n", stdout);
-
- /* TRANSLATORS: help output 7 */
- printf(_("Please report bugs to <%s>\n"), PACKAGE_BUGREPORT);
}
/* Print list of adjustment methods. */