From owner-svn-ports-head@freebsd.org Thu Mar 4 00:44:32 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D6208557F3B; Thu, 4 Mar 2021 00:44:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DrXFD5c0Qz3sgF; Thu, 4 Mar 2021 00:44:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AF18C13E02; Thu, 4 Mar 2021 00:44:32 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 1240iWoS095814; Thu, 4 Mar 2021 00:44:32 GMT (envelope-from crees@FreeBSD.org) Received: (from crees@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 1240iWxN095813; Thu, 4 Mar 2021 00:44:32 GMT (envelope-from crees@FreeBSD.org) Message-Id: <202103040044.1240iWxN095813@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: crees set sender to crees@FreeBSD.org using -f From: Chris Rees Date: Thu, 4 Mar 2021 00:44:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567284 - head/www/falkon X-SVN-Group: ports-head X-SVN-Commit-Author: crees X-SVN-Commit-Paths: head/www/falkon X-SVN-Commit-Revision: 567284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Mar 2021 00:44:32 -0000 Author: crees Date: Thu Mar 4 00:44:32 2021 New Revision: 567284 URL: https://svnweb.freebsd.org/changeset/ports/567284 Log: www/falkon: add flavor without KDE integration This results in a package that doesn't drag in huge numbers of KDE dependencies if you aren't on KDE. This replaces the OPTION KDEINTEGRATION. Approved by: kde (adridg) Differential Revision: https://reviews.freebsd.org/D29010 Modified: head/www/falkon/Makefile (contents, props changed) Modified: head/www/falkon/Makefile ============================================================================== --- head/www/falkon/Makefile Thu Mar 4 00:25:28 2021 (r567283) +++ head/www/falkon/Makefile Thu Mar 4 00:44:32 2021 (r567284) @@ -22,12 +22,20 @@ USE_LDCONFIG= yes CMAKE_ON= CMAKE_DISABLE_FIND_PACKAGE_PySide2 -OPTIONS_DEFINE= GNOMEKEYRING KDEINTEGRATION -OPTIONS_DEFAULT= KDEINTEGRATION -OPTIONS_SUB= YES +FLAVORS= default qtonly +FLAVOR?= default +qtonly_PKGNAMESUFFIX= -qtonly -KDEINTEGRATION_CMAKE_BOOL= ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN -KDEINTEGRATION_USE= KDE=completion,config,coreaddons,crash,jobwidgets,kio,purpose,service,wallet,widgetsaddons +.if ${FLAVOR} != qtonly +CMAKE_ON+= ENABLE_KDE_FRAMEWORKS_INTEGRATION_PLUGIN +USE_KDE+= completion config coreaddons crash jobwidgets kio purpose service wallet widgetsaddons +PLIST_SUB= KDEINTEGRATION="" +.else +PLIST_SUB= KDEINTEGRATION="@comment " +.endif + +OPTIONS_DEFINE= GNOMEKEYRING +OPTIONS_SUB= YES GNOMEKEYRING_CMAKE_BOOL= BUILD_KEYRING GNOMEKEYRING_USE= GNOME=glib20