summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-12-27 19:51:19 +0000
committerSteve Wills <swills@FreeBSD.org>2018-12-27 19:51:19 +0000
commit0d4caf047b816fb74eb12b54a4eeee1b2f73fcae (patch)
tree7b5faa4dca03f46d24796166eeebbfc1f923c5c4 /accessibility
parentgames/aquaria: unbreak on GCC architectures after r455508 (diff)
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
Notes
Notes: svn path=/head/; revision=488563
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/redshift/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/accessibility/redshift/Makefile b/accessibility/redshift/Makefile
index 844e3b54afed..54640f3acd12 100644
--- a/accessibility/redshift/Makefile
+++ b/accessibility/redshift/Makefile
@@ -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