pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/mate-applets mate-applets: update to 1.24.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d70de6f277ab
branches:  trunk
changeset: 455769:d70de6f277ab
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jul 11 00:27:10 2021 +0000

description:
mate-applets: update to 1.24.1

pkgsrc-specific changes:

Removed various no longer relevant dependencies, most significantly,
Python 2.7 and GObject3. gucharmap continues to be an optional
dependency, but the version in pkgsrc is too old, and gets rejected.
This is disabled, for now. (There is still an apparent issue to sort
out with the MATE meta-pkg's Makefile.common, but it's more minor.)

Change log:

mate-applets 1.24.1

  * update translations
  * battstat: Fix memory leak
  * charpick: Fix memory leak reported by clang static analyzer
  * multiload: Fix memory leak
  * build: silent build warnings for distcheck
  * cpufreq: generate missing 256x256 and 64x64 icons from svg file
  * eyes: generate missing 256x256 and 64x64 icons from svg file
  * netspeed: don't define MATELOCALEDIR
  * build: drop unused matelocaledir variable
  * drivemount: Remove global variable

diffstat:

 x11/mate-applets/Makefile |  20 ++++++--------------
 x11/mate-applets/PLIST    |   7 ++++++-
 x11/mate-applets/distinfo |  10 +++++-----
 3 files changed, 17 insertions(+), 20 deletions(-)

diffs (100 lines):

diff -r 209497aabef6 -r d70de6f277ab x11/mate-applets/Makefile
--- a/x11/mate-applets/Makefile Sat Jul 10 23:19:36 2021 +0000
+++ b/x11/mate-applets/Makefile Sun Jul 11 00:27:10 2021 +0000
@@ -1,18 +1,12 @@
-# $NetBSD: Makefile,v 1.40 2021/05/02 10:24:53 nia Exp $
+# $NetBSD: Makefile,v 1.41 2021/07/11 00:27:10 gutteridge Exp $
 
-PYTHON_VERSIONS_ACCEPTED=      27
-
-PKGREVISION= 7
 .include "../../meta-pkgs/mate/Makefile.common"
 
-DISTNAME=      mate-applets-${VERSION}
+DISTNAME=      mate-applets-${VERSION:R}.1
 CATEGORIES=    x11
 
 COMMENT=       MATE panel applets
 
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
-TOOL_DEPENDS+= libxml2-[0-9]*:../../textproc/libxml2 # for xmllint
-
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=       --libexecdir=${PREFIX}/libexec/mate-applets
 
@@ -43,9 +37,11 @@
 .include "../../x11/mate-settings-daemon/buildlink3.mk"
 .include "../../misc/libmateweather/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/libglade/buildlink3.mk"
 .include "../../devel/libwnck3/buildlink3.mk"
-.include "../../fonts/gucharmap/buildlink3.mk"
+# XXX The charpick applet includes optional gucharmap support, but the version
+# presently in pkgsrc (2.32.1) is too old to be accepted, so its presence is
+# ignored.
+#.include "../../fonts/gucharmap/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
@@ -53,8 +49,4 @@
 .include "../../sysutils/libgtop/buildlink3.mk"
 .include "../../sysutils/libnotify/buildlink3.mk"
 .include "../../x11/gtksourceview3/buildlink3.mk"
-.include "../../x11/libxklavier/buildlink3.mk"
-PY_PATCHPLIST= yes
-.include "../../lang/python/application.mk"
-.include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 209497aabef6 -r d70de6f277ab x11/mate-applets/PLIST
--- a/x11/mate-applets/PLIST    Sat Jul 10 23:19:36 2021 +0000
+++ b/x11/mate-applets/PLIST    Sun Jul 11 00:27:10 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2020/04/05 16:05:42 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.13 2021/07/11 00:27:10 gutteridge Exp $
 ${PLIST.cpufreq}bin/mate-cpufreq-selector
 libexec/mate-applets/accessx-status-applet
 ${PLIST.batt}libexec/mate-applets/battstat-applet
@@ -10816,6 +10816,8 @@
 share/icons/hicolor/24x24/status/mate-netspeed-wireless-25.png
 share/icons/hicolor/24x24/status/mate-netspeed-wireless-50.png
 share/icons/hicolor/24x24/status/mate-netspeed-wireless-75.png
+share/icons/hicolor/256x256/apps/mate-cpu-frequency-applet.png
+share/icons/hicolor/256x256/apps/mate-eyes-applet.png
 share/icons/hicolor/32x32/apps/mate-ax-bouncekeys.png
 share/icons/hicolor/32x32/apps/mate-ax-key-base.png
 share/icons/hicolor/32x32/apps/mate-ax-key-inverse.png
@@ -10893,6 +10895,8 @@
 share/icons/hicolor/48x48/apps/mate-sticky-super-locked.png
 share/icons/hicolor/48x48/apps/mate-sticky-super-none.png
 share/icons/hicolor/48x48/devices/mate-netspeed-plip.png
+share/icons/hicolor/64x64/apps/mate-cpu-frequency-applet.png
+share/icons/hicolor/64x64/apps/mate-eyes-applet.png
 ${PLIST.cpufreq}share/icons/hicolor/scalable/apps/mate-cpu-frequency-applet.svg
 share/icons/hicolor/scalable/apps/mate-eyes-applet.svg
 share/icons/hicolor/scalable/apps/mate-netspeed-applet.svg
@@ -10965,6 +10969,7 @@
 share/locale/ja/LC_MESSAGES/mate-applets.mo
 share/locale/jv/LC_MESSAGES/mate-applets.mo
 share/locale/ka/LC_MESSAGES/mate-applets.mo
+share/locale/kab/LC_MESSAGES/mate-applets.mo
 share/locale/kk/LC_MESSAGES/mate-applets.mo
 share/locale/km/LC_MESSAGES/mate-applets.mo
 share/locale/kn/LC_MESSAGES/mate-applets.mo
diff -r 209497aabef6 -r d70de6f277ab x11/mate-applets/distinfo
--- a/x11/mate-applets/distinfo Sat Jul 10 23:19:36 2021 +0000
+++ b/x11/mate-applets/distinfo Sun Jul 11 00:27:10 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.9 2020/04/05 16:05:42 bsiegert Exp $
+$NetBSD: distinfo,v 1.10 2021/07/11 00:27:10 gutteridge Exp $
 
-SHA1 (mate-applets-1.24.0.tar.xz) = e825765a4a9087b9e36fd8c564838e052f05d495
-RMD160 (mate-applets-1.24.0.tar.xz) = 0dc97e1b70f7d8414936a637ca61a6397173d43a
-SHA512 (mate-applets-1.24.0.tar.xz) = 345a80b123c705997d44ac5a4bea5249045d75181c3802cf49b2eb08decc14a12f75f2e06e6ebfae267b937ff10edf7638cd64332e2e2e731695e6260df5222e
-Size (mate-applets-1.24.0.tar.xz) = 8142812 bytes
+SHA1 (mate-applets-1.24.1.tar.xz) = 12855ea7ab42ae9b5aa297e7a6f2aa5ff13c32b5
+RMD160 (mate-applets-1.24.1.tar.xz) = 927171771660d506927391935befe239f6082cd3
+SHA512 (mate-applets-1.24.1.tar.xz) = d29e39a140310fef84cb0fe631568e0177ca5faaf2bf566211a23b32613fd6aabf06dd8ecd81a16e09553c659a7feda9ba372bb62a70504a235be58e07726ed2
+Size (mate-applets-1.24.1.tar.xz) = 8222540 bytes
 SHA1 (patch-configure) = ff3425ea0960eeca617b0fbf672e10206252c92b
 SHA1 (patch-cpufreq_src_Makefile.in) = 60f1172449394e1079a38ea3242983e7fc17e491
 SHA1 (patch-cpufreq_src_cpufreq-monitor-cpuinfo.c) = f19ddbf7e6ad764ae14f0adabc3b4c689e338e1b



Home | Main Index | Thread Index | Old Index