Package Details: redshift-minimal 1.12-4

Git Clone URL: https://aur.archlinux.org/redshift-minimal.git (read-only, click to copy)
Package Base: redshift-minimal
Description: Adjusts the color temperature of your screen according to your surroundings, with minimal dependencies.
Upstream URL: http://jonls.dk/redshift/
Licenses: GPL3
Conflicts: redshift
Provides: redshift
Submitter: hcartiaux
Maintainer: BachoSeven
Last Packager: BachoSeven
Votes: 55
Popularity: 0.70
First Submitted: 2011-08-19 00:47 (UTC)
Last Updated: 2022-02-01 17:41 (UTC)

Dependencies (2)

Required by (19)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

hcartiaux commented on 2021-09-24 16:31 (UTC)

I orphan this PKGBUILD, I don't use it anymore since a solution is integrated in KDE.

BachoSeven commented on 2021-09-18 23:52 (UTC)

Hi, I believe building this in a chroot leads to randr not being built in the package because configure fails to find libxcb's randr.h file; the issue is that by removing the dep on libxxf86vm and building in a chroot you will not have its recursive dependency libxcb.. Could you add libxcb or solve this another way?

Thanks in advance for maintaining the package!

flamendless commented on 2020-10-13 02:28 (UTC)

Hi, where is the .service file? sudo systemctl start redshift.service and sudo systemctl start redshift-gtk.service gives the error Failed to start redshift.service: Unit redshift.service not found.

Zeebaars commented on 2020-07-08 18:40 (UTC)

I get configure: WARNING: unrecognized options: --disable-geoclue, this can simply be removed from the PKGBUILD (just leave --disable-geoclue2).

mindstormer commented on 2019-05-13 20:22 (UTC)

Please list optional dependencies mentioned here: https://github.com/jonls/redshift/blob/915eb9987731d3bc1a4bc5a192f6203c2db9b20b/CONTRIBUTING.md

hcartiaux commented on 2019-04-29 09:25 (UTC)

@rsa, done, thank you

rsa commented on 2019-04-26 20:18 (UTC)

You can add --disable-vidmode and remove the dependency on libxxf86vm

terminalmage commented on 2016-03-15 03:51 (UTC)

Looks like the unit file is no longer present, so removing it causes the build to fail: rm: cannot remove '/build/redshift-minimal/pkg/redshift-minimal/usr/lib/systemd/user/redshift-gtk.service': No such file or directory

Raziel23 commented on 2015-01-08 12:25 (UTC)

I was thinking about the even more simplified PKGBUILD than what @UnCO proposed. I was very curious why the official redshift package [1] doesn't need to execute bootstrap file in order to generate the configure file. So the answer was that the archive with source code redshift-1.10.tar.xz already contain this file, but the archive v1.10.tar.gz doesn't. So here [2] it is my very minimal version of the PKGBUILD without any python dependency and executing bootstrap. I have build it in the clean chroot without any problems. [1] https://www.archlinux.org/packages/community/x86_64/redshift/ [2] https://gist.github.com/anonymous/80b7a25b14962159aa1a Edit: Updated the PKGBUILD, by mistake I enabled geoclue2.