Index: head/x11/xfce4-dashboard/Makefile =================================================================== --- head/x11/xfce4-dashboard/Makefile (revision 518730) +++ head/x11/xfce4-dashboard/Makefile (revision 518731) @@ -1,46 +1,48 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= dashboard -PORTVERSION= 0.7.5 +PORTVERSION= 0.7.6 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps PKGNAMEPREFIX= xfce4- DISTNAME= xfdashboard-${DISTVERSIONFULL} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= GNOME shell like dashboard for the Xfce desktop LICENSE= GPLv2 LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libcogl.so:graphics/cogl \ libclutter-1.0.so:graphics/clutter USES= compiler:c11 gettext-tools gl gmake gnome localbase libtool \ pathfix perl5 pkgconfig tar:bzip2 xfce xorg USE_GNOME= cairo glib20 gtk30 intltool libwnck3 USE_XFCE= garcon xfconf USE_XORG= x11 xcomposite xdamage xext xfixes xi xinerama xrandr USE_GL= egl gl USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime post-patch: # Decrease default value of desaturation factor (0.0 -> no desaturation) # With some graphics cards, quick launch icons are totally black with # 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 Index: head/x11/xfce4-dashboard/distinfo =================================================================== --- head/x11/xfce4-dashboard/distinfo (revision 518730) +++ head/x11/xfce4-dashboard/distinfo (revision 518731) @@ -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 Index: head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c (revision 518730) +++ head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c (nonexistent) @@ -1,11 +0,0 @@ ---- libxfdashboard/applications-menu-model.c.orig 2018-04-25 20:40:40 UTC -+++ libxfdashboard/applications-menu-model.c -@@ -440,7 +440,7 @@ static void _xfdashboard_applications_menu_model_fill_ - - item=_xfdashboard_applications_menu_model_item_new(); - item->sequenceID=inFillData->sequenceID; -- if(inMenu) item->menuElement=g_object_ref(inMenu); -+ if(inMenu) item->menuElement=GARCON_MENU_ELEMENT(inMenu); - if(inParentMenu) item->parentMenu=g_object_ref(inParentMenu); - if(section) item->section=g_object_ref(section); - if(title) item->title=g_strdup(title); Property changes on: head/x11/xfce4-dashboard/files/patch-libxfdashboard_applications-menu-model.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c (revision 518730) +++ head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c (nonexistent) @@ -1,20 +0,0 @@ ---- libxfdashboard/application-database.c.orig 2018-04-25 20:40:40 UTC -+++ libxfdashboard/application-database.c -@@ -118,14 +118,11 @@ static void _xfdashboard_application_database_add_hash - static void _xfdashboard_application_database_on_application_menu_reload_required(XfdashboardApplicationDatabase *self, - gpointer inUserData) - { -- GarconMenu *menu; -- GError *error; -+ GarconMenu *menu=GARCON_MENU(inUserData); -+ GError *error=NULL; - - g_return_if_fail(XFDASHBOARD_IS_APPLICATION_DATABASE(self)); -- g_return_if_fail(GARCON_IS_MENU(inUserData)); -- -- menu=GARCON_MENU(inUserData); -- error=NULL; -+ g_return_if_fail(GARCON_IS_MENU(menu)); - - /* Reload application menu. This also emits all necessary signals. */ - XFDASHBOARD_DEBUG(self, APPLICATIONS, Property changes on: head/x11/xfce4-dashboard/files/patch-libxfdashboard_application-database.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/xfce4-dashboard/files/patch-settings_general.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-settings_general.c (nonexistent) +++ head/x11/xfce4-dashboard/files/patch-settings_general.c (revision 518731) @@ -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 */ Property changes on: head/x11/xfce4-dashboard/files/patch-settings_general.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/xfce4-dashboard/pkg-plist =================================================================== --- head/x11/xfce4-dashboard/pkg-plist (revision 518730) +++ head/x11/xfce4-dashboard/pkg-plist (revision 518731) @@ -1,168 +1,171 @@ bin/xfdashboard 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 include/xfdashboard/libxfdashboard/application.h include/xfdashboard/libxfdashboard/applications-menu-model.h include/xfdashboard/libxfdashboard/applications-search-provider.h include/xfdashboard/libxfdashboard/applications-view.h include/xfdashboard/libxfdashboard/background.h include/xfdashboard/libxfdashboard/binding.h include/xfdashboard/libxfdashboard/bindings-pool.h include/xfdashboard/libxfdashboard/box-layout.h include/xfdashboard/libxfdashboard/button.h include/xfdashboard/libxfdashboard/click-action.h include/xfdashboard/libxfdashboard/collapse-box.h include/xfdashboard/libxfdashboard/compat.h include/xfdashboard/libxfdashboard/css-selector.h include/xfdashboard/libxfdashboard/debug.h include/xfdashboard/libxfdashboard/desktop-app-info-action.h include/xfdashboard/libxfdashboard/desktop-app-info.h include/xfdashboard/libxfdashboard/drag-action.h include/xfdashboard/libxfdashboard/drop-action.h include/xfdashboard/libxfdashboard/dynamic-table-layout.h include/xfdashboard/libxfdashboard/emblem-effect.h include/xfdashboard/libxfdashboard/fill-box-layout.h include/xfdashboard/libxfdashboard/focus-manager.h include/xfdashboard/libxfdashboard/focusable.h include/xfdashboard/libxfdashboard/image-content.h include/xfdashboard/libxfdashboard/label.h include/xfdashboard/libxfdashboard/libxfdashboard.h include/xfdashboard/libxfdashboard/live-window-simple.h include/xfdashboard/libxfdashboard/live-window.h include/xfdashboard/libxfdashboard/live-workspace.h include/xfdashboard/libxfdashboard/model.h include/xfdashboard/libxfdashboard/outline-effect.h include/xfdashboard/libxfdashboard/plugin.h include/xfdashboard/libxfdashboard/plugins-manager.h include/xfdashboard/libxfdashboard/popup-menu-item-button.h include/xfdashboard/libxfdashboard/popup-menu-item-separator.h include/xfdashboard/libxfdashboard/popup-menu-item.h include/xfdashboard/libxfdashboard/popup-menu.h include/xfdashboard/libxfdashboard/quicklaunch.h include/xfdashboard/libxfdashboard/scaled-table-layout.h include/xfdashboard/libxfdashboard/scrollbar.h include/xfdashboard/libxfdashboard/search-manager.h include/xfdashboard/libxfdashboard/search-provider.h include/xfdashboard/libxfdashboard/search-result-container.h include/xfdashboard/libxfdashboard/search-result-set.h include/xfdashboard/libxfdashboard/search-view.h 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 include/xfdashboard/libxfdashboard/view-selector.h include/xfdashboard/libxfdashboard/view.h include/xfdashboard/libxfdashboard/viewpad.h include/xfdashboard/libxfdashboard/window-content-x11.h include/xfdashboard/libxfdashboard/window-content.h include/xfdashboard/libxfdashboard/window-tracker-backend-x11.h include/xfdashboard/libxfdashboard/window-tracker-backend.h include/xfdashboard/libxfdashboard/window-tracker-monitor-x11.h include/xfdashboard/libxfdashboard/window-tracker-monitor.h include/xfdashboard/libxfdashboard/window-tracker-window-x11.h include/xfdashboard/libxfdashboard/window-tracker-window.h include/xfdashboard/libxfdashboard/window-tracker-workspace-x11.h include/xfdashboard/libxfdashboard/window-tracker-workspace.h include/xfdashboard/libxfdashboard/window-tracker-x11.h include/xfdashboard/libxfdashboard/window-tracker.h 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 lib/xfdashboard/plugins/middle-click-window-close.so libdata/pkgconfig/libxfdashboard.pc share/appdata/xfdashboard.appdata.xml share/applications/xfdashboard-settings.desktop share/applications/xfdashboard.desktop share/icons/hicolor/128x128/apps/xfdashboard.png share/icons/hicolor/16x16/apps/xfdashboard.png share/icons/hicolor/22x22/apps/xfdashboard.png share/icons/hicolor/24x24/apps/xfdashboard.png share/icons/hicolor/256x256/apps/xfdashboard.png share/icons/hicolor/32x32/apps/xfdashboard.png share/icons/hicolor/48x48/apps/xfdashboard.png share/icons/hicolor/64x64/apps/xfdashboard.png share/icons/hicolor/96x96/apps/xfdashboard.png %%NLS%%share/locale/ca/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/da/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/de/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/el/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/es/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/he/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/it_IT/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfdashboard.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfdashboard.mo share/themes/xfdashboard-auber/xfdashboard-1.0/effects.xml share/themes/xfdashboard-auber/xfdashboard-1.0/screenshot-xfdashboard-auber.png share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard-auber.css share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-auber/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard-blue/xfdashboard-1.0/effects.xml share/themes/xfdashboard-blue/xfdashboard-1.0/screenshot-xfdashboard-blue.png share/themes/xfdashboard-blue/xfdashboard-1.0/xfdashboard-blue.css share/themes/xfdashboard-blue/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-blue/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-blue/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-blue/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard-dark/xfdashboard-1.0/effects.xml share/themes/xfdashboard-dark/xfdashboard-1.0/screenshot-xfdashboard-dark.png share/themes/xfdashboard-dark/xfdashboard-1.0/xfdashboard-dark.css share/themes/xfdashboard-dark/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-dark/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-dark/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-dark/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard-mint/xfdashboard-1.0/effects.xml share/themes/xfdashboard-mint/xfdashboard-1.0/screenshot-xfdashboard-mint.png share/themes/xfdashboard-mint/xfdashboard-1.0/xfdashboard-mint.css share/themes/xfdashboard-mint/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-mint/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-mint/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-mint/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard-moranga/xfdashboard-1.0/effects.xml share/themes/xfdashboard-moranga/xfdashboard-1.0/screenshot-xfdashboard-moranga.png share/themes/xfdashboard-moranga/xfdashboard-1.0/xfdashboard-moranga.css share/themes/xfdashboard-moranga/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-moranga/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-moranga/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-moranga/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard-wine/xfdashboard-1.0/effects.xml share/themes/xfdashboard-wine/xfdashboard-1.0/screenshot-xfdashboard-wine.png share/themes/xfdashboard-wine/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard-wine/xfdashboard-1.0/xfdashboard-wine.css share/themes/xfdashboard-wine/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard-wine/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard-wine/xfdashboard-1.0/xfdashboard.xml share/themes/xfdashboard/xfdashboard-1.0/effects.xml share/themes/xfdashboard/xfdashboard-1.0/screenshot-xfdashboard.png share/themes/xfdashboard/xfdashboard-1.0/windows-view.png share/themes/xfdashboard/xfdashboard-1.0/xfdashboard-secondary.xml share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.css share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.theme share/themes/xfdashboard/xfdashboard-1.0/xfdashboard.xml share/xfdashboard/bindings.xml share/xfdashboard/preferences.ui