pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xisxwayland x11/xisxwayland: import xisxwayland-2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2075781bf0cc
branches:  trunk
changeset: 384212:2075781bf0cc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 12:21:41 2022 +0000

description:
x11/xisxwayland: import xisxwayland-2

xisxwayland connects to the X server and exits with status code 0
if that server is Xwayland. This tool is intended to be used in
shell scripts and/or to make it easier for users to check whether
they're on a Wayland or X session.

diffstat:

 x11/xisxwayland/DESCR    |   4 ++++
 x11/xisxwayland/Makefile |  18 ++++++++++++++++++
 x11/xisxwayland/PLIST    |   3 +++
 x11/xisxwayland/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r e5fc7adfb775 -r 2075781bf0cc x11/xisxwayland/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xisxwayland/DESCR     Mon Aug 29 12:21:41 2022 +0000
@@ -0,0 +1,4 @@
+xisxwayland connects to the X server and exits with status code 0
+if that server is Xwayland. This tool is intended to be used in
+shell scripts and/or to make it easier for users to check whether
+they're on a Wayland or X session.
diff -r e5fc7adfb775 -r 2075781bf0cc x11/xisxwayland/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xisxwayland/Makefile  Mon Aug 29 12:21:41 2022 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2022/08/29 12:21:41 wiz Exp $
+
+DISTNAME=              xisxwayland-2
+CATEGORIES=            x11 devel
+MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
+EXTRACT_SUFX=          .tar.xz
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              https://xorg.freedesktop.org/
+COMMENT=               Detect if X server is Xwayland
+LICENSE=               mit
+
+USE_TOOLS+=            pkg-config
+
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
+.include "../../devel/meson/build.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5fc7adfb775 -r 2075781bf0cc x11/xisxwayland/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xisxwayland/PLIST     Mon Aug 29 12:21:41 2022 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/29 12:21:41 wiz Exp $
+bin/xisxwayland
+man/man1/xisxwayland.1
diff -r e5fc7adfb775 -r 2075781bf0cc x11/xisxwayland/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xisxwayland/distinfo  Mon Aug 29 12:21:41 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/08/29 12:21:41 wiz Exp $
+
+BLAKE2s (xisxwayland-2.tar.xz) = 275be54b7eba0581a13d4950dd53cfa540e712fd60075c83e722242746e89422
+SHA512 (xisxwayland-2.tar.xz) = b89e19c85a5cd7e62a52e22772f80f03bfea069e31412ca11ac38174c4a2994be559e9d5fb49e6d1921b3f1b06ee71b50ede48990a1e7804a96207b08fc7827f
+Size (xisxwayland-2.tar.xz) = 5220 bytes



Home | Main Index | Thread Index | Old Index