pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xisxwayland



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 29 12:21:41 UTC 2022

Added Files:
        pkgsrc/x11/xisxwayland: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/xisxwayland/DESCR \
    pkgsrc/x11/xisxwayland/Makefile pkgsrc/x11/xisxwayland/PLIST \
    pkgsrc/x11/xisxwayland/distinfo

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

Added files:

Index: pkgsrc/x11/xisxwayland/DESCR
diff -u /dev/null pkgsrc/x11/xisxwayland/DESCR:1.1
--- /dev/null   Mon Aug 29 12:21:41 2022
+++ pkgsrc/x11/xisxwayland/DESCR        Mon Aug 29 12:21:41 2022
@@ -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.
Index: pkgsrc/x11/xisxwayland/Makefile
diff -u /dev/null pkgsrc/x11/xisxwayland/Makefile:1.1
--- /dev/null   Mon Aug 29 12:21:41 2022
+++ pkgsrc/x11/xisxwayland/Makefile     Mon Aug 29 12:21:41 2022
@@ -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"
Index: pkgsrc/x11/xisxwayland/PLIST
diff -u /dev/null pkgsrc/x11/xisxwayland/PLIST:1.1
--- /dev/null   Mon Aug 29 12:21:41 2022
+++ pkgsrc/x11/xisxwayland/PLIST        Mon Aug 29 12:21:41 2022
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1 2022/08/29 12:21:41 wiz Exp $
+bin/xisxwayland
+man/man1/xisxwayland.1
Index: pkgsrc/x11/xisxwayland/distinfo
diff -u /dev/null pkgsrc/x11/xisxwayland/distinfo:1.1
--- /dev/null   Mon Aug 29 12:21:41 2022
+++ pkgsrc/x11/xisxwayland/distinfo     Mon Aug 29 12:21:41 2022
@@ -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