workrave: remove references to KDE3

This commit is contained in:
Thomas Klausner 2017-09-26 11:48:21 +02:00
parent 283b262880
commit ac8989880a
3 changed files with 2 additions and 17 deletions

View File

@ -1,5 +1,4 @@
# $NetBSD: Makefile,v 1.6 2012/10/07 20:11:07 asau Exp $
#
DISTNAME= workrave-1.8.5
CATEGORIES= x11
@ -25,7 +24,6 @@ CONFIGURE_ARGS+= --docdir="${PREFIX}/share/doc/${PKGBASE}"
# __STDC_VERSION__ doesn't appear to be defined by c++
CXXFLAGS+= -D_ISOC99_SOURCE
# XXX for KDE, need to set kdesoundsdir?
INSTALL_MAKE_FLAGS+= utilsdir=${EGDIR}/sound/events
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
CONF_FILES+= ${EGDIR}/sound/events/workrave.soundlist \

View File

@ -12,4 +12,3 @@
Untested:
PKG_OPTIONS.workrave='gnome'
PKG_OPTIONS.workrave='kde'

View File

@ -5,7 +5,7 @@ PKG_SUPPORTED_OPTIONS+= arts dbus debug distributed
PKG_SUGGESTED_OPTIONS+= distributed
PKG_OPTIONS_REQUIRED_GROUPS= frontends backends
PKG_OPTIONS_GROUP.frontends= gtk gnome kde
PKG_OPTIONS_GROUP.frontends= gtk gnome
# The backends (configuration databases) is a bit of a mess!
# * backends/src/Core.cc requires one of GConf, GDome (XML), or Qt
@ -14,7 +14,7 @@ PKG_OPTIONS_GROUP.frontends= gtk gnome kde
# Workrave doesn't currently support Qt without KDE.
# We interpret gnome to imply gconf.
# No KDE/Qt implies glib must be included
PKG_OPTIONS_GROUP.backends= xml gconf gnome kde
PKG_OPTIONS_GROUP.backends= xml gconf gnome
.include "../../mk/bsd.options.mk"
@ -60,18 +60,6 @@ CONFIGURE_ARGS+= --disable-gconf
. endif
.endif
###
### KDE
###
.if !empty(PKG_OPTIONS:Mkde)
CONFIGURE_ARGS+= --enable-kde
. include "../../devel/kdesdk3/buildlink3.mk"
.else
CONFIGURE_ARGS+= --disable-kde
# must explicitly include glib if no KDE for backends/src/Configurator.cc
. include "../../devel/glib2/buildlink3.mk"
.endif
###
### XML backends (via GDome2)
###