pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xfce4-desktop



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Feb 22 03:41:16 UTC 2025

Modified Files:
        pkgsrc/x11/xfce4-desktop: Makefile distinfo

Log Message:
xfce4-desktop: update to 4.20.1

4.20.1 (2025-02-17)
======
- Fix another gcc-analyzer warning
- Improve performance of gradient rendering
- Add simple benchmark for rendering gradients
- Refactor tests a bit
- Fix or suppress gcc-analyzer warnings
- meson-build: Use SPDX license expression
- Don't send URIs to the clipboard when the paster requests UTF8_STRING
- Ensure single-workspace-number is never set to a negative value
- Remove debugging log statement
- Show loop device volumes if "Other Devices" is selected
- For the "unknown volumes" type, don't require it to be removable
- Initialize icon label font point size settings to defaults
- Fix use-after-free when attempting to load invalid background
- settings: keep a reference to the backdrop preview model
- Work around GTK issue with setting the file chooser button folder
- Manually call gtk_init() in main()
- Don't add the XfceSMClient command-line options if no X11 support
- meson-build: Update debug/optimization flag management
- Fix typo in issue template
- Fix monitor chooser UI resource path
- Translation Updates:
  Albanian, Basque, Catalan, Czech, Danish, English (United Kingdom),
  French, Galician, German, Greek, Italian, Norwegian Bokmål, Occitan
  (post 1500), Persian (Iran), Portuguese, Portuguese (Brazil),
  Romanian, Serbian, Slovak, Spanish, Swedish, Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.109 -r1.110 pkgsrc/x11/xfce4-desktop/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/x11/xfce4-desktop/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-desktop/Makefile
diff -u pkgsrc/x11/xfce4-desktop/Makefile:1.109 pkgsrc/x11/xfce4-desktop/Makefile:1.110
--- pkgsrc/x11/xfce4-desktop/Makefile:1.109     Tue Jan 28 01:20:20 2025
+++ pkgsrc/x11/xfce4-desktop/Makefile   Sat Feb 22 03:41:16 2025
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.109 2025/01/28 01:20:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.110 2025/02/22 03:41:16 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
-VERSION=       4.20.0
+VERSION=       4.20.1
 DISTNAME=      xfdesktop-${VERSION}
 PKGNAME=       xfce4-desktop-${VERSION}
-PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES+= https://archive.xfce.org/src/xfce/xfdesktop/${VERSION:R}/
 
@@ -19,7 +18,6 @@ BUILD_DEFS+=          PKG_SYSCONFBASE
 
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
 
-.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/libwnck3/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"

Index: pkgsrc/x11/xfce4-desktop/distinfo
diff -u pkgsrc/x11/xfce4-desktop/distinfo:1.41 pkgsrc/x11/xfce4-desktop/distinfo:1.42
--- pkgsrc/x11/xfce4-desktop/distinfo:1.41      Sun Dec 29 19:13:07 2024
+++ pkgsrc/x11/xfce4-desktop/distinfo   Sat Feb 22 03:41:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/12/29 19:13:07 bsiegert Exp $
+$NetBSD: distinfo,v 1.42 2025/02/22 03:41:16 gutteridge Exp $
 
-BLAKE2s (xfdesktop-4.20.0.tar.bz2) = 3ffa70e9b313c31fdb401deed72e49632ea3e10e1f56bd0d1b227e302caa27a7
-SHA512 (xfdesktop-4.20.0.tar.bz2) = 84b0c87c9678d3d6170af3d6edabe983282b0bd4d696e32d3a1eaaca99651d56387a9767645d5b48afdc517a18503e42fdaf0a72af9a73144475fb3b6183219c
-Size (xfdesktop-4.20.0.tar.bz2) = 2497345 bytes
+BLAKE2s (xfdesktop-4.20.1.tar.bz2) = 449e27b4cd1f4c7916d037b8c811b148f2c00cfcc5a6596d5c21c37f94510683
+SHA512 (xfdesktop-4.20.1.tar.bz2) = 11f422e31fb5b4f789ac61252a79ef9b139fd0a3e29f1346d5e3c06779567f1809fd78d751df5595cdb5510d0349e908276e85f6325b8ac90dfd00c79ca5d0e2
+Size (xfdesktop-4.20.1.tar.bz2) = 2527982 bytes



Home | Main Index | Thread Index | Old Index