x11-apps/xisxwayland: New package
authorMatt Turner <mattst88@gentoo.org>
Wed, 20 May 2020 17:32:23 +0000 (10:32 -0700)
committerMatt Turner <mattst88@gentoo.org>
Wed, 20 May 2020 17:43:21 +0000 (10:43 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-apps/xisxwayland/Manifest [new file with mode: 0644]
x11-apps/xisxwayland/metadata.xml [new file with mode: 0644]
x11-apps/xisxwayland/xisxwayland-1.ebuild [new file with mode: 0644]
x11-apps/xisxwayland/xisxwayland-9999.ebuild [new file with mode: 0644]

diff --git a/x11-apps/xisxwayland/Manifest b/x11-apps/xisxwayland/Manifest
new file mode 100644 (file)
index 0000000..b38a236
--- /dev/null
@@ -0,0 +1 @@
+DIST xisxwayland-1.tar.xz 4168 BLAKE2B a8e4a658427f5b03e3d05b25772c4f136c13be47a68619a6beab3db72a70e836e495fcbc8a19d5f9347f3336a1dc9b353f483fb75e47ebfdbb9b8409e63444f0 SHA512 9514442313cff4df0c71fed445ba0e3fe52f3c84ebbec81725a590f68cc42ea01ac96b23736a0108fe206da3aee48434c5c30d1c58905bfc75db35205c288bca
diff --git a/x11-apps/xisxwayland/metadata.xml b/x11-apps/xisxwayland/metadata.xml
new file mode 100644 (file)
index 0000000..e943b72
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+       <email>x11@gentoo.org</email>
+       <name>X11</name>
+</maintainer>
+</pkgmetadata>
diff --git a/x11-apps/xisxwayland/xisxwayland-1.ebuild b/x11-apps/xisxwayland/xisxwayland-1.ebuild
new file mode 100644 (file)
index 0000000..13f4c99
--- /dev/null
@@ -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=""
diff --git a/x11-apps/xisxwayland/xisxwayland-9999.ebuild b/x11-apps/xisxwayland/xisxwayland-9999.ebuild
new file mode 100644 (file)
index 0000000..13f4c99
--- /dev/null
@@ -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=""