Index | Thread | Search

From:
Volker Schlecht <openbsd-ports@schlecht.dev>
Subject:
Re: [NEW] wayland/gammastep
To:
ports@openbsd.org, Stuart Henderson <stu@spacehopper.org>
Date:
Mon, 13 Apr 2026 17:39:16 +0200

Download raw body.

Thread
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.