Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2019 14:06:32 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490791 - head/graphics/okular
Message-ID:  <201901201406.x0KE6W4p018868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Jan 20 14:06:31 2019
New Revision: 490791
URL: https://svnweb.freebsd.org/changeset/ports/490791

Log:
  graphics/okular: make dependency on misc/kf5-purpose optional
  
  PR:		235074
  Reported by:	Ivan <bsd@abinet.ru>

Modified:
  head/graphics/okular/Makefile

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Sun Jan 20 14:00:42 2019	(r490790)
+++ head/graphics/okular/Makefile	Sun Jan 20 14:06:31 2019	(r490791)
@@ -2,7 +2,7 @@
 
 PORTNAME=	okular
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde@FreeBSD.org
@@ -30,13 +30,18 @@ USES=		cmake compiler:c++11-lib desktop-file-utils \
 USE_KDE=	activities archive auth bookmarks codecs completion config \
 		configwidgets coreaddons dbusaddons ecm emoticons i18n \
 		iconthemes init itemmodels itemviews jobwidgets js \
-		kdelibs4support khtml kio libkexiv2 parts pty purpose \
+		kdelibs4support khtml kio libkexiv2 parts pty \
 		service solid sonnet textwidgets threadweaver wallet \
 		widgetsaddons windowsystem xmlgui
 USE_QT=		core dbus declarative gui network phonon4 printsupport speech \
 		svg widgets xml \
 		buildtools_build qmake_build
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS PURPOSE
+OPTIONS_DEFAULT=	PURPOSE
+
+PURPOSE_DESC=	Enable 'Share' menu
+PURPOSE_USE=	KDE=purpose
+PURPOSE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901201406.x0KE6W4p018868>