accessibility/redshift: make geoclue optional

While here, remove obsolete gnome-clock option which was removed
upstream in version 1.9 and pet portlint

PR:		234048
Submitted by:	bsd@haps.ca, which modifications
This commit is contained in:
Steve Wills 2018-12-27 19:51:19 +00:00
parent d6e9e0f078
commit 0d4caf047b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488563

View File

@ -3,8 +3,8 @@
PORTNAME= redshift
PORTVERSION= 1.12
CATEGORIES= accessibility
DISTVERSIONPREFIX= v
CATEGORIES= accessibility
MAINTAINER= swills@FreeBSD.org
COMMENT= Adjusts the color temperature of your screen
@ -12,8 +12,11 @@ COMMENT= Adjusts the color temperature of your screen
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdrm.so:graphics/libdrm
USES= autoreconf:build gettext gmake libtool localbase pkgconfig \
shebangfix tar:bzip2
USE_GITHUB= yes
GH_ACCOUNT= jonls
USE_GNOME= intltool
@ -23,17 +26,14 @@ SHEBANG_FILES= src/redshift-gtk/redshift-gtk.in
CONFIGURE_ARGS+= --disable-wingdi
LIB_DEPENDS= libdrm.so:graphics/libdrm \
libgeoclue-2.so:net/geoclue
OPTIONS_DEFINE= GNOME GUI NLS RANDR VIDMODE
OPTIONS_DEFAULT=RANDR
OPTIONS_DEFINE= GEO GUI NLS RANDR VIDMODE
OPTIONS_DEFAULT=GEO RANDR
OPTIONS_SUB= yes
GNOME_DESC= GNOME clock support
GUI_DESC= Tray icon
RANDR_DESC= Support RANDR for changing colors
VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA)
GEO_DESC= Use geoclue (requires dbus)
USE_XORG+= x11 xcb
@ -53,9 +53,9 @@ GUI_CONFIGURE_ENABLE= gui
GUI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gobject3>0:devel/py-gobject3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
GNOME_CONFIGURE_ENABLE= gnome-clock
GNOME_USE= GNOME=glib20,gconf2
GEO_CONFIGURE_ON= --enable-geoclue2
GEO_CONFIGURE_OFF= --disable-geoclue2
GEO_LIB_DEPENDS= libgeoclue-2.so:net/geoclue
pre-configure:
@cd ${WRKSRC} ; ./bootstrap