pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/xfce4-genmon-plugin
Module Name: pkgsrc
Committed By: gutteridge
Date: Sun Mar 9 03:36:36 UTC 2025
Modified Files:
pkgsrc/sysutils/xfce4-genmon-plugin: Makefile PLIST distinfo
Added Files:
pkgsrc/sysutils/xfce4-genmon-plugin/patches:
patch-scripts_migrate__to__xfconf.sh
Log Message:
xfce4-genmon-plugin: update to 4.2.1
(The scripts installed are examples, which depend on bash or Perl in
some cases, but as they're simply examples, we don't set these as
explicit dependencies. We patch a script that calls /bin/sh but does so
in an unportable manner, since it trips pkgsrc warnings.)
4.2.1 (2024-12-25)
=====
- Update copyright year
- build: Bump dependency versions and fix deprecation warnings
- I18n: Update po/LINGUAS list
- build: Use XDT_VERSION_INIT and get rid of configure.ac.in
- build: clang: Fix -Wsometimes-uninitialized
- I18n: Update po/LINGUAS list
- build: Get rid of intltool
- Install scripts dir when building
- Clean .gitignore
- Fix copyright string
- Update copyright year and info
- Fix type in xfconf migration script
- Translation Updates:
Albanian, Amharic, Arabic, Armenian (Armenia), 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, Hindi, Hungarian, Icelandic,
Indonesian, Interlingue, Italian, Japanese, Kazakh, 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.59 -r1.60 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/xfce4-genmon-plugin/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/xfce4-genmon-plugin/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/sysutils/xfce4-genmon-plugin/patches/patch-scripts_migrate__to__xfconf.sh
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-genmon-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-genmon-plugin/Makefile:1.59 pkgsrc/sysutils/xfce4-genmon-plugin/Makefile:1.60
--- pkgsrc/sysutils/xfce4-genmon-plugin/Makefile:1.59 Fri Dec 27 08:20:42 2024
+++ pkgsrc/sysutils/xfce4-genmon-plugin/Makefile Sun Mar 9 03:36:35 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.59 2024/12/27 08:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2025/03/09 03:36:35 gutteridge Exp $
-PKGREVISION= 8
.include "../../meta-pkgs/xfce4/Makefile.common"
-VERSION= 4.2.0
+VERSION= 4.2.1
DISTNAME= xfce4-genmon-plugin-${VERSION}
CATEGORIES= sysutils
MASTER_SITES= https://archive.xfce.org/src/panel-plugins/xfce4-genmon-plugin/${VERSION:R}/
Index: pkgsrc/sysutils/xfce4-genmon-plugin/PLIST
diff -u pkgsrc/sysutils/xfce4-genmon-plugin/PLIST:1.5 pkgsrc/sysutils/xfce4-genmon-plugin/PLIST:1.6
--- pkgsrc/sysutils/xfce4-genmon-plugin/PLIST:1.5 Tue Nov 30 15:03:49 2021
+++ pkgsrc/sysutils/xfce4-genmon-plugin/PLIST Sun Mar 9 03:36:35 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2021/11/30 15:03:49 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/03/09 03:36:35 gutteridge Exp $
lib/xfce4/panel/plugins/libgenmon.la
share/icons/hicolor/128x128/apps/org.xfce.genmon.png
share/icons/hicolor/16x16/apps/org.xfce.genmon.png
@@ -45,6 +45,7 @@ share/locale/oc/LC_MESSAGES/xfce4-genmon
share/locale/pl/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/pt/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/pt_BR/LC_MESSAGES/xfce4-genmon-plugin.mo
+share/locale/ro/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/ru/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/sk/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/sl/LC_MESSAGES/xfce4-genmon-plugin.mo
@@ -59,4 +60,17 @@ share/locale/ur/LC_MESSAGES/xfce4-genmon
share/locale/ur_PK/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-genmon-plugin.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-genmon-plugin.mo
+share/xfce4/genmon/scripts/datetime
+share/xfce4/genmon/scripts/disktemp
+share/xfce4/genmon/scripts/dkspuse
+share/xfce4/genmon/scripts/gmail
+share/xfce4/genmon/scripts/googcal
+share/xfce4/genmon/scripts/migrate_to_xfconf.sh
+share/xfce4/genmon/scripts/monBandwidth
+share/xfce4/genmon/scripts/monBat
+share/xfce4/genmon/scripts/monCPU
+share/xfce4/genmon/scripts/monTime
+share/xfce4/genmon/scripts/monUSB
+share/xfce4/genmon/scripts/monWIFI
+share/xfce4/genmon/scripts/sysstat
share/xfce4/panel/plugins/genmon.desktop
Index: pkgsrc/sysutils/xfce4-genmon-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-genmon-plugin/distinfo:1.11 pkgsrc/sysutils/xfce4-genmon-plugin/distinfo:1.12
--- pkgsrc/sysutils/xfce4-genmon-plugin/distinfo:1.11 Wed Apr 19 23:53:15 2023
+++ pkgsrc/sysutils/xfce4-genmon-plugin/distinfo Sun Mar 9 03:36:35 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.11 2023/04/19 23:53:15 gutteridge Exp $
+$NetBSD: distinfo,v 1.12 2025/03/09 03:36:35 gutteridge Exp $
-BLAKE2s (xfce4-genmon-plugin-4.2.0.tar.bz2) = 5730fc15cc90efe947147f255e8f14efb24663b872c2292f2123e8cf14dee8ae
-SHA512 (xfce4-genmon-plugin-4.2.0.tar.bz2) = e0166e879244d039097f46526782f2232bea6a94eb260f2558a6daf62e82a5aaa68a44749eb95d3d7c212155e36887fca8b41fb558427a1812c614569b4c11b3
-Size (xfce4-genmon-plugin-4.2.0.tar.bz2) = 421113 bytes
+BLAKE2s (xfce4-genmon-plugin-4.2.1.tar.bz2) = 044cd14927d91fdcba9d09ebf355a24e262a8350d6a42fb4ee4fab5fe3ccbb57
+SHA512 (xfce4-genmon-plugin-4.2.1.tar.bz2) = c961462b67fcf001147d7a930bc443cceaa0e4b52ac511a38885072e995b21e5a1e047ea1ed9f30399c73d4f4bc8feda88e1b19a94cd7ce3ae272153c4767af9
+Size (xfce4-genmon-plugin-4.2.1.tar.bz2) = 484379 bytes
SHA1 (patch-panel-plugin_cmdspawn.c) = a469940a17ef5340e289df807742a704cdd7e8a3
+SHA1 (patch-scripts_migrate__to__xfconf.sh) = fee9793a4386633463e492b5b2d5dcace845fc93
Added files:
Index: pkgsrc/sysutils/xfce4-genmon-plugin/patches/patch-scripts_migrate__to__xfconf.sh
diff -u /dev/null pkgsrc/sysutils/xfce4-genmon-plugin/patches/patch-scripts_migrate__to__xfconf.sh:1.1
--- /dev/null Sun Mar 9 03:36:36 2025
+++ pkgsrc/sysutils/xfce4-genmon-plugin/patches/patch-scripts_migrate__to__xfconf.sh Sun Mar 9 03:36:36 2025
@@ -0,0 +1,24 @@
+$NetBSD: patch-scripts_migrate__to__xfconf.sh,v 1.1 2025/03/09 03:36:36 gutteridge Exp $
+
+Fix unportable use of "==" in test operations.
+
+--- scripts/migrate_to_xfconf.sh.orig 2024-03-26 16:47:37.000000000 +0000
++++ scripts/migrate_to_xfconf.sh
+@@ -53,7 +53,7 @@ do
+ [[ $USELABEL = "0" ]] && USELABEL=false || USELABEL=true
+
+ # show output if "show" paramater used
+- if [ "$1" == "show" ]; then
++ if [ "$1" = "show" ]; then
+ echo
+ echo $f
+ echo -e " ID=\t\t$ID"
+@@ -74,7 +74,7 @@ do
+ fi
+
+ # do the migration if the "doit" parameter is used
+- if [ "$1" == "doit" ]; then
++ if [ "$1" = "doit" ]; then
+ # if panel is running, quit it
+ [[ $(pgrep xfce4-panel) ]] && xfce4-panel -q
+ echo -n "...updating xfconf database for genmon-$ID..."
Home |
Main Index |
Thread Index |
Old Index