| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: redshift-gtk | Distribution: SUSE Linux Enterprise 15 SP5 |
| Version: 1.12 | Vendor: openSUSE |
| Release: bp155.2.16 | Build date: Mon May 22 12:16:27 2023 |
| Group: System/X11/Utilities | Build host: obs-power8-05 |
| Size: 810717 | Source RPM: redshift-1.12-bp155.2.16.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://jonls.dk/redshift/ | |
| Summary: Gtk frontend for redshift | |
A graphical user interface for the redshift tool that integrates into Gtk+ and GNOME.
GPL-3.0-only
* Mon Dec 14 2020 Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- redshift-gtk require python-pyxdg, not incompatible python-xdg (boo#1179328)
Downgrade to a Recommends since it only affects autostart installation
- Remove temporary apparmor profile fix (fix_apparmor.patch)
* Mon Jul 20 2020 Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- Update apparmor profile to work around boo#1174290
* Wed Oct 17 2018 Ondřej Súkup <mimi.vx@gmail.com>
- fix apparmor profile - fix_apparmor.patch boo#1111906
* Sun Aug 26 2018 aaronpuchert@alice-dsl.net
- Move python3-xdg dependency to redshift-gtk.
It's not needed for redshift itself, which is a pure C program.
- Don't require geoclue, only recommend it.
- Build and install AppArmor profile.
- desktop.patch: Do not start redshift in terminal window.
* Wed Aug 08 2018 jengelh@inai.de
- Use noun phrase in summary, and expand description.
* Sat Jun 02 2018 bjorn.lie@gmail.com
- Drop pkgconfig(gconf-2.0) BuildRequires: No longer needed, nor
used.
* Mon May 28 2018 avindra@opensuse.org
- Change location providers to allow updates. GeoClue and CoreLocation
now provide continuous location updates.
- Removes deprecated original GeoClue location provider (use
GeoClue 2 instead).
- 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.
- Config file moved to ~/.config/redshift/redshift.conf (or
${XDG_CONFIG_HOME}/redshift/redshift.conf) if $XDG_CONFIG_HOME is
set. Old location at ~/.config/redshift.conf is deprecated but
still searched as a fallback.
- 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.
- Option for enabling a short fade between color effects is now
called `fade` instead of `transition` in the configuration file.
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.
* Wed Dec 13 2017 mimi.vx@gmail.com
- spec-cleaned, removed old code. @Mailender removed %py_requires
* Mon May 15 2017 tejas.guruswamy@opensuse.org
- Remove conditions on unsupported suse versions, install systemd
user service with redshift-gtk
* Thu Mar 09 2017 tejas.guruswamy@opensuse.org
- Add requires for typelib-1_0-AppIndicator3 for redshift-gtk
(bsc#1024936)
* Wed May 04 2016 zaitor@opensuse.org
- Add explict Requires python-gobject-Gdk for gtk subpackage,
needed after the spilt of python3-gobject.
- Drop autoconf and automake BuildRequires: They are not needed.
* Tue Apr 05 2016 dimstar@opensuse.org
- Run fdupes only over %{python3_sitelib}, ensuring that the files
in /usr/share/icons/hicolor remain actual files and cannot be
accidentally converted to symlinks.
* Sun Feb 07 2016 mpluskal@suse.com
- Make building more verbose
- Update post/postun dependencies of -gtk subpackage
- Small spec file cleanups
- Fix building for Leap
* Tue Jan 19 2016 zaitor@opensuse.org
- Add pkgconfig(libdrm) BuildRequires: Build support for DRM
adjustement method.
- Change --with-systemduserunitdir=no to
- -with-systemduserunitdir=%{_userunitdir} and package the
produced service files. Users can do systemctl enable/disable
- -user redshift.service or redshift-gtk.service depending on what
package they install/want.
* Sat Jan 16 2016 mimi.vx@gmail.com
- update to 1.11
* Add option preserve for gamma adjustment methods (randr, vidmode, quartz, w32gdi)
to apply redness on top of current gamma correction.
* Add redshift.desktop file to resolve an issue where Geoclue2 would not allow
redshift to obtain the current location
* Make sure that the child process is terminated when redshift-gtk exits.
* 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
* Use nanosleep() for sleeping to avoid high CPU load on platforms (NetBSD, ...)
with limitations in usleep()
* Various updates to man page and translations.
* Fri Sep 11 2015 mimi.vx@gmail.com
- fix build on openSUSE:Leap
* Fri Feb 20 2015 mimi.vx@gmail.com
- spec-cleaned spec file
- use geoclue2 instead geoclue
- Update to 1.10
* Fix #80: Add Geoclue2 location provider.
* 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.
* 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.
* Mon Nov 24 2014 robert.munteanu@gmail.com
- Update to 1.9.1
* 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).
- Update to 1.9
* 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.
/usr/bin/redshift-gtk /usr/lib/python3.6/site-packages/redshift_gtk /usr/lib/python3.6/site-packages/redshift_gtk/__init__.py /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__ /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/controller.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/controller.cpython-36.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/defs.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/defs.cpython-36.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/statusicon.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/statusicon.cpython-36.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/utils.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/redshift_gtk/__pycache__/utils.cpython-36.pyc /usr/lib/python3.6/site-packages/redshift_gtk/controller.py /usr/lib/python3.6/site-packages/redshift_gtk/defs.py /usr/lib/python3.6/site-packages/redshift_gtk/statusicon.py /usr/lib/python3.6/site-packages/redshift_gtk/utils.py /usr/lib/systemd/user/redshift-gtk.service /usr/share/appdata /usr/share/appdata/redshift-gtk.appdata.xml /usr/share/applications/redshift-gtk.desktop /usr/share/icons/hicolor/scalable/apps/redshift-status-off.svg /usr/share/icons/hicolor/scalable/apps/redshift-status-on.svg /usr/share/icons/hicolor/scalable/apps/redshift.svg /usr/share/licenses/redshift-gtk /usr/share/licenses/redshift-gtk/COPYING /usr/share/locale/ar/LC_MESSAGES/redshift.mo /usr/share/locale/be/LC_MESSAGES/redshift.mo /usr/share/locale/bg/LC_MESSAGES/redshift.mo /usr/share/locale/ca/LC_MESSAGES/redshift.mo /usr/share/locale/cs/LC_MESSAGES/redshift.mo /usr/share/locale/da/LC_MESSAGES/redshift.mo /usr/share/locale/de/LC_MESSAGES/redshift.mo /usr/share/locale/el/LC_MESSAGES/redshift.mo /usr/share/locale/en_GB/LC_MESSAGES/redshift.mo /usr/share/locale/es/LC_MESSAGES/redshift.mo /usr/share/locale/et/LC_MESSAGES/redshift.mo /usr/share/locale/eu/LC_MESSAGES/redshift.mo /usr/share/locale/fi/LC_MESSAGES/redshift.mo /usr/share/locale/fr/LC_MESSAGES/redshift.mo /usr/share/locale/gl/LC_MESSAGES/redshift.mo /usr/share/locale/he/LC_MESSAGES/redshift.mo /usr/share/locale/hi/LC_MESSAGES/redshift.mo /usr/share/locale/hr/LC_MESSAGES/redshift.mo /usr/share/locale/hu/LC_MESSAGES/redshift.mo /usr/share/locale/it/LC_MESSAGES/redshift.mo /usr/share/locale/ja/LC_MESSAGES/redshift.mo /usr/share/locale/lt/LC_MESSAGES/redshift.mo /usr/share/locale/nb/LC_MESSAGES/redshift.mo /usr/share/locale/nl/LC_MESSAGES/redshift.mo /usr/share/locale/pl/LC_MESSAGES/redshift.mo /usr/share/locale/pt/LC_MESSAGES/redshift.mo /usr/share/locale/pt_BR/LC_MESSAGES/redshift.mo /usr/share/locale/ro/LC_MESSAGES/redshift.mo /usr/share/locale/ru/LC_MESSAGES/redshift.mo /usr/share/locale/sr/LC_MESSAGES/redshift.mo /usr/share/locale/sv/LC_MESSAGES/redshift.mo /usr/share/locale/tr/LC_MESSAGES/redshift.mo /usr/share/locale/uk/LC_MESSAGES/redshift.mo /usr/share/locale/zh_CN/LC_MESSAGES/redshift.mo /usr/share/locale/zh_TW/LC_MESSAGES/redshift.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 14:42:24 2025