pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xfce4-systemload-plugin
Module Name: pkgsrc
Committed By: gutteridge
Date: Sat Feb 22 17:53:52 UTC 2025
Modified Files:
pkgsrc/sysutils/xfce4-systemload-plugin: Makefile PLIST distinfo
Removed Files:
pkgsrc/sysutils/xfce4-systemload-plugin/patches:
patch-panel-plugin_network.cc
Log Message:
xfce4-systemload-plugin: update to 1.3.3
1.3.3 (2024-12-25)
=====
- Introduce Darwin support
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- Fix BSD `glibtop_get_netload: Function not implemented` error
- scan-build: Fix false positive file
- scan-build: Add false positive file
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- scan-build: Fix deadcode.DeadStores
- network.cc: Fix -Wundef
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Add 24px icon, cleanup SVG metadata
- Fix timeout-seconds min value (Fixes #29)
- build: Fix failure due to wrong var type (Fixes #25)
- Update copyright year
- build: Add GLib requirement
- 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, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish,
Ukrainian, Urdu, Urdu (Pakistan), Uyghur
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/xfce4-systemload-plugin/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/xfce4-systemload-plugin/distinfo
cvs rdiff -u -r1.2 -r0 \
pkgsrc/sysutils/xfce4-systemload-plugin/patches/patch-panel-plugin_network.cc
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-systemload-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.77 pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.78
--- pkgsrc/sysutils/xfce4-systemload-plugin/Makefile:1.77 Fri Dec 27 08:20:42 2024
+++ pkgsrc/sysutils/xfce4-systemload-plugin/Makefile Sat Feb 22 17:53:51 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2024/12/27 08:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2025/02/22 17:53:51 gutteridge Exp $
-PKGREVISION= 11
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 1.3.2
+VERSION= 1.3.3
DISTNAME= xfce4-systemload-plugin-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/${VERSION:R}/
@@ -12,15 +11,12 @@ HOMEPAGE= https://goodies.xfce.org/proje
COMMENT= Xfce system load plugin
USE_LANGUAGES= c c++
-
FORCE_CXX_STD+= c++11
USE_CXX_FEATURES+= c++11
MAKE_ENV.DragonFly+= OS_LIBS=-lkinfo
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-BUILDLINK_API_DEPENDS.xfce4-panel+= xfce4-panel>=4.16.0
-.include "../../x11/xfce4-panel/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libxfce4util+= libxfce4util>=4.18.0
.include "../../x11/libxfce4util/buildlink3.mk"
+.include "../../x11/xfce4-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/xfce4-systemload-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-systemload-plugin/PLIST:1.9 pkgsrc/sysutils/xfce4-systemload-plugin/PLIST:1.10
--- pkgsrc/sysutils/xfce4-systemload-plugin/PLIST:1.9 Sat Dec 11 14:10:05 2021
+++ pkgsrc/sysutils/xfce4-systemload-plugin/PLIST Sat Feb 22 17:53:51 2025
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.9 2021/12/11 14:10:05 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/02/22 17:53:51 gutteridge Exp $
lib/xfce4/panel/plugins/libsystemload.la
share/icons/hicolor/128x128/apps/org.xfce.panel.systemload.png
share/icons/hicolor/16x16/apps/org.xfce.panel.systemload.png
+share/icons/hicolor/24x24/apps/org.xfce.panel.systemload.png
share/icons/hicolor/32x32/apps/org.xfce.panel.systemload.png
share/icons/hicolor/scalable/apps/org.xfce.panel.systemload.svg
share/locale/ar/LC_MESSAGES/xfce4-systemload-plugin.mo
@@ -41,6 +42,7 @@ share/locale/oc/LC_MESSAGES/xfce4-system
share/locale/pl/LC_MESSAGES/xfce4-systemload-plugin.mo
share/locale/pt/LC_MESSAGES/xfce4-systemload-plugin.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-systemload-plugin.mo
+share/locale/ro/LC_MESSAGES/xfce4-systemload-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-systemload-plugin.mo
share/locale/sk/LC_MESSAGES/xfce4-systemload-plugin.mo
share/locale/sl/LC_MESSAGES/xfce4-systemload-plugin.mo
Index: pkgsrc/sysutils/xfce4-systemload-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-systemload-plugin/distinfo:1.22 pkgsrc/sysutils/xfce4-systemload-plugin/distinfo:1.23
--- pkgsrc/sysutils/xfce4-systemload-plugin/distinfo:1.22 Mon May 1 12:05:24 2023
+++ pkgsrc/sysutils/xfce4-systemload-plugin/distinfo Sat Feb 22 17:53:51 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/05/01 12:05:24 martin Exp $
+$NetBSD: distinfo,v 1.23 2025/02/22 17:53:51 gutteridge Exp $
-BLAKE2s (xfce4-systemload-plugin-1.3.2.tar.bz2) = 682040c26662c39574007a8f747bc7ec06c0c5932775f360cd825035dee64077
-SHA512 (xfce4-systemload-plugin-1.3.2.tar.bz2) = f432988f439e5fd7ada16b3e6eaa42b3351531ba3e2b63e2570387bf4d7e605ff9d5a97fde3f5f5eb323ff08aaf3c050f161a5768392b80aa99fabaabda82431
-Size (xfce4-systemload-plugin-1.3.2.tar.bz2) = 409767 bytes
-SHA1 (patch-panel-plugin_network.cc) = a0ee8c9f207bab46fcda497f04a4f23213bf16e2
+BLAKE2s (xfce4-systemload-plugin-1.3.3.tar.bz2) = c482e4f3aa020610cdb8da9c702bdf93cf5513ee56406cdba3a46de265e4c6b0
+SHA512 (xfce4-systemload-plugin-1.3.3.tar.bz2) = 5dd74af41df01af1cf064effd33e13f26f530ffe0a043cce7b6519187393099a4da7e8c8e035c50796d1d19f09e38d2d75966e1e4fa5d1db8cb44d0e020a802c
+Size (xfce4-systemload-plugin-1.3.3.tar.bz2) = 519937 bytes
Home |
Main Index |
Thread Index |
Old Index