pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/xfce4-taskmanager



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jan  5 01:14:22 UTC 2022

Modified Files:
        pkgsrc/sysutils/xfce4-taskmanager: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/xfce4-taskmanager/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/xfce4-taskmanager/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/xfce4-taskmanager/Makefile
diff -u pkgsrc/sysutils/xfce4-taskmanager/Makefile:1.25 pkgsrc/sysutils/xfce4-taskmanager/Makefile:1.26
--- pkgsrc/sysutils/xfce4-taskmanager/Makefile:1.25     Fri Dec 10 00:00:02 2021
+++ pkgsrc/sysutils/xfce4-taskmanager/Makefile  Wed Jan  5 01:14:22 2022
@@ -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"

Index: pkgsrc/sysutils/xfce4-taskmanager/distinfo
diff -u pkgsrc/sysutils/xfce4-taskmanager/distinfo:1.9 pkgsrc/sysutils/xfce4-taskmanager/distinfo:1.10
--- pkgsrc/sysutils/xfce4-taskmanager/distinfo:1.9      Fri Dec 10 00:00:02 2021
+++ pkgsrc/sysutils/xfce4-taskmanager/distinfo  Wed Jan  5 01:14:22 2022
@@ -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



Home | Main Index | Thread Index | Old Index