pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/xfce4-cpugraph-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Dec  7 02:14:47 UTC 2023

Modified Files:
        pkgsrc/sysutils/xfce4-cpugraph-plugin: Makefile distinfo

Log Message:
xfce4-cpugraph-plugin: update to 1.2.10

1.2.10 (2023-12-03)
======
- Add xfce4cpp to EXTRA_DIST

1.2.9 (2023-12-03)
=====
- Don't update tooltip string when tooltip is not visible
- Improve CPU hotplugging on Linux
- Use "xfce_spawn_command_line()"
- Code refactor
- Update source code for the new xfce4cpp library
- Rework of xfce4cpp library
- Reduce the minimum width from 10 to 1
- Add missing include
- Translation Updates:
  Catalan, Chinese (China), Danish, Finnish, Hebrew, Korean, Slovenian,
  Spanish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/xfce4-cpugraph-plugin/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-cpugraph-plugin/Makefile
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.69 pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.70
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile:1.69 Tue Nov 14 14:02:55 2023
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/Makefile      Thu Dec  7 02:14:47 2023
@@ -1,16 +1,20 @@
-# $NetBSD: Makefile,v 1.69 2023/11/14 14:02:55 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2023/12/07 02:14:47 gutteridge Exp $
 
-PKGREVISION= 3
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-DISTNAME=      xfce4-cpugraph-plugin-1.2.8
+DISTNAME=      xfce4-cpugraph-plugin-1.2.10
 CATEGORIES=    sysutils
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-cpugraph-plugin/1.2/
 
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
 COMMENT=       Xfce CPU load plugin
 
-USE_LANGUAGES= c99 c++14
+USE_LANGUAGES= c c++
+
+USE_CC_FEATURES=       c99
+USE_CXX_FEATURES=      c++17
+FORCE_C_STD=           c99
+FORCE_CXX_STD=         c++17
 
 CXXFLAGS.SunOS+=       -fpermissive
 

Index: pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo
diff -u pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.21 pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.22
--- pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo:1.21 Sun Jul 30 17:06:20 2023
+++ pkgsrc/sysutils/xfce4-cpugraph-plugin/distinfo      Thu Dec  7 02:14:47 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2023/07/30 17:06:20 gutteridge Exp $
+$NetBSD: distinfo,v 1.22 2023/12/07 02:14:47 gutteridge Exp $
 
-BLAKE2s (xfce4-cpugraph-plugin-1.2.8.tar.bz2) = 57d7554511f4f13973209f498b758e7de210afcff79091a9c5b61e257ca6c2f7
-SHA512 (xfce4-cpugraph-plugin-1.2.8.tar.bz2) = f0f4201d0572997e8c610a25fcb957ebe4dd224204421aeba4e8ca54da71bdd97fa147dd7af7097b9e09ce6e1317836622a0bcbfec9589858010942993e27940
-Size (xfce4-cpugraph-plugin-1.2.8.tar.bz2) = 465181 bytes
+BLAKE2s (xfce4-cpugraph-plugin-1.2.10.tar.bz2) = a6afa4bedbbf74d486a41b608e48940d50608b216dea1fe241995696130ca0a7
+SHA512 (xfce4-cpugraph-plugin-1.2.10.tar.bz2) = 414c2a5da9576d2ed1f5478a07ff5c51c45eaa0a8432a31b6fb2408b81f5ab4485e3b10486af26cf33a18d23e2dc3afe21bf88630e4db91adcfa3e0f80468cf3
+Size (xfce4-cpugraph-plugin-1.2.10.tar.bz2) = 440958 bytes



Home | Main Index | Thread Index | Old Index