Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
[NEW] misc/gammastep
To:
ports@openbsd.org, Stuart Henderson <stu@spacehopper.org>
Date:
Wed, 6 May 2026 17:30:20 +0200

Download raw body.

Thread
Ping - ok to import?

On 4/13/26 5:39 PM, Volker Schlecht wrote:
> On 4/13/26 11:01 AM, Stuart Henderson wrote:
>> If it works on both then neither ports/x11 nor ports/wayland seem a
>> good choice of directory. 
> 
> Makes sense.
> 
>>> The port is a pretty straightforward adaptation of misc/redshift - I couldn't
>>> find a need for
>>>
>>>     # pygobject GTK3 introspection (not provided by indirect dependencies)
>>>     RUN_DEPENDS +=          x11/gtk+3
>>>
>>> though.
>>
>> Does it run ok if Gtk+3 is not installed?
> 
> The GUI (probably) doesn't - it's definitely not *useful* without a panel that
> wants Gtk+3 anyway.
> 
> The CLI doesn't need any toolkit.
> 
>> WANTLIB is in a weird place in Makefile, as someone who does WANTLIB
>> sweeps across the tree from time to time keeping this standard would
>> be appreciated.
> 
> Fixed.
> 
>> Is the license GPL v3 only or v3+?
> 
> GPL v3 only -> it's a fork of redshift under the same license.