pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-whiskermenu-plugin



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Feb  9 20:05:39 UTC 2025

Modified Files:
        pkgsrc/x11/xfce4-whiskermenu-plugin: Makefile distinfo

Log Message:
xfce4-whiskermenu-plugin: update to 2.8.4

2.8.4
=====
- Fix menu not hiding in labwc.
- Fix GHashTable leak in Settings::load.
- Fix string leak in is_separator.
- Translation updates: Basque, Bulgarian, Chinese (China), Czech, Dutch,
  Estonian, French, Galician, Georgian, Indonesian, Polish, Russian, Slovak,
  Slovenian, Turkish.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/x11/xfce4-whiskermenu-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/x11/xfce4-whiskermenu-plugin/Makefile
diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.63 pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.64
--- pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile:1.63   Fri Dec 27 08:21:08 2024
+++ pkgsrc/x11/xfce4-whiskermenu-plugin/Makefile        Sun Feb  9 20:05:39 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2024/12/27 08:21:08 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/02/09 20:05:39 gutteridge Exp $
 
-VERSION=       2.8.3
+VERSION=       2.8.4
 DISTNAME=      xfce4-whiskermenu-plugin-${VERSION}
-PKGREVISION=   5
 CATEGORIES=    x11
 MASTER_SITES=  https://archive.xfce.org/src/panel-plugins/xfce4-whiskermenu-plugin/${VERSION:R}/
 EXTRACT_SUFX=  .tar.bz2
@@ -12,9 +11,8 @@ HOMEPAGE=     https://gottcode.org/xfce4-whi
 COMMENT=       Alternate application launcher for Xfce
 LICENSE=       gnu-gpl-v2
 
-USE_CMAKE=     yes
 USE_LANGUAGES= c c++
-USE_TOOLS+=    gmake pkg-config msgfmt perl intltool
+USE_TOOLS+=    gmake pkg-config
 
 # AccountsService is an optional dependency; the version in pkgsrc is too old
 # at present.
@@ -25,6 +23,7 @@ CMAKE_CONFIGURE_ARGS+=        -DENABLE_GTK_LAYE
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--as-needed
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-O1
 
+.include "../../devel/cmake/build.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../x11/xfce4-garcon/buildlink3.mk"

Index: pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo
diff -u pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.27 pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.28
--- pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo:1.27   Sun Jan 21 02:04:37 2024
+++ pkgsrc/x11/xfce4-whiskermenu-plugin/distinfo        Sun Feb  9 20:05:39 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/01/21 02:04:37 gutteridge Exp $
+$NetBSD: distinfo,v 1.28 2025/02/09 20:05:39 gutteridge Exp $
 
-BLAKE2s (xfce4-whiskermenu-plugin-2.8.3.tar.bz2) = db085155aaef1da30b991663c8afc3a5dee7b0b6279cd933c43ec5c24b133b1f
-SHA512 (xfce4-whiskermenu-plugin-2.8.3.tar.bz2) = ef4fe09fe69f1d6a5b0ab54a6cae48319c859b6b9d16facf39631814986d852913410a1ca1b32cfa7b355dafa78a6d91c12843b0c685e24bf168d6065a5f6099
-Size (xfce4-whiskermenu-plugin-2.8.3.tar.bz2) = 188399 bytes
+BLAKE2s (xfce4-whiskermenu-plugin-2.8.4.tar.bz2) = 2c62d6298e719c08a9a9fedd16abc0ce290a4ad25cfd7f6e1ea73b68de8f3fb2
+SHA512 (xfce4-whiskermenu-plugin-2.8.4.tar.bz2) = 6033664aa80ccf82cb9abcd4918f027f731f5d065acc4462330f769f94e3dea7036199cdf88f84d2f244e9b1279d5aba2a7a14aa20ef41983c718180a16d548b
+Size (xfce4-whiskermenu-plugin-2.8.4.tar.bz2) = 189895 bytes



Home | Main Index | Thread Index | Old Index