aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add CoreLocation (OSX) location providerJon Lund Steffensen2014-12-151-0/+68
| | | | | Similarly to the Geoclue provider, the CoreLocation provider only requests the location on startup.
* Add Quartz (OSX) gamma adjustment methodJon Lund Steffensen2014-12-151-1/+32
|
* Fix #80: Add Geoclue2 location providerJon Lund Steffensen2014-12-151-0/+26
| | | | | | | This simply runs a GLib main loop when the location is requested and tries to get the location from GeoClue2. We need to run a main loop since the location is not immediately available, instead it becomes available through a signal.
* systemtime: Use gettimeofday if POSIX timers not availableJon Lund Steffensen2014-12-151-1/+1
|
* contrib: Do not generate RPM specJon Lund Steffensen2014-12-151-1/+0
| | | | | | The RPM spec needs to be maintained manually anyway so it does not make sense to autogenerate the file with the latest version number. This should be done manually while updating dependencies and changelog.
* configure.ac: Fix undefined GETTEXT_PACKAGE on installJon Lund Steffensen2014-08-161-0/+5
|
* Make desktop file translatableJon Lund Steffensen2014-05-281-0/+1
| | | | | | | | Changes bootstrap script to run libtoolize. Some extra magic was needed for autoreconf (taken from GNOME projects). The INTLTOOL_DESKTOP_RULE should be used in Makefile.am but is unfortunately broken at this time for out-of-source builds. The rule is instead copied and fixed in Makefile.am.
* Update NEWS and configure.ac for 1.9.1 releaseJon Lund Steffensen2014-04-201-1/+1
|
* Fix #67: Geoclue should pull in Glib as dependencyJon Lund Steffensen2014-04-201-1/+3
| | | | | Add checks in configure.ac for Glib and pull in through Makefile.am when Geoclue support is enabled.
* Update NEWS and configure.ac for 1.9 releaseJon Lund Steffensen2014-04-061-1/+1
|
* Fix #52: Require Python 3.2 for GUI scriptJon Lund Steffensen2014-03-261-2/+2
|
* Merge pull request #42 from maandree/gamma-drmJon Lund Steffensen2014-03-221-0/+26
|\ | | | | Support for running Redshift outside X using libdrm
| * Support for running Redshift without a graphical environment in Linux by using Direct Rendering ManagerMattias Andrée2014-03-221-0/+26
| | | | | | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* | Update bug report URL to githubJon Lund Steffensen2014-03-211-1/+1
| |
* | Add systemd .service file for redshiftHenry de Valence2014-03-201-0/+20
|/ | | | | | | | | Add a systemd user .service file to allow users to run redshift as a daemon using systemd. Also adds a new configure option, `--with-systemduserunitdir`, which gives the install path. If set to `no`, systemd support is disabled. If not set, we use `pkg-config` to find the path.
* Port redshift-gtk to Python3TingPing2014-01-011-1/+1
| | | | Python 2 is no longer supported
* Add updated RPM spec for redshift (based on 1.7-5 in Fedora)Jon Lund Steffensen2013-12-111-0/+1
| | | | | | | Updated to 1.8. Includes updates for renamed gtk-redshift to redshift-gtk. Includes further updates to installed doc files and removes dependencies for GNOME Clock location provider.
* Remove Gnome Clock location providerJon Lund Steffensen2013-12-091-26/+0
| | | | | | | | This was basically a hack that happened to work because the Gnome Clock applet could store the current location of the user, and Redshift was able to fetch this location through GConf. Since Redshift for some time now has supported a config file where the location can be set, there is not really any reason to use an external, fragile solution to do the same.
* Add dummy gamma adjustment methodJon Lund Steffensen2013-12-091-5/+0
| | | | | | | | This method does not do anything but print the temperature to the terminal. An external program implementing a color temperature adjustment scheme that is not supported by redshift can use this method to determine the desired color temperature. It is also useful for testing other parts of redshift on systems where neither RandR nor VidMode works.
* Fix configure script status output for GUIJon Lund Steffensen2013-12-081-0/+2
|
* Clean up install instructions in README, INSTALL, HACKINGJon Lund Steffensen2013-11-231-1/+1
| | | | | | | Setup automake to "foreign" so that no additional files are required to be present. Remove AUTHORS and ChangeLog (this info can be found in the git repository), and remove INSTALL. Add a reference to the HACKING document in README. Add dependency information in HACKING.
* Bump version to 1.8Jon Lund Steffensen2013-10-211-1/+1
|
* configure.ac: Require autoconf 2.69Jon Lund Steffensen2013-10-211-1/+1
| | | | | | | | From fedora bug report: Support for the ARM 64 bit CPU architecture (aarch64) was introduced in autoconf 2.69. redshift appears to use an earlier version of autoconf, preventing its being built. (Thanks Miloš Komarčević, Dennis Gilmore)
* Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen2013-03-051-1/+1
| | | | This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.
* Update NEWS and configure.ac for 1.7 release.Jon Lund Steffensen2011-07-041-1/+1
|
* Use signal.h instead of sys/signal.h for POSIX compliance.Albert Lee2011-07-041-1/+1
|
* Install Ubuntu icons as option (--enable-ubuntu). (Francesco Marella)Jon Lund Steffensen2011-07-041-0/+12
|
* Merge Geoclue location provider by Mathieu Trudel-Lapierre with some tweaks.Jon Lund Steffensen2011-03-281-1/+28
|\
| * Add first pass of Geoclue location provider.Mathieu Trudel-Lapierre2011-02-091-0/+10
|/
* Update AUTHORS, NEWS and configure.ac for 1.6 release.Jon Lund Steffensen2010-10-181-1/+1
|
* Update NEWS, AUTHORS and configure.ac for 1.5 release.Jon Lund Steffensen2010-08-181-1/+1
|
* Merge GUI optimization from Francesco Marella with a few tweaks.Jon Lund Steffensen2010-07-281-37/+13
|\
| * Optimize indicators code.Francesco Marella2010-07-211-38/+13
|/ | | | User, at configure time, chooses to enable or disable the gui. Determine at runtime whether to use the appindicator or status icon as fallback.
* Move gtk-redshift.desktop file to data dir.Jon Lund Steffensen2010-06-301-0/+1
|
* Update AUTHORS, NEWS, configure.ac for 1.4.1.Jon Lund Steffensen2010-06-151-1/+1
|
* Fix build in Fedora.Jon Lund Steffensen2010-06-151-1/+1
|
* Add missing file to Makefile.am.Jon Lund Steffensen2010-06-131-4/+8
| | | | Fix detection of GUI dependencies in configure.ac.
* Update configure.ac for 1.4 release.Jon Lund Steffensen2010-06-131-1/+1
|
* Use AM_SILENT_RULES, if available, to supress verbose make output.Francesco Marella2010-06-101-0/+2
|
* Merge application indicator support from Franesco Marella.Jon Lund Steffensen2010-06-061-20/+58
|\ | | | | | | | | | | Change GUI configuration parameter in configure.ac to --enable-gui. Distribute defs.py.in and gtk-redshift.in even if GUI is disabled. Update POTFILES.in and update translation files.
| * Add the autofoo needed to choose GTK+ status icon or app-indicatorFrancesco Marella2010-06-041-0/+24
|/ | | Passing 'enable-appindicator=yes' to the configure script the GTK+ status icon will be disabled.
* Add location provider that reads location from the gconf key associatedJon Lund Steffensen2010-05-251-0/+25
| | | | | with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now.
* systemtime.c: Portably read current time on posix and windows.Jon Lund Steffensen2010-05-061-2/+26
| | | | | | | | w32gdi.c: Implements gamma ramp method for Windows GDI API. Use double as a cross platform time representation. Add WinGDI as a selectable method (currently limitied to minimum 4500K). Fix a bug where redshift would crash if RANDR failed and VidMode wasn't compiled in.
* configure.ac: Remove useless malloc check, add check for sys/signal.h.Jon Lund Steffensen2010-05-061-2/+1
|
* Prepare NEWS, README and configure.ac for 1.3 release on 2010-05-12.Jon Lund Steffensen2010-05-051-1/+1
|
* Change python dependency to 2.6.Jon Lund Steffensen2010-05-051-2/+2
|
* Update ChangeLog, NEWS and README for release.Jon Lund Steffensen2010-02-111-1/+1
| | | | Increment version in configure.ac.
* Switch to heirarchial makefiles. Seems to be the only way to makeJon Lund Steffensen2010-02-111-0/+2
| | | | distcheck happy :(
* Turn gtk-redshift into a python module. A launcher script is installedJon Lund Steffensen2010-02-111-3/+8
| | | | in bindir.
* configure.ac: Look for gettextJon Lund Steffensen2010-02-101-0/+4
|