Skip to content

Commit fdb3aad

Browse files
committed
xfce4-cpugraph-plugin: update to 1.2.5
Change log: 1.2.5 (2021-10-09) ===== - Lower peak memory consumption in case of a long CPU load history - Fix OpenBSD codepath (issue #28) - Initially hide run-in-terminal checkbox if the command field is empty (#23) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur 1.2.4 (2021-10-01) ===== - Update README - New icons - Lower the number of false positives in sub-optimal SMT scheduling - Account for irregular core IDs in CPU topology (issue #25) - Increase type-safety of the return types of callback functions - Fix CPU topology initialization memory leak - Replace author nicknames with real names - Update and sort the list of authors - Use C++ λ-functions for widget signal handlers - Slightly improved CPU count detection in case some CPUs are offline - Bump requirements to version 4.14 - Enable close button translations (issue #24) - Fix compiler warnings on FreeBSD and SUN - Bump properties dialog to Xfce 4.14 API - Avoid FreeBSD "string.h" include file issue - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur 1.2.3 (2021-02-23) ===== - Add support for per-core history graphs - Enable user-defined spacing between per-core history graphs - Use an exponential function when painting the grid in non-linear mode - Improve performance of current CPU usage bars - Improve LED rendering performance - Improve grid rendering performance - Enumerate CPU cores from 0 (instead of 1) to match Linux command-line tools - Ensure that the bars and the history cannot be disabled at the same time - Slightly better handling of colors - Translation Updates: French, Slovenian 1.2.2 (2021-02-14) ===== - Record CPU load data even if the chart is currently disabled - Validate size against minimum and maximum allowed values - Change semantics of the non-linear time-scale mode - Fix corner cases when rendering the grid and LED modes - Show SMT stats tooltip only when needed - Translation Updates: Catalan, Greek 1.2.1 (2021-01-30) ===== - Repaint CPU load history after the user changes the update interval - Properly initialize current usage bars - Scale CPU load history chart according to the current update interval - Store history in a circular buffer - Add timestamps to CPU load history - Update copyright year - Update configuration files - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur 1.2.0 (2020-12-28) ===== - Highlighting of suboptimal thread placement on SMT CPUs - Separate the associated command from the rest of config options - Better resilience to inconsistent OS CPU utilization data - Display 'Show bars' in the same tab as 'Bars color' - Clamp CPU usage values to zero if they are below a threshold - Cleanup NEWS file - Use larger unscaled icon in about dialog - Add small explanation about default commands - Dynamic default command lookup - Fix RGBA string memory leak - Fix an invalid memory reference - Link sensitivity of labels to sensitivity of color buttons - Allow setting colors with alpha - Revalidate the event box after showing widgets - Use floating-point instead of fixed-point CPU load values - Paint CPU usage if it is 1 pixel tall - Lower CPU usage when rendering bars - Update URLs - Improve performance of CPU data parsing - Read CPU data correctly if some CPUs are offline (!7) - Paint CPU bars in left-to-right order - Separate the bars from the history frame - Fix old-style function warnings - Fix clang and gcc warnings - Also offer a 3 second update interval (#9) - Update URLs from goodies.x.o to docs.x.o (Bug #16157) - Allow compilation with panel 4.15 - Fix typo breaking build on NetBSD (Bug #15794) - Disable frame and make background transparent by default - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese
1 parent 5724aca commit fdb3aad

File tree

3 files changed

+17
-14
lines changed

3 files changed

+17
-14
lines changed

sysutils/xfce4-cpugraph-plugin/Makefile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
# $NetBSD: Makefile,v 1.57 2021/12/08 16:06:40 adam Exp $
1+
# $NetBSD: Makefile,v 1.58 2021/12/16 00:58:01 gutteridge Exp $
22

3-
PKGREVISION= 7
43
.include "../../meta-pkgs/xfce4/Makefile.common"
54

6-
DISTNAME= xfce4-cpugraph-plugin-1.1.0
5+
DISTNAME= xfce4-cpugraph-plugin-1.2.5
76
CATEGORIES= sysutils
8-
MASTER_SITES= http://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.1/
7+
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/
98

109
HOMEPAGE= https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
1110
COMMENT= Xfce CPU load plugin
1211

13-
USE_LANGUAGES= c99
12+
USE_LANGUAGES= c99 c++
1413

1514
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
1615
.include "../../x11/xfce4-panel/buildlink3.mk"

sysutils/xfce4-cpugraph-plugin/PLIST

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@comment $NetBSD: PLIST,v 1.6 2019/07/13 00:40:21 gutteridge Exp $
1+
@comment $NetBSD: PLIST,v 1.7 2021/12/16 00:58:01 gutteridge Exp $
22
lib/xfce4/panel/plugins/libcpugraph.la
3-
share/icons/hicolor/16x16/apps/xfce4-cpugraph-plugin.png
4-
share/icons/hicolor/22x22/apps/xfce4-cpugraph-plugin.png
5-
share/icons/hicolor/48x48/apps/xfce4-cpugraph-plugin.png
3+
share/icons/hicolor/128x128/apps/org.xfce.panel.cpugraph.png
4+
share/icons/hicolor/16x16/apps/org.xfce.panel.cpugraph.png
5+
share/icons/hicolor/32x32/apps/org.xfce.panel.cpugraph.png
6+
share/icons/hicolor/scalable/apps/org.xfce.panel.cpugraph.svg
67
share/locale/ar/LC_MESSAGES/xfce4-cpugraph-plugin.mo
78
share/locale/ast/LC_MESSAGES/xfce4-cpugraph-plugin.mo
89
share/locale/be/LC_MESSAGES/xfce4-cpugraph-plugin.mo
@@ -15,13 +16,16 @@ share/locale/el/LC_MESSAGES/xfce4-cpugraph-plugin.mo
1516
share/locale/en_AU/LC_MESSAGES/xfce4-cpugraph-plugin.mo
1617
share/locale/en_GB/LC_MESSAGES/xfce4-cpugraph-plugin.mo
1718
share/locale/es/LC_MESSAGES/xfce4-cpugraph-plugin.mo
19+
share/locale/et/LC_MESSAGES/xfce4-cpugraph-plugin.mo
1820
share/locale/eu/LC_MESSAGES/xfce4-cpugraph-plugin.mo
1921
share/locale/fi/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2022
share/locale/fr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2123
share/locale/gl/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2224
share/locale/he/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2325
share/locale/hr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2426
share/locale/hu/LC_MESSAGES/xfce4-cpugraph-plugin.mo
27+
share/locale/hy_AM/LC_MESSAGES/xfce4-cpugraph-plugin.mo
28+
share/locale/hye/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2529
share/locale/id/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2630
share/locale/ie/LC_MESSAGES/xfce4-cpugraph-plugin.mo
2731
share/locale/is/LC_MESSAGES/xfce4-cpugraph-plugin.mo
@@ -42,6 +46,7 @@ share/locale/pt_BR/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4246
share/locale/ro/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4347
share/locale/ru/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4448
share/locale/sk/LC_MESSAGES/xfce4-cpugraph-plugin.mo
49+
share/locale/sl/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4550
share/locale/sq/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4651
share/locale/sr/LC_MESSAGES/xfce4-cpugraph-plugin.mo
4752
share/locale/sv/LC_MESSAGES/xfce4-cpugraph-plugin.mo
+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
$NetBSD: distinfo,v 1.17 2021/10/26 11:20:26 nia Exp $
1+
$NetBSD: distinfo,v 1.18 2021/12/16 00:58:01 gutteridge Exp $
22

3-
BLAKE2s (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 8028856cf60c32afc3870522cc21c14e6bab47398ac97b48141788dd1062ff35
4-
SHA512 (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = c928baac776517da8929b8ce3842be7e02a2b3394b7cc848028d1720ca611e1aa4ef706bd00736fecfed0b3b2d0cce94c09b0f905a226db5e50c036dabb8df2a
5-
Size (xfce4-cpugraph-plugin-1.1.0.tar.bz2) = 391629 bytes
6-
SHA1 (patch-panel-plugin_os.c) = 9bbcdbff985bb689f6e9606cfd304f8665657ed9
3+
BLAKE2s (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 959292b1b382188bcc5dd01475e87a3659b611a8216d2fc91cd9b3878036e140
4+
SHA512 (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 1a0b362afa2dcae30721dc468e31949e4edfe20f5e1063603111d0cd7fcbd3460f14d7ffd30ae1d687400661c37a51a9c1b2f7abedea6c9e9888e93fbbb56d4a
5+
Size (xfce4-cpugraph-plugin-1.2.5.tar.bz2) = 455357 bytes

0 commit comments

Comments
 (0)