# Template file for 'gammastep'
pkgname=gammastep
version=2.0.11
revision=1
build_style=gnu-configure
configure_args="--enable-gui --enable-drm --enable-vidmode --enable-randr
 --enable-wayland --enable-apparmor --with-systemduserunitdir=no
 $(vopt_enable geoclue2)"
hostmakedepends=" tar automake libtool gettext-devel intltool pkg-config
 python3-devel wayland-devel"
makedepends=" wayland-devel libXxf86vm-devel libdrm-devel
 $(vopt_if geoclue2 'glib-devel')"
short_desc="Adjusts the color temperature of your screen to your surroundings"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gitlab.com/chinstrap/gammastep"
changelog="https://gitlab.com/chinstrap/gammastep/raw/master/NEWS.md"
distfiles="https://gitlab.com/chinstrap/gammastep/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
checksum=e16026b8f21d5e02cfe7cd2f738c80f150c1f06a098e5e47e0fc088244a763bd
build_options="geoclue2"
build_options_default="geoclue2"

pre_configure() {
	./bootstrap
}

gammastep-indicator_package() {
	depends="${sourcepkg}-${version}_${revision} gtk+3 python3-gobject
	 python3-xdg desktop-file-utils"
	short_desc+=" - Status Indicator"
	pkg_install() {
		vmove usr/bin/gammastep-indicator
		vmove usr/lib
		vmove usr/share/metainfo
		vmove usr/share/applications/gammastep-indicator.desktop
	}
}
