summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-05-20 10:32:23 -0700
committerMatt Turner <mattst88@gentoo.org>2020-05-20 10:43:21 -0700
commit1739fd23bf2fa5d49730ecb997f0e353c213a650 (patch)
treeb63fa2d208238d622475962e58b15e12252f26b8 /x11-apps/xisxwayland/xisxwayland-1.ebuild
parentx11-drivers/xf86-input-libinput: Version bump to 0.30.0 (diff)
downloadgentoo-1739fd23bf2fa5d49730ecb997f0e353c213a650.tar.gz
gentoo-1739fd23bf2fa5d49730ecb997f0e353c213a650.tar.bz2
gentoo-1739fd23bf2fa5d49730ecb997f0e353c213a650.zip
x11-apps/xisxwayland: New package
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xisxwayland/xisxwayland-1.ebuild')
-rw-r--r--x11-apps/xisxwayland/xisxwayland-1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
new file mode 100644
index 000000000000..13f4c99748fa
--- /dev/null
+++ b/x11-apps/xisxwayland/xisxwayland-1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+if [[ ${PV} = 9999* ]]; then
+ GIT_ECLASS="git-r3"
+ EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/app/${PN}.git"
+fi
+
+inherit ${GIT_ECLASS} meson
+
+DESCRIPTION="Tool to determine whether the X server in use is Xwayland"
+HOMEPAGE="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
+if [[ ${PV} = 9999* ]]; then
+ SRC_URI=""
+else
+ KEYWORDS="~amd64"
+ SRC_URI="https://xorg.freedesktop.org/archive/individual/app/${P}.tar.xz"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+IUSE=""