diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-01-05 01:14:22 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-01-05 01:14:22 +0000 |
commit | 53d92e3a26bd6d714eff95c72edea9dd29c69c5a (patch) | |
tree | 56edf0f88b74b54ac5dd17b664fe20d609b64eab | |
parent | 7e79775bee865b3c06547df7928bc7a34deb7af2 (diff) | |
download | pkgsrc-53d92e3a26bd6d714eff95c72edea9dd29c69c5a.tar.gz |
xfce4-taskmanager: update to 1.5.2
Change log:
1.5.2
======
- Fix restoring the window size (Fixes #39)
- Improve wording of systray option (Fixes #19)
- Translation Updates:
Italian
1.5.1
======
- Fix erroneous binding of settings (Fixes #37)
- Store column positions again
- Store sort-column-id and sort-type (Fixes #36)
- Also include swap in the memory graph
- Reduce drawing code
- Reduce borders of graphs
- Replace GtkImageMenuItem with GtkMenuItem
1.5.0
======
Please note that this is a development release
- Port to xfconf
- Move to Client-side decorations
- Migrate all settings to the settings dialog
- settings: Switch to XfceTitledDialog
- Use infobar for root warning box
- Drop exec button from toolbar
- include stdlib.h because exit() is used
- remove GLIB_CHECK_VERSION checks
- statusbar: Use better color that works well with both light and dark
themes (!17)
- Fix handling "show-legend" setting
- Handle Esc key correctly with hidden filter
- Drop unused var and sort copyright
- Show/hide filterbar with Ctrl+f and clear with Esc
- Properly close settings dialog
- Remove GSourceFunc casts
- Fix compilation warnings
- Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL
- Simplify "query-tooltip" signal handler
- Ellipsize memory and swap labels (Fixes #32)
- Set window icon in glade file
- Replace filter entry with GtkSearchBar
- Fix doc links and bump dates
- Simplify settings dialog code
- Drop leftover function for toolbar style
- Move about dialog to settings
- Drop toolbar style setting
- Fix typo
- Fix tooltip markdown issue
- Create notification area icon only if needed (Bug #25)
- Translation Updates:
Basque, Belarusian, Chinese (China), Chinese (Taiwan), Czech, French,
Galician, Italian, Japanese, Lithuanian, Norwegian Bokmål,
Portuguese (Brazil), Serbian, Turkish
-rw-r--r-- | sysutils/xfce4-taskmanager/Makefile | 5 | ||||
-rw-r--r-- | sysutils/xfce4-taskmanager/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/xfce4-taskmanager/Makefile b/sysutils/xfce4-taskmanager/Makefile index a327c990071..49d5e9ae350 100644 --- a/sysutils/xfce4-taskmanager/Makefile +++ b/sysutils/xfce4-taskmanager/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2021/12/10 00:00:02 gutteridge Exp $ +# $NetBSD: Makefile,v 1.26 2022/01/05 01:14:22 gutteridge Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" -VERSION= 1.4.2 +VERSION= 1.5.2 DISTNAME= xfce4-taskmanager-${VERSION} CATEGORIES= sysutils MASTER_SITES= https://archive.xfce.org/src/apps/xfce4-taskmanager/${VERSION:R}/ @@ -25,5 +25,6 @@ pre-configure: .include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libxfce4ui/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../graphics/adwaita-icon-theme/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xfce4-taskmanager/distinfo b/sysutils/xfce4-taskmanager/distinfo index ad1be8fec5a..55832e38ea3 100644 --- a/sysutils/xfce4-taskmanager/distinfo +++ b/sysutils/xfce4-taskmanager/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2021/12/10 00:00:02 gutteridge Exp $ +$NetBSD: distinfo,v 1.10 2022/01/05 01:14:22 gutteridge Exp $ -BLAKE2s (xfce4-taskmanager-1.4.2.tar.bz2) = d3548ad9e3c7099d437a595a945b4fb0c6e1c6734474fc86939c260a4ff1a749 -SHA512 (xfce4-taskmanager-1.4.2.tar.bz2) = cd7f26c7ab0e0557be52155d58c677258da8479c2a09b0e1dd4006fe0ecb2a3c82d68ecdf72c10e8b8977eac5a158fcb606027229e973edb6ea7570d040c2444 -Size (xfce4-taskmanager-1.4.2.tar.bz2) = 414315 bytes +BLAKE2s (xfce4-taskmanager-1.5.2.tar.bz2) = 1f36dc618f46540809733b252c7e2379a066d783bb62b735fc5d77a462fc2f6f +SHA512 (xfce4-taskmanager-1.5.2.tar.bz2) = 81074da8bf84a0fa9cecd2ab4d5672cb100e4c58ee66bdbaddcb5f6ac2886f615f4bed281920ed71e84fc94f8cd96577a3634b152d393a26f7cb4f62703d9683 +Size (xfce4-taskmanager-1.5.2.tar.bz2) = 413992 bytes |