From owner-svn-ports-all@freebsd.org Mon Nov 16 12:27:59 2020 Return-Path: Delivered-To: svn-ports-all@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 B1C2F2EE794; Mon, 16 Nov 2020 12:27:59 +0000 (UTC) (envelope-from jbeich@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CZSyl4g3Tz3Kdc; Mon, 16 Nov 2020 12:27:59 +0000 (UTC) (envelope-from jbeich@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 931EB5DBE; Mon, 16 Nov 2020 12:27:59 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AGCRxET021701; Mon, 16 Nov 2020 12:27:59 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AGCRxS5021699; Mon, 16 Nov 2020 12:27:59 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011161227.0AGCRxS5021699@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Mon, 16 Nov 2020 12:27:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555470 - head/x11/wcm X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: head/x11/wcm X-SVN-Commit-Revision: 555470 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2020 12:27:59 -0000 Author: jbeich Date: Mon Nov 16 12:27:58 2020 New Revision: 555470 URL: https://svnweb.freebsd.org/changeset/ports/555470 Log: x11/wcm: make wf-shell optional Modified: head/x11/wcm/Makefile (contents, props changed) head/x11/wcm/pkg-plist (contents, props changed) Modified: head/x11/wcm/Makefile ============================================================================== --- head/x11/wcm/Makefile Mon Nov 16 12:27:48 2020 (r555469) +++ head/x11/wcm/Makefile Mon Nov 16 12:27:58 2020 (r555470) @@ -13,8 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ - wayfire>0:x11-wm/wayfire \ - wf-shell>0:x11/wf-shell + wayfire>0:x11-wm/wayfire LIB_DEPENDS= libevdev.so:devel/libevdev \ libwf-config.so:devel/wf-config \ libwayland-client.so:graphics/wayland @@ -28,5 +27,13 @@ USE_GNOME= gtk30 libxml2 GH_ACCOUNT= WayfireWM DATADIR= ${PREFIX}/share/wayfire INSTALLS_ICONS= yes + +OPTIONS_DEFINE= WFSHELL +OPTIONS_DEFAULT=WFSHELL +OPTIONS_SUB= yes + +WFSHELL_DESC= Build with wf-shell support +WFSHELL_BUILD_DEPENDS= wf-shell>0:x11/wf-shell +WFSHELL_MESON_ENABLED= wf_shell .include Modified: head/x11/wcm/pkg-plist ============================================================================== --- head/x11/wcm/pkg-plist Mon Nov 16 12:27:48 2020 (r555469) +++ head/x11/wcm/pkg-plist Mon Nov 16 12:27:58 2020 (r555470) @@ -13,14 +13,14 @@ share/icons/hicolor/96x96/apps/wcm.png %%DATADIR%%/icons/plugin-autorotate-iio.svg %%DATADIR%%/icons/plugin-autostart.svg %%DATADIR%%/icons/plugin-background-view.svg -%%DATADIR%%/icons/plugin-background.svg +%%WFSHELL%%%%DATADIR%%/icons/plugin-background.svg %%DATADIR%%/icons/plugin-bench.svg %%DATADIR%%/icons/plugin-blur.svg %%DATADIR%%/icons/plugin-command.svg %%DATADIR%%/icons/plugin-core.svg %%DATADIR%%/icons/plugin-cube.svg %%DATADIR%%/icons/plugin-decoration.svg -%%DATADIR%%/icons/plugin-dock.svg +%%WFSHELL%%%%DATADIR%%/icons/plugin-dock.svg %%DATADIR%%/icons/plugin-expo.svg %%DATADIR%%/icons/plugin-fast-switcher.svg %%DATADIR%%/icons/plugin-fisheye.svg @@ -32,7 +32,7 @@ share/icons/hicolor/96x96/apps/wcm.png %%DATADIR%%/icons/plugin-mag.svg %%DATADIR%%/icons/plugin-move.svg %%DATADIR%%/icons/plugin-oswitch.svg -%%DATADIR%%/icons/plugin-panel.svg +%%WFSHELL%%%%DATADIR%%/icons/plugin-panel.svg %%DATADIR%%/icons/plugin-place.svg %%DATADIR%%/icons/plugin-resize.svg %%DATADIR%%/icons/plugin-simple-tile.svg