pkgsrc-WIP-changes archive

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

*: GNOME desktop environment currently builds only on NetBSD



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Fri Apr 16 13:30:13 2021 +0200
Changeset:	cb75e4745aa46ec69771840a91c1892c2c083109

Modified Files:
	gdm/Makefile
	gnome-shell/Makefile
	mutter/Makefile

Log Message:
*: GNOME desktop environment currently builds only on NetBSD

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cb75e4745aa46ec69771840a91c1892c2c083109

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gdm/Makefile         | 2 ++
 gnome-shell/Makefile | 2 ++
 mutter/Makefile      | 2 ++
 3 files changed, 6 insertions(+)

diffs:
diff --git a/gdm/Makefile b/gdm/Makefile
index 01f7ad3385..83d4d3a448 100644
--- a/gdm/Makefile
+++ b/gdm/Makefile
@@ -13,6 +13,8 @@ LICENSE=	gnu-gpl-v2
 DEPENDS+=	zenity>=3.32.0:../../x11/zenity
 CONFLICTS=	gdm-2.[0-9]*
 
+ONLY_FOR_PLATFORM=	NetBSD-*-*
+
 USE_PKGLOCALEDIR=	YES
 GNU_CONFIGURE=		YES
 USE_LIBTOOL=		YES
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
index 611ad0408c..6c16fde817 100644
--- a/gnome-shell/Makefile
+++ b/gnome-shell/Makefile
@@ -24,6 +24,8 @@ TOOL_DEPENDS+=	gdbus-codegen>=2.64:../../devel/gdbus-codegen
 
 DEPENDS+=	gdm>=40.0:../../wip/gdm
 
+ONLY_FOR_PLATFORM=	NetBSD-*-*
+
 MAKE_ENV+=	LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
 
 LDFLAGS+=	${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell
diff --git a/mutter/Makefile b/mutter/Makefile
index 4e3e80a3f0..8514498b06 100644
--- a/mutter/Makefile
+++ b/mutter/Makefile
@@ -14,6 +14,8 @@ USE_TOOLS+=		msgfmt pkg-config
 TOOL_DEPENDS+=		gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
 BUILD_DEFS+=		PKG_SYSCONFBASE
 
+ONLY_FOR_PLATFORM=	NetBSD-*-*
+
 .include "../../graphics/MesaLib/features.mk"
 
 .if ${MESALIB_SUPPORTS_EGL} == "no"


Home | Main Index | Thread Index | Old Index