Index: head/x11/xfce4-dashboard/Makefile =================================================================== --- head/x11/xfce4-dashboard/Makefile (revision 380778) +++ head/x11/xfce4-dashboard/Makefile (revision 380779) @@ -1,31 +1,35 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= dashboard PORTVERSION= 0.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= http://xfdashboard.froevel.de/releases/ PKGNAMEPREFIX= xfce4- DISTNAME= xfdashboard-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= GNOME shell like dashboard for the Xfce desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter RUN_DEPENDS= gnome-icon-theme-symbolic>=3.6.2:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic GNU_CONFIGURE= yes USES= pkgconfig libtool gmake perl5 gettext xfce tar:bzip2 USE_GNOME= glib20 libwnck intltool intlhack USE_XFCE= garcon USE_XORG= x11 xcomposite xdamage USE_GL= gl INSTALLS_ICONS= yes + +post-patch: + ${FIND} ${WRKSRC}/data/themes -type f -name '*.css' \ + | ${XARGS} ${REINPLACE_CMD} -i "" 's|gtk-home|go-home|' .include Index: head/x11/xfce4-dashboard/files/patch-src_applications-view.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-src_applications-view.c (nonexistent) +++ head/x11/xfce4-dashboard/files/patch-src_applications-view.c (revision 380779) @@ -0,0 +1,11 @@ +--- src/applications-view.c.orig 2014-08-26 15:48:00 UTC ++++ src/applications-view.c +@@ -949,7 +949,7 @@ static void xfdashboard_applications_vie + /* Set up view */ + xfdashboard_view_set_internal_name(XFDASHBOARD_VIEW(self), "applications"); + xfdashboard_view_set_name(XFDASHBOARD_VIEW(self), _("Applications")); +- xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), GTK_STOCK_HOME); ++ xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), "go-home"); + + /* Set up actor */ + xfdashboard_actor_set_can_focus(XFDASHBOARD_ACTOR(self), TRUE); Property changes on: head/x11/xfce4-dashboard/files/patch-src_applications-view.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/files/patch-src_search-view.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-src_search-view.c (nonexistent) +++ head/x11/xfce4-dashboard/files/patch-src_search-view.c (revision 380779) @@ -0,0 +1,11 @@ +--- src/search-view.c.orig 2014-08-26 15:48:00 UTC ++++ src/search-view.c +@@ -1052,7 +1052,7 @@ static void xfdashboard_search_view_init + /* Set up view (Note: Search view is disabled by default!) */ + xfdashboard_view_set_internal_name(XFDASHBOARD_VIEW(self), "search"); + xfdashboard_view_set_name(XFDASHBOARD_VIEW(self), _("Search")); +- xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), GTK_STOCK_FIND); ++ xfdashboard_view_set_icon(XFDASHBOARD_VIEW(self), "edit-find"); + xfdashboard_view_set_enabled(XFDASHBOARD_VIEW(self), FALSE); + + /* Set up actor */ Property changes on: head/x11/xfce4-dashboard/files/patch-src_search-view.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/files/patch-src_windows-view.c =================================================================== --- head/x11/xfce4-dashboard/files/patch-src_windows-view.c (nonexistent) +++ head/x11/xfce4-dashboard/files/patch-src_windows-view.c (revision 380779) @@ -0,0 +1,11 @@ +--- src/windows-view.c.orig 2014-08-26 15:48:01 UTC ++++ src/windows-view.c +@@ -87,7 +87,7 @@ static XfdashboardLiveWindow* _xfdashboa + static void _xfdashboard_windows_view_set_active_workspace(XfdashboardWindowsView *self, XfdashboardWindowTrackerWorkspace *inWorkspace); + + /* IMPLEMENTATION: Private variables and methods */ +-#define DEFAULT_VIEW_ICON GTK_STOCK_FULLSCREEN ++#define DEFAULT_VIEW_ICON "view-fullscreen" + #define DEFAULT_DRAG_HANDLE_SIZE 32.0f + + /* Check if window should be shown */ Property changes on: head/x11/xfce4-dashboard/files/patch-src_windows-view.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