# HG changeset patch # User gabriel # Date 1618330059 -3600 # Node ID e10276b3294121e936e3b3fde55ce42211d814da # Parent 6ed2a217ac6c9a1f4107233f8840381f58f8faaa wayland-info ebuild diff -r 6ed2a217ac6c -r e10276b32941 gui-apps/wayland-info/Manifest --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gui-apps/wayland-info/Manifest Tue Apr 13 17:07:39 2021 +0100 @@ -0,0 +1,1 @@ +EBUILD wayland-info-20210413.ebuild 580 BLAKE2B 8ffb628eceb6fbe69f426734064f0139334f1ffeaef72d366f19c633c52dc659487315d0de13c3fd6ced1c974afe47d9ecfb49da327128911cf7c4f1b98c910a SHA512 ce48620c41076ac01695c968d8d4f7b0e1d3a007927a5c9f21aa62b973106e6f5d5692f917fc637e210e45078cae3e05823f4864827be433e4be0e14766b7ac2 diff -r 6ed2a217ac6c -r e10276b32941 gui-apps/wayland-info/wayland-info-20210413.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gui-apps/wayland-info/wayland-info-20210413.ebuild Tue Apr 13 17:07:39 2021 +0100 @@ -0,0 +1,24 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Tool to display information about Wayland protocols supported by a compositor" +HOMEPAGE="https://gitlab.freedesktop.org/ofourdan/wayland-info" +EGIT_REPO_URI="https://gitlab.freedesktop.org/ofourdan/wayland-info" +EGIT_COMMIT="f7f4e42ed46200b4bf1c1df4d26ee8f4b532439a" + +inherit git-r3 meson + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + dev-libs/wayland + dev-libs/wayland-protocols" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-util/meson + dev-util/ninja"