description="Adjusts the color temperature of your screen according to your surroundings." url="http://jonls.dk/redshift/" packager="tnut " contributors="Greg,Pierre.,Remy,Fanch,Jayce,Rems,Spiky" makedepends=(intltool python geoclue2 xorg-libdrm libxcb xorg-libxxf86vm librsvg gtk3) run=(geoclue2 python-gobject python-xdg) name=redshift version=1.12 release=8 PKGMK_KEEP_SOURCES="no" source=(https://github.com/jonls/redshift/archive/refs/tags/v$version.tar.gz) prepare() { cd $name-$version ./bootstrap } build(){ cd $name-$version ./configure --prefix=/usr \ --enable-drm --enable-randr \ --enable-vidmode --enable-geoclue2 make make DESTDIR=$PKG install }