summaryrefslogtreecommitdiff
path: root/app-misc/wayland-utils
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-01-16 20:27:28 +0000
commit2fd57282f0262ca084e05b0f2c63fbada395d02b (patch)
tree4e0f23cea9ce9fd972e70ebc5214bf36fed465cc /app-misc/wayland-utils
parentc3bc61051d7f12b4c682efa7a5460bbc8815649e (diff)
gentoo resync : 16.01.2021
Diffstat (limited to 'app-misc/wayland-utils')
-rw-r--r--app-misc/wayland-utils/Manifest3
-rw-r--r--app-misc/wayland-utils/metadata.xml8
-rw-r--r--app-misc/wayland-utils/wayland-utils-1.0.0.ebuild21
3 files changed, 32 insertions, 0 deletions
diff --git a/app-misc/wayland-utils/Manifest b/app-misc/wayland-utils/Manifest
new file mode 100644
index 000000000000..5f50edaf58b0
--- /dev/null
+++ b/app-misc/wayland-utils/Manifest
@@ -0,0 +1,3 @@
+DIST wayland-utils-wayland-utils-1.0.0.tar.gz 13188 BLAKE2B b05917c611a54e157e31c6e83b026c0960189c36d71361e12ec6dbc33872184fb2ea30cf04a0c57ba6a9b776e5aa51baf286f092eb8780fdd6f0462c8e36ae87 SHA512 0e5886fc74bf84396facb79bfc2fcc4fa7ababc39f861fc62d198656c65dec31150bc7fd27773dfa8add421f08ad0dd43a7d72c9e8f6f5733ac34fb8212658cc
+EBUILD wayland-utils-1.0.0.ebuild 586 BLAKE2B 9ce18f4f11779ebeafb1e8134d48031a9b9805e2e918e06b243291348e6728c9bd629dd4e2a6041b96f0813865fc3b3a62eb22bfb393724c50a106f0f7f6d6fc SHA512 f24e3cd4e376edcc180efcf100366ce6ea437f0866912fe33e5e8c833c0f2e44b521db9596941d9a10db35487107ef0f0b046aeab5b31f5af6ef5cd7309820ec
+MISC metadata.xml 254 BLAKE2B faabe41c3ba99e7d2cc606369149c06b9850314ab61f9e2a7823f06ae0db1c9fb4a7b4c006783d4c9c0a687af81b48778c6cc7a65ff72d2fbb81148fb9ddef5d SHA512 95c66b8c5eb101733216e757b9042d835962772e06ea8911afdf95e1d3b10618b5af3194f98772c5d2565a2ffa7c2f5de4d65d213a0771327e913b28c40f0caf
diff --git a/app-misc/wayland-utils/metadata.xml b/app-misc/wayland-utils/metadata.xml
new file mode 100644
index 000000000000..150b7fd3fae4
--- /dev/null
+++ b/app-misc/wayland-utils/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>asturm@gentoo.org</email>
+ <name>Andreas Sturmlechner</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild b/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild
new file mode 100644
index 000000000000..269dc0e4eaec
--- /dev/null
+++ b/app-misc/wayland-utils/wayland-utils-1.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="Display information about supported Wayland protocols and current compositor"
+HOMEPAGE="https://gitlab.freedesktop.org/wayland/wayland-utils"
+SRC_URI="https://gitlab.freedesktop.org/wayland/${PN}/-/archive/${P}/${PN}-${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND=">=dev-libs/wayland-1.17.0"
+DEPEND="${RDEPEND}
+ dev-libs/wayland-protocols
+"
+BDEPEND="dev-util/wayland-scanner"