pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xfce4-systemload-plugin xfce4-systemload-plug...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b67a31bdbc47
branches:  trunk
changeset: 390943:b67a31bdbc47
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jan 01 19:53:23 2023 +0000

description:
xfce4-systemload-plugin: update to 1.3.2

Change log:

1.3.2 (2022-11-03)
=====
- Remove code obsoleted by libxfce4util-4.17.2
- Fix GLib warnings occurring with newer xfce4-dev-tools
- Fix intltool lock file bug in make distcheck
- Code cleanup: Update variable declarations, extend maximum line length
- Code cleanup: Replace gboolean with bool where possible
- Code cleanup: Remove void from (void)
- Code cleanup: Remove typedef keywords
- Add BSD-2 license badge to README
- Rename all files from C to C++
- Bump required Xfce4 libs from 4.12 to 4.16
- Update copyright notices, copyright years and author emails
- Cleanup Makefile.am
- Update configure.ac.in syntax
- Document rgba_equal() function
- Don't save default colors to Xfconf configuration file
- Move swap to be next to mem
- Update default colors
- Decouple the program order from the visual order of monitors
- Bump required XDT version to 4.14
- Avoid G_GNUC_FALLTHROUGH to enable compilation with GLib earlier than 2.60
- 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 Bokm��l, Occitan (post 1500),
  Polish, Portuguese, Russian, Serbian, Slovak, Slovenian, Spanish,
  Swedish, Thai, Turkish, Ukrainian, Uyghur

diffstat:

 sysutils/xfce4-systemload-plugin/Makefile |  11 ++++++++---
 sysutils/xfce4-systemload-plugin/distinfo |   8 ++++----
 2 files changed, 12 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 90ae81686f9a -r b67a31bdbc47 sysutils/xfce4-systemload-plugin/Makefile
--- a/sysutils/xfce4-systemload-plugin/Makefile Sun Jan 01 19:34:35 2023 +0000
+++ b/sysutils/xfce4-systemload-plugin/Makefile Sun Jan 01 19:53:23 2023 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.64 2022/08/11 05:09:18 gutteridge Exp $
+# $NetBSD: Makefile,v 1.65 2023/01/01 19:53:23 gutteridge Exp $
 
-PKGREVISION= 1
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       1.3.1
+VERSION=       1.3.2
 DISTNAME=      xfce4-systemload-plugin-${VERSION}
 CATEGORIES=    sysutils
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-systemload-plugin/${VERSION:R}/
@@ -11,7 +10,13 @@
 HOMEPAGE=      https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin
 COMMENT=       Xfce system load plugin
 
+USE_LANGUAGES= c c++
+
 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 "../../mk/bsd.pkg.mk"
diff -r 90ae81686f9a -r b67a31bdbc47 sysutils/xfce4-systemload-plugin/distinfo
--- a/sysutils/xfce4-systemload-plugin/distinfo Sun Jan 01 19:34:35 2023 +0000
+++ b/sysutils/xfce4-systemload-plugin/distinfo Sun Jan 01 19:53:23 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/12/11 14:10:05 gutteridge Exp $
+$NetBSD: distinfo,v 1.20 2023/01/01 19:53:23 gutteridge Exp $
 
-BLAKE2s (xfce4-systemload-plugin-1.3.1.tar.bz2) = 55f0de4581e18cc3f41774dda0dfc745b760058d209928a110bf84b4e44c6b3b
-SHA512 (xfce4-systemload-plugin-1.3.1.tar.bz2) = 2b2285c5960a5728dd7818f90605848e462fe5fef8643ff5be64b7087225399395ace5ec8013f6795d410b0acf79ec77c14e2ed0e56007cfe6f13133ba708876
-Size (xfce4-systemload-plugin-1.3.1.tar.bz2) = 417959 bytes
+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


Home | Main Index | Thread Index | Old Index