Index: head/x11/xfce4-taskmanager/files/patch-src_exec-tool-button.c =================================================================== --- head/x11/xfce4-taskmanager/files/patch-src_exec-tool-button.c (revision 559557) +++ head/x11/xfce4-taskmanager/files/patch-src_exec-tool-button.c (nonexistent) @@ -1,37 +0,0 @@ ---- src/exec-tool-button.c.orig 2014-12-23 21:35:43 UTC -+++ src/exec-tool-button.c -@@ -51,7 +51,7 @@ xtm_exec_tool_button_init (XtmExecToolButton *button) - { - GtkWidget *menu; - -- gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (button), "gtk-execute"); -+ gtk_tool_button_set_icon_name (GTK_TOOL_BUTTON (button), "system-run"); - gtk_tool_button_set_use_underline (GTK_TOOL_BUTTON (button), TRUE); - - menu = construct_menu (); -@@ -189,19 +189,19 @@ construct_menu (void) - - /* Find a runner program */ - if (program_exists ("xfrun4")) -- menu_append_item (GTK_MENU (menu), _("Run Program..."), "xfrun4", "gtk-execute"); -+ menu_append_item (GTK_MENU (menu), _("Run Program..."), "xfrun4", "system-run"); - else if (program_exists ("gmrun")) -- menu_append_item (GTK_MENU (menu), _("Run Program..."), "gmrun", "gtk-execute"); -+ menu_append_item (GTK_MENU (menu), _("Run Program..."), "gmrun", "system-run"); - else if (program_exists ("gexec")) -- menu_append_item (GTK_MENU (menu), _("Run Program..."), "gexec", "gtk-execute"); -+ menu_append_item (GTK_MENU (menu), _("Run Program..."), "gexec", "system-run"); - /* Find an applications-listing program */ - if (program_exists ("xfce4-appfinder")) -- menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "xfce4-appfinder"); -+ menu_append_item (GTK_MENU (menu), _("Application Finder"), "xfce4-appfinder", "utilities-system-monitor"); - /* Find a terminal emulator */ - if (program_exists ("exo-open")) -- menu_append_item (GTK_MENU (menu), _("Terminal emulator"), "exo-open --launch TerminalEmulator", "terminal"); -+ menu_append_item (GTK_MENU (menu), _("Terminal emulator"), "exo-open --launch TerminalEmulator", "utilities-terminal"); - else if (program_exists ("xterm")) -- menu_append_item (GTK_MENU (menu), _("XTerm"), "xterm -fg grey -bg black", "terminal"); -+ menu_append_item (GTK_MENU (menu), _("XTerm"), "xterm -fg grey -bg black", "utilities-terminal"); - - gtk_widget_show_all (menu); - Property changes on: head/x11/xfce4-taskmanager/files/patch-src_exec-tool-button.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-taskmanager/files/patch-src_task-manager.c =================================================================== --- head/x11/xfce4-taskmanager/files/patch-src_task-manager.c (revision 559557) +++ head/x11/xfce4-taskmanager/files/patch-src_task-manager.c (nonexistent) @@ -1,18 +0,0 @@ ---- src/task-manager.c.orig 2019-12-09 09:12:44 UTC -+++ src/task-manager.c -@@ -432,10 +432,12 @@ xtm_task_manager_update_model (XtmTaskManager *manager - gtk_tree_model_get (manager->model, &cur_iter, XTM_PTV_COLUMN_CPU_STR, &cpu_str, XTM_PTV_COLUMN_TIMESTAMP, &old_timestamp, XTM_PTV_COLUMN_PID, &pid, -1); - found = (g_strcmp0 (cpu_str, "-") == 0); - g_free (cpu_str); -- if (found && (timestamp - old_timestamp) > TIMESTAMP_DELTA) -+ if (found) - { -- G_DEBUG_FMT ("Remove old task %d", pid); -- model_remove_tree_iter (manager->model, &cur_iter); -+ if ((timestamp - old_timestamp) > TIMESTAMP_DELTA) { -+ G_DEBUG_FMT ("Remove old task %d", pid); -+ model_remove_tree_iter (manager->model, &cur_iter); -+ } - continue; - } - Property changes on: head/x11/xfce4-taskmanager/files/patch-src_task-manager.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-taskmanager/Makefile =================================================================== --- head/x11/xfce4-taskmanager/Makefile (revision 559557) +++ head/x11/xfce4-taskmanager/Makefile (revision 559558) @@ -1,34 +1,33 @@ # Created by: DaJoob # $FreeBSD$ PORTNAME= xfce4-taskmanager -PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Task manager for the Xfce desktop LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gettext-tools gmake gnome localbase pkgconfig tar:bzip2 \ xorg USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 intltool libwnck3 USE_XORG= ice sm x11 xmu xt GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS+= --disable-silent-rules --disable-gksu \ --enable-wnck3 --disable-wnck --disable-gtk2 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext-runtime .include Index: head/x11/xfce4-taskmanager/distinfo =================================================================== --- head/x11/xfce4-taskmanager/distinfo (revision 559557) +++ head/x11/xfce4-taskmanager/distinfo (revision 559558) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586561373 -SHA256 (xfce4/xfce4-taskmanager-1.2.3.tar.bz2) = dcfc44da7c1f61d03e2c4bd1cdc8f92ce0d48b013bd0d140b3745d79b75dc3c4 -SIZE (xfce4/xfce4-taskmanager-1.2.3.tar.bz2) = 406223 +TIMESTAMP = 1609193229 +SHA256 (xfce4/xfce4-taskmanager-1.4.0.tar.bz2) = 655684ddfc15fc09071f78f9fce5439d20bbd2d80ecfc5ba0a08fb38313e7d43 +SIZE (xfce4/xfce4-taskmanager-1.4.0.tar.bz2) = 413749 Index: head/x11/xfce4-taskmanager/pkg-plist =================================================================== --- head/x11/xfce4-taskmanager/pkg-plist (revision 559557) +++ head/x11/xfce4-taskmanager/pkg-plist (revision 559558) @@ -1,60 +1,66 @@ bin/xfce4-taskmanager share/applications/xfce4-taskmanager.desktop +share/icons/hicolor/128x128/apps/org.xfce.taskmanager.png share/icons/hicolor/16x16/actions/xc_crosshair.png +share/icons/hicolor/16x16/apps/org.xfce.taskmanager.png share/icons/hicolor/24x24/actions/xc_crosshair.png +share/icons/hicolor/48x48/apps/org.xfce.taskmanager.png share/icons/hicolor/scalable/actions/xc_crosshair.svg +share/icons/hicolor/scalable/apps/org.xfce.taskmanager.svg %%NLS%%share/locale/ar/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ast/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/be/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/bg/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ca/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/cs/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/da/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/de/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/el/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/es/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/et/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/eu/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/fi/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/fr/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/gl/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/he/LC_MESSAGES/xfce4-taskmanager.mo -%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/hr/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/hu/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-taskmanager.mo +%%NLS%%share/locale/hye/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/id/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ie/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/is/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/it/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ja/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/kk/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ko/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/lt/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/lv/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ms/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/nb/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/nl/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/oc/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/pa/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/si/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/sq/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/sr/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/sv/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/te/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/th/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/tr/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ug/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/uk/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ur/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-taskmanager.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo