pkgsrc-WIP-changes archive

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

xwayland: remove, imported to pkgsrc



Module Name:	pkgsrc-wip
Committed By:	kikadf <kikadf.01%gmail.com@localhost>
Pushed By:	kikadf
Date:		Mon Apr 13 19:47:33 2026 +0200
Changeset:	f69c7939a9247fa11d7d0b5b9618fa0c4dfc6d65

Modified Files:
	Makefile
Removed Files:
	xwayland/DESCR
	xwayland/Makefile
	xwayland/PLIST
	xwayland/buildlink3.mk
	xwayland/distinfo

Log Message:
xwayland: remove, imported to pkgsrc

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

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

diffstat:
 Makefile               |  1 -
 xwayland/DESCR         |  8 -------
 xwayland/Makefile      | 57 --------------------------------------------------
 xwayland/PLIST         |  5 -----
 xwayland/buildlink3.mk | 13 ------------
 xwayland/distinfo      |  5 -----
 6 files changed, 89 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 8be56b49e7..a72fb5ffa3 100644
--- a/Makefile
+++ b/Makefile
@@ -6236,7 +6236,6 @@ SUBDIR+=	xtrkcad
 SUBDIR+=	xu4
 SUBDIR+=	xwallpaper
 SUBDIR+=	xwax
-SUBDIR+=	xwayland
 SUBDIR+=	xwelltris
 SUBDIR+=	xwindiff
 SUBDIR+=	yabar
diff --git a/xwayland/DESCR b/xwayland/DESCR
deleted file mode 100644
index 3092639c39..0000000000
--- a/xwayland/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-XWayland is a fully fledged X server implementation that acts as a proxy
-between X11 clients and a Wayland compositor.
-
-It runs as a specialized Wayland client, while optionally using a set of
-XWayland specific Wayland protocols for implementing certain functionality.
-
-The Wayland compositor acts both as the Wayland display server XWayland
-connects to, as well as the window manager.
diff --git a/xwayland/Makefile b/xwayland/Makefile
deleted file mode 100644
index 69855bfc34..0000000000
--- a/xwayland/Makefile
+++ /dev/null
@@ -1,57 +0,0 @@
-# $NetBSD: Makefile,v 1.20 2025/01/24 20:50:27 riastradh Exp $
-
-DISTNAME=	xwayland-24.1.9
-CATEGORIES=	x11
-MASTER_SITES=	${MASTER_SITE_XORG:=xserver/}
-EXTRACT_SUFX=	.tar.xz
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://xorg.freedesktop.org/
-COMMENT=	Server for running X clients under Wayland from modular X.org
-LICENSE=	mit AND modified-bsd AND x11 # with no-advertising clause
-
-USE_TOOLS+=	pkg-config
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "NetBSD"
-MESON_ARGS+=	-Dsecure-rpc=false
-.  if ${OPSYS_VERSION} < 100000
-CPPFLAGS+=	-D_OPENBSD_SOURCE # reallocarray
-.  endif
-.endif
-
-.include "../../devel/wayland/platform.mk"
-
-.if empty(PLATFORM_SUPPORTS_WAYLAND:M[Yy][Ee][Ss])
-PKG_SKIP_REASON+=	"Platform does not support Wayland"
-.endif
-
-post-install:
-	${RM} ${DESTDIR}${PREFIX}/lib/xorg/protocol.txt
-	${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/Xserver.1
-	if [ -f ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml ]; then \
-		${RM} ${DESTDIR}${PREFIX}/share/doc/xorg-server/Xserver-DTrace.xml; \
-	fi
-
-# New package
-.include "../../wip/input-headers/buildlink3.mk"
-
-.include "../../devel/wayland/buildlink3.mk"
-.include "../../devel/wayland-protocols/buildlink3.mk"
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../graphics/libepoxy/buildlink3.mk"
-.if ${X11_TYPE} == "modular"
-.include "../../x11/libXfont2/buildlink3.mk"
-.else
-.include "../../graphics/freetype2/buildlink3.mk"
-.endif
-.include "../../x11/libxcvt/buildlink3.mk"
-.include "../../x11/libdrm/buildlink3.mk"
-.include "../../x11/libei/buildlink3.mk"
-.include "../../x11/xkbcomp/buildlink3.mk"
-.include "../../x11/libxkbfile/buildlink3.mk"
-.include "../../x11/pixman/buildlink3.mk"
-.include "../../x11/xtrans/buildlink3.mk"
-.include "../../devel/meson/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/xwayland/PLIST b/xwayland/PLIST
deleted file mode 100644
index 86cb194133..0000000000
--- a/xwayland/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2023/03/30 08:45:05 wiz Exp $
-bin/Xwayland
-lib/pkgconfig/xwayland.pc
-man/man1/Xwayland.1
-share/applications/org.freedesktop.Xwayland.desktop
diff --git a/xwayland/buildlink3.mk b/xwayland/buildlink3.mk
deleted file mode 100644
index 01e021f85c..0000000000
--- a/xwayland/buildlink3.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	xwayland
-
-.if !defined(XWAYLAND_BUILDLINK3_MK)
-XWAYLAND_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.xwayland+=	xwayland>=24.1.8
-BUILDLINK_PKGSRCDIR.xwayland?=		../../wip/xwayland
-
-.endif	# XWAYLAND_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-xwayland
diff --git a/xwayland/distinfo b/xwayland/distinfo
deleted file mode 100644
index d1b9d8214b..0000000000
--- a/xwayland/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2023/03/30 08:45:19 wiz Exp $
-
-BLAKE2s (xwayland-24.1.9.tar.xz) = 9ef10ae97beac77d8681f8d926c6d088fae122f3e4767604ddcb5bb85d816add
-SHA512 (xwayland-24.1.9.tar.xz) = 7438a572651dc77c1fd749879abccdc9a245c7b75143668d5561a8e99d41063f042a8eb3f9b931a2a12be1fc3cb9d197eee6794d0702a19e56c20f55acb35a26
-Size (xwayland-24.1.9.tar.xz) = 1304268 bytes


Home | Main Index | Thread Index | Old Index