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:           Tue Jan 28 01:20:20 UTC 2025

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

Log Message:
xfce4-desktop: generate usable xfce-backdrop-settings.desktop


To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 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.108 pkgsrc/x11/xfce4-desktop/Makefile:1.109
--- pkgsrc/x11/xfce4-desktop/Makefile:1.108     Sun Dec 29 19:13:07 2024
+++ pkgsrc/x11/xfce4-desktop/Makefile   Tue Jan 28 01:20:20 2025
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.108 2024/12/29 19:13:07 bsiegert Exp $
+# $NetBSD: Makefile,v 1.109 2025/01/28 01:20:20 gutteridge Exp $
 
 .include "../../meta-pkgs/xfce4/Makefile.common"
 
 VERSION=       4.20.0
 DISTNAME=      xfdesktop-${VERSION}
 PKGNAME=       xfce4-desktop-${VERSION}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES+= https://archive.xfce.org/src/xfce/xfdesktop/${VERSION:R}/
 
@@ -18,6 +19,7 @@ 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"



Home | Main Index | Thread Index | Old Index