Skip to content

Commit

Permalink
xfce4-taskmanager: update to 1.5.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dhgutteridge committed Jan 5, 2022
1 parent 7e79775 commit 53d92e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions sysutils/xfce4-taskmanager/Makefile
Original file line number Diff line number Diff line change
@@ -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}/
Expand All @@ -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"
8 changes: 4 additions & 4 deletions sysutils/xfce4-taskmanager/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 53d92e3

Please sign in to comment.