Skip to content

Commit

Permalink
xfce4-netload-plugin: update to 1.4.1
Browse files Browse the repository at this point in the history
Change log:

1.4.1 (2023-04-29)
=====
- Fix wrong description in about dialog
- Fix wrong units in bytes (Fixes #22)
- Update copyright year
- Add option to set number of decimal points (Closes #21)
- build: Fix intltool lock file problem during make distcheck
- build: Add GLib requirement
- build: Fix autotools warnings
- Update COPYING
- Check if ip_address string is non-empty
- Free memory only after last reference
- Reset source id to prevent double free
- Translation Updates:
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (Canada), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Korean, Lithuanian, Malay, Norwegian Bokml, Occitan (post 1500),
  Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
  • Loading branch information
dhgutteridge committed May 5, 2023
1 parent fe7b481 commit 2ca27e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
5 changes: 2 additions & 3 deletions sysutils/xfce4-netload-plugin/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.67 2023/01/29 21:17:52 ryoon Exp $
# $NetBSD: Makefile,v 1.68 2023/05/05 02:03:59 gutteridge Exp $

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

DISTNAME= xfce4-netload-plugin-1.4.0
DISTNAME= xfce4-netload-plugin-1.4.1
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.4/

Expand Down
4 changes: 3 additions & 1 deletion sysutils/xfce4-netload-plugin/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.10 2021/12/11 13:44:44 gutteridge Exp $
@comment $NetBSD: PLIST,v 1.11 2023/05/05 02:03:59 gutteridge Exp $
lib/xfce4/panel/plugins/libnetload.la
share/icons/hicolor/128x128/apps/org.xfce.panel.netload.png
share/icons/hicolor/16x16/apps/org.xfce.panel.netload.png
Expand All @@ -18,6 +18,7 @@ share/locale/en_CA/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/en_GB/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/eo/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/es/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/et/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/eu/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/fi/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/fr/LC_MESSAGES/xfce4-netload-plugin.mo
Expand All @@ -43,6 +44,7 @@ share/locale/pa/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/pl/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/pt/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/ro/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/sk/LC_MESSAGES/xfce4-netload-plugin.mo
share/locale/sl/LC_MESSAGES/xfce4-netload-plugin.mo
Expand Down
8 changes: 4 additions & 4 deletions sysutils/xfce4-netload-plugin/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.18 2021/12/11 13:44:44 gutteridge Exp $
$NetBSD: distinfo,v 1.19 2023/05/05 02:03:59 gutteridge Exp $

BLAKE2s (xfce4-netload-plugin-1.4.0.tar.bz2) = f6f31d771de4ebde4c4844326b740ae45a322430476364da8ab006a05adddce1
SHA512 (xfce4-netload-plugin-1.4.0.tar.bz2) = b9740251a81382f25ed3c89f10e842ef5432e36696df304a2b038d4a0a0a8c49d9988fff5274f3421870afe4f8cca1755222d6e7c514cea51e6eea7235a00382
Size (xfce4-netload-plugin-1.4.0.tar.bz2) = 403719 bytes
BLAKE2s (xfce4-netload-plugin-1.4.1.tar.bz2) = 9dbdc43be684fd908f1de471d1287bc5e161aa1d75e11e075b887a36f667f9be
SHA512 (xfce4-netload-plugin-1.4.1.tar.bz2) = b860ab96e9a78099d0250f8bc5fe7a2e9fadaccf5edf6f67fa02a4c65ef0f1948fa8409506db873ff6a6fbfeb2df0c59fa1979b01ba6df5df6b645f4c842eeb9
Size (xfce4-netload-plugin-1.4.1.tar.bz2) = 421959 bytes
SHA1 (patch-panel-plugin_net.c) = 9526d82cc4876701d158c57077db920db8cabe57

0 comments on commit 2ca27e3

Please sign in to comment.