pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

workrave: remove references to KDE3



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Sep 26 11:48:21 2017 +0200
Changeset:	ac8989880a8cdd8917442a9b5e48826d9ece5c7e

Modified Files:
	workrave/Makefile
	workrave/TODO
	workrave/options.mk

Log Message:
workrave: remove references to KDE3

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ac8989880a8cdd8917442a9b5e48826d9ece5c7e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 workrave/Makefile   |  2 --
 workrave/TODO       |  1 -
 workrave/options.mk | 16 ++--------------
 3 files changed, 2 insertions(+), 17 deletions(-)

diffs:
diff --git a/workrave/Makefile b/workrave/Makefile
index f6c1e23c9a..3330fd8ff7 100644
--- a/workrave/Makefile
+++ b/workrave/Makefile
@@ -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 \
diff --git a/workrave/TODO b/workrave/TODO
index a90d2ef446..e4c37d0ea0 100644
--- a/workrave/TODO
+++ b/workrave/TODO
@@ -12,4 +12,3 @@
 
     Untested:
 	PKG_OPTIONS.workrave='gnome'
-	PKG_OPTIONS.workrave='kde'
diff --git a/workrave/options.mk b/workrave/options.mk
index 58451f5fa8..a316421f09 100644
--- a/workrave/options.mk
+++ b/workrave/options.mk
@@ -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"
 
@@ -61,18 +61,6 @@ CONFIGURE_ARGS+=	--disable-gconf
 .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)
 ###
 .if !empty(PKG_OPTIONS:Mxml)


Home | Main Index | Thread Index | Old Index