diff options
Diffstat (limited to 'source/x/x11')
-rw-r--r-- | source/x/x11/build/xdm | 2 | ||||
-rw-r--r-- | source/x/x11/build/xisxwayland | 1 | ||||
-rw-r--r-- | source/x/x11/configure/xisxwayland | 17 | ||||
-rw-r--r-- | source/x/x11/make/xisxwayland | 6 | ||||
-rw-r--r-- | source/x/x11/modularize | 1 | ||||
-rw-r--r-- | source/x/x11/slack-desc/xisxwayland | 19 |
6 files changed, 45 insertions, 1 deletions
diff --git a/source/x/x11/build/xdm b/source/x/x11/build/xdm index ec635144..f599e28b 100644 --- a/source/x/x11/build/xdm +++ b/source/x/x11/build/xdm @@ -1 +1 @@ -9 +10 diff --git a/source/x/x11/build/xisxwayland b/source/x/x11/build/xisxwayland new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/source/x/x11/build/xisxwayland @@ -0,0 +1 @@ +1 diff --git a/source/x/x11/configure/xisxwayland b/source/x/x11/configure/xisxwayland new file mode 100644 index 00000000..cd149401 --- /dev/null +++ b/source/x/x11/configure/xisxwayland @@ -0,0 +1,17 @@ +export CFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS" +mkdir build +cd build +meson setup \ + --prefix=/usr \ + --libdir=lib${LIBDIRSUFFIX} \ + --libexecdir /usr/libexec \ + --bindir /usr/bin \ + --sbindir /usr/sbin \ + --includedir /usr/include \ + --datadir /usr/share \ + --mandir /usr/man \ + --sysconfdir /etc \ + --localstatedir /var \ + --buildtype=release \ + .. || exit 1 diff --git a/source/x/x11/make/xisxwayland b/source/x/x11/make/xisxwayland new file mode 100644 index 00000000..b22bc0de --- /dev/null +++ b/source/x/x11/make/xisxwayland @@ -0,0 +1,6 @@ +export CFLAGS="$SLKCFLAGS" +export CXXFLAGS="$SLKCFLAGS" +cd build + ninja || exit 1 + DESTDIR=$PKG ninja install || exit 1 +cd .. diff --git a/source/x/x11/modularize b/source/x/x11/modularize index 94d7fe7c..077288f2 100644 --- a/source/x/x11/modularize +++ b/source/x/x11/modularize @@ -233,6 +233,7 @@ xhost xineramaproto xinit xinput +xisxwayland xkbcomp xkbevd xkbprint diff --git a/source/x/x11/slack-desc/xisxwayland b/source/x/x11/slack-desc/xisxwayland new file mode 100644 index 00000000..b155cfe5 --- /dev/null +++ b/source/x/x11/slack-desc/xisxwayland @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +xisxwayland: xisxwayland (determine if Xwayland is in use) +xisxwayland: +xisxwayland: xisxwayland is a tool to be used within shell scripts to determine +xisxwayland: whether the X server in use is Xwayland. It exits with status 0 if +xisxwayland: the server is an Xwayland server and 1 otherwise. Any error results +xisxwayland: in an exit code of 3. +xisxwayland: +xisxwayland: +xisxwayland: +xisxwayland: +xisxwayland: |