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: Mon Sep 22 20:02:34 UTC 2025
Modified Files:
pkgsrc/x11/xfce4-desktop: Makefile
Log Message:
xfce4-desktop: restore support for file/launcher icons
When this package was updated to 4.20.0 (Makefile r. 1.108), it wasn't
noticed that some of the file/launcher icon support now required
libyaml as a dependency, otherwise, it simply is disabled at build
time (without any differences in build artifacts that would cause
notice at that stage). Addresses PR pkg/59660 from Ramiro Aceves.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/x11/xfce4-desktop/Makefile
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.114 pkgsrc/x11/xfce4-desktop/Makefile:1.115
--- pkgsrc/x11/xfce4-desktop/Makefile:1.114 Sat Aug 30 22:46:48 2025
+++ pkgsrc/x11/xfce4-desktop/Makefile Mon Sep 22 20:02:34 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.114 2025/08/30 22:46:48 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2025/09/22 20:02:34 gutteridge Exp $
.include "../../meta-pkgs/xfce4/Makefile.common"
VERSION= 4.20.1
-PKGREVISION= 4
+PKGREVISION= 5
DISTNAME= xfdesktop-${VERSION}
PKGNAME= xfce4-desktop-${VERSION}
CATEGORIES= x11
@@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSC
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/libnotify/buildlink3.mk"
.include "../../sysutils/xfce4-thunar/buildlink3.mk"
+BUILDLINK_API_DEPENDS.libyaml+= libyaml>=0.2.5
+.include "../../textproc/libyaml/buildlink3.mk"
.include "../../x11/libxfce4windowing/buildlink3.mk"
.include "../../x11/xfce4-garcon/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index