From owner-svn-ports-all@freebsd.org Sat Nov 30 21:48:48 2019 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 952EF1B9D1B; Sat, 30 Nov 2019 21:48:48 +0000 (UTC) (envelope-from madpilot@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 47QQ4J3THhz4ZDH; Sat, 30 Nov 2019 21:48:48 +0000 (UTC) (envelope-from madpilot@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 56BD74B51; Sat, 30 Nov 2019 21:48:48 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAULmmcH009026; Sat, 30 Nov 2019 21:48:48 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAULmlOI009023; Sat, 30 Nov 2019 21:48:47 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201911302148.xAULmlOI009023@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Sat, 30 Nov 2019 21:48:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518731 - in head/x11/xfce4-dashboard: . files X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/x11/xfce4-dashboard: . files X-SVN-Commit-Revision: 518731 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.29 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: Sat, 30 Nov 2019 21:48:48 -0000 Author: madpilot Date: Sat Nov 30 21:48:47 2019 New Revision: 518731 URL: https://svnweb.freebsd.org/changeset/ports/518731 Log: - Update xfce4-dashboard to 0.7.6 - Remove old patches - Add patch to disable animations functionality. It's broken due to a missing file in the distribution PR: 242302 Submitted by: Olivier Duchateau Added: head/x11/xfce4-dashboard/files/patch-settings_general.c (contents, props changed) Deleted: head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c Modified: head/x11/xfce4-dashboard/Makefile head/x11/xfce4-dashboard/distinfo head/x11/xfce4-dashboard/pkg-plist Modified: head/x11/xfce4-dashboard/Makefile ============================================================================== --- head/x11/xfce4-dashboard/Makefile Sat Nov 30 21:37:41 2019 (r518730) +++ head/x11/xfce4-dashboard/Makefile Sat Nov 30 21:48:47 2019 (r518731) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dashboard -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- @@ -42,5 +42,7 @@ post-patch: # default value ${FIND} ${WRKSRC}/data/themes -type f -name 'effects.xml' \ | ${XARGS} ${REINPLACE_CMD} -i "" 's|factor">1.0|factor">0.25|' + ${FIND} ${WRKSRC}/data/themes -type f -name '*.theme.in.in' \ + | ${XARGS} ${REINPLACE_CMD} -e '/Animations=animations.xml/d' .include Modified: head/x11/xfce4-dashboard/distinfo ============================================================================== --- head/x11/xfce4-dashboard/distinfo Sat Nov 30 21:37:41 2019 (r518730) +++ head/x11/xfce4-dashboard/distinfo Sat Nov 30 21:48:47 2019 (r518731) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565615330 -SHA256 (xfce4/xfdashboard-0.7.5.tar.bz2) = 4c673be445c08f7247a03f924281480b71a9a9155f833f946d78e8133fe4a4de -SIZE (xfce4/xfdashboard-0.7.5.tar.bz2) = 3366413 +TIMESTAMP = 1575051878 +SHA256 (xfce4/xfdashboard-0.7.6.tar.bz2) = 9ed7da8596627dd864b21b301aa5b0efe7c4e465b43534cd04bae3204efca343 +SIZE (xfce4/xfdashboard-0.7.6.tar.bz2) = 3393562 Added: head/x11/xfce4-dashboard/files/patch-settings_general.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/xfce4-dashboard/files/patch-settings_general.c Sat Nov 30 21:48:47 2019 (r518731) @@ -0,0 +1,19 @@ +--- settings/general.c.orig 2019-11-15 13:13:14 UTC ++++ settings/general.c +@@ -105,7 +105,7 @@ static GParamSpec* XfdashboardSettingsGeneralPropertie + #define DEFAULT_ALLOW_SUBWINDOWS TRUE + + #define ENABLE_ANIMATIONS_XFCONF_PROP "/enable-animations" +-#define DEFAULT_ENABLE_ANIMATIONS TRUE ++#define DEFAULT_ENABLE_ANIMATIONS FALSE + + + typedef struct _XfdashboardSettingsGeneralNameValuePair XfdashboardSettingsGeneralNameValuePair; +@@ -638,6 +638,7 @@ static void _xfdashboard_settings_general_set_builder( + G_TYPE_BOOLEAN, + priv->widgetEnableAnimations, + "active"); ++ gtk_widget_hide(GTK_WIDGET(priv->widgetEnableAnimations)); + } + + /* IMPLEMENTATION: GObject */ Modified: head/x11/xfce4-dashboard/pkg-plist ============================================================================== --- head/x11/xfce4-dashboard/pkg-plist Sat Nov 30 21:37:41 2019 (r518730) +++ head/x11/xfce4-dashboard/pkg-plist Sat Nov 30 21:48:47 2019 (r518731) @@ -3,6 +3,7 @@ bin/xfdashboard-settings etc/xdg/autostart/xfdashboard-autostart.desktop include/xfdashboard/libxfdashboard/action-button.h include/xfdashboard/libxfdashboard/actor.h +include/xfdashboard/libxfdashboard/animation.h include/xfdashboard/libxfdashboard/application-button.h include/xfdashboard/libxfdashboard/application-database.h include/xfdashboard/libxfdashboard/application-tracker.h @@ -55,12 +56,14 @@ include/xfdashboard/libxfdashboard/stage-interface.h include/xfdashboard/libxfdashboard/stage.h include/xfdashboard/libxfdashboard/stylable.h include/xfdashboard/libxfdashboard/text-box.h +include/xfdashboard/libxfdashboard/theme-animation.h include/xfdashboard/libxfdashboard/theme-css.h include/xfdashboard/libxfdashboard/theme-effects.h include/xfdashboard/libxfdashboard/theme-layout.h include/xfdashboard/libxfdashboard/theme.h include/xfdashboard/libxfdashboard/toggle-button.h include/xfdashboard/libxfdashboard/tooltip-action.h +include/xfdashboard/libxfdashboard/transition-group.h include/xfdashboard/libxfdashboard/types.h include/xfdashboard/libxfdashboard/utils.h include/xfdashboard/libxfdashboard/view-manager.h @@ -83,7 +86,7 @@ include/xfdashboard/libxfdashboard/windows-view.h include/xfdashboard/libxfdashboard/workspace-selector.h lib/libxfdashboard.so lib/libxfdashboard.so.0 -lib/libxfdashboard.so.0.700.5 +lib/libxfdashboard.so.0.700.6 lib/xfdashboard/plugins/clock-view.so lib/xfdashboard/plugins/gnome-shell-search-provider.so lib/xfdashboard/plugins/hot-corner.so