From owner-svn-ports-head@freebsd.org Mon Dec 31 12:53:15 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9BA501432C12; Mon, 31 Dec 2018 12:53:15 +0000 (UTC) (envelope-from rene@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) server-signature RSA-PSS (4096 bits) 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 3DD6F69BE3; Mon, 31 Dec 2018 12:53:15 +0000 (UTC) (envelope-from rene@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 2F93BAC67; Mon, 31 Dec 2018 12:53:15 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBVCrFhG025218; Mon, 31 Dec 2018 12:53:15 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBVCrEqb025217; Mon, 31 Dec 2018 12:53:14 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201812311253.wBVCrEqb025217@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Mon, 31 Dec 2018 12:53:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488775 - head/deskutils/cairo-dock-plugins X-SVN-Group: ports-head X-SVN-Commit-Author: rene X-SVN-Commit-Paths: head/deskutils/cairo-dock-plugins X-SVN-Commit-Revision: 488775 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3DD6F69BE3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 31 Dec 2018 12:53:15 -0000 Author: rene Date: Mon Dec 31 12:53:14 2018 New Revision: 488775 URL: https://svnweb.freebsd.org/changeset/ports/488775 Log: deskutils/cairo-dock-plugins: remove optional dependency on expired KDE4 Modified: head/deskutils/cairo-dock-plugins/Makefile head/deskutils/cairo-dock-plugins/pkg-plist Modified: head/deskutils/cairo-dock-plugins/Makefile ============================================================================== --- head/deskutils/cairo-dock-plugins/Makefile Mon Dec 31 12:50:48 2018 (r488774) +++ head/deskutils/cairo-dock-plugins/Makefile Mon Dec 31 12:53:14 2018 (r488775) @@ -32,7 +32,7 @@ PLIST_SUB= PYVER="${PYTHON_VERSION:S/thon//}" CMAKE_ARGS= -DROOT_PREFIX:PATH=${STAGEDIR} OPTIONS_GROUP= INTEGR PLUGINS ADDON TPI -OPTIONS_GROUP_INTEGR= GNOME_INTEGRATION KDE_INTEGRATION XFCE_INTEGRATION +OPTIONS_GROUP_INTEGR= GNOME_INTEGRATION XFCE_INTEGRATION OPTIONS_GROUP_PLUGINS= ALSA_MIXER GMENU IMPULSE KEYBOARD_INDICATOR \ MAIL SOUND_EFFECTS WEBLETS XGAMMA ZEITGEIST OPTIONS_GROUP_ADDON= EXIF ICAL UPOWER @@ -48,7 +48,6 @@ GMENU_DESC= GMenu applet GNOME_INTEGRATION_DESC= GNOME integration support ICAL_DESC= IETF Calendaring and Scheduling protocols IMPULSE_DESC= Impulse applet -KDE_INTEGRATION_DESC= KDE integration support KEYBOARD_INDICATOR_DESC= Keyboard-indicator applet MAIL_DESC= Mail applet #MONO_DESC= Mono interface @@ -87,12 +86,6 @@ ICAL_CMAKE_BOOL= enable-ical-support IMPULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio IMPULSE_CMAKE_BOOL= enable-impulse -#KDE_INTEGRATION_LIB_DEPENDS= -KDE_INTEGRATION_USE_QT= corelib -KDE_INTEGRATION_USES= kde:4 qt:4 -KDE_INTEGRATION_USE= KDE=kdelibs -KDE_INTEGRATION_CMAKE_BOOL= enable-kde-integration - KEYBOARD_INDICATOR_LIB_DEPENDS= libexif.so:graphics/libexif \ libxklavier.so:x11/libxklavier KEYBOARD_INDICATOR_CMAKE_BOOL= enable-keyboard-indicator @@ -141,11 +134,6 @@ ZEITGEIST_LIB_DEPENDS= libzeitgeist-2.0.so:sysutils/ze ZEITGEIST_CMAKE_BOOL= enable-recent-events .include - -.if ${PORT_OPTIONS:MKDE_INTEGRATION} -DEPRECATED= KDE4 is EOL upstream -EXPIRATION_DATE= 2018-12-31 -.endif post-patch: @${FIND} ${WRKSRC} -type f \( -name "*.c" -o -name "*.conf" \ Modified: head/deskutils/cairo-dock-plugins/pkg-plist ============================================================================== --- head/deskutils/cairo-dock-plugins/pkg-plist Mon Dec 31 12:50:48 2018 (r488774) +++ head/deskutils/cairo-dock-plugins/pkg-plist Mon Dec 31 12:53:14 2018 (r488775) @@ -43,7 +43,6 @@ lib/cairo-dock/libcd-weather.so %%WEBLETS%%lib/cairo-dock/libcd-weblets.so lib/cairo-dock/libcd-wifi.so %%GNOME_INTEGRATION%%lib/cairo-dock/libcd_gnome-integration.so -%%KDE_INTEGRATION%%lib/cairo-dock/libcd_kde-integration.so %%KEYBOARD_INDICATOR%%lib/cairo-dock/libcd-keyboard-indicator.so %%XFCE_INTEGRATION%%lib/cairo-dock/libcd_xfce-integration.so %%DATADIR%%/gauges/Battery-Mono/0.svg @@ -274,7 +273,6 @@ lib/cairo-dock/libcd-wifi.so %%DATADIR%%/plug-ins/illusion/icon.svg %%DATADIR%%/plug-ins/illusion/illusion.conf %%DATADIR%%/plug-ins/illusion/preview.jpg -%%KDE_INTEGRATION%%%%DATADIR%%/plug-ins/kde-integration/icon.png %%DATADIR%%/plug-ins/logout/icon-scheduling.svg %%DATADIR%%/plug-ins/logout/icon.svg %%DATADIR%%/plug-ins/logout/locked.svg