pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gnome-desktop



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 12 18:50:53 UTC 2024

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

Log Message:
gnome-desktop: Re-add msgfmt to USE_TOOLS.

I don't know why there is a commented out line, it's likely that more of them
will need adding back?


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 pkgsrc/x11/gnome-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/gnome-desktop/Makefile
diff -u pkgsrc/x11/gnome-desktop/Makefile:1.172 pkgsrc/x11/gnome-desktop/Makefile:1.173
--- pkgsrc/x11/gnome-desktop/Makefile:1.172     Sun Nov 17 07:16:53 2024
+++ pkgsrc/x11/gnome-desktop/Makefile   Thu Dec 12 18:50:53 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2024/11/17 07:16:53 wiz Exp $
+# $NetBSD: Makefile,v 1.173 2024/12/12 18:50:53 jperkin Exp $
 
 DISTNAME=              gnome-desktop-44.0
 PKGREVISION=           6
@@ -14,7 +14,7 @@ LICENSE=              gnu-gpl-v2 AND gnu-lgpl-v2
 TOOL_DEPENDS+=         gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 
 #USE_TOOLS+=           gmake intltool msgfmt perl:run pkg-config
-USE_TOOLS+=            itstool pkg-config
+USE_TOOLS+=            itstool msgfmt pkg-config
 
 PKGCONFIG_OVERRIDE+=   output/meson-private/gnome-desktop-4.pc
 PKGCONFIG_OVERRIDE+=   output/meson-private/gnome-bg-4.pc



Home | Main Index | Thread Index | Old Index