gui-libs/gtk4-layer-shell - 1.0.1 (ryotaro)

Search

Package Information

Description:
A library for using the Layer Shell Wayland protocol with GTK4.
Homepage:
https://github.com/wmww/gtk4-layer-shell
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.1 8 ~amd64 0
View Raw Ebuild
EAPI=8
DESCRIPTION="A library for using the Layer Shell Wayland protocol with GTK4."
HOMEPAGE="https://github.com/wmww/gtk4-layer-shell"
SRC_URI="https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.0.1.tar.gz"
LICENSE="MIT"
SLOT="0"
IUSE="vala docs introspection test"
KEYWORDS="~amd64"
inherit meson

RDEPEND="
	>=gui-libs/gtk-4.10.5[wayland]
"

DEPEND="${RDEPEND}"

src_configure() {
	local emesonargs=(
		# meson_use <USE flag> [option name]
		# https://devmanual.gentoo.org/eclass-reference/meson.eclass/index.html
		$(meson_use vala vapi)
		"-Dexamples=false"
		$(meson_use test tests)
		$(meson_use docs)
		$(meson_use introspection)
	)
	meson_src_configure

}

USE Flags

Dependencies

DEPEND

	>=gui-libs/gtk-4.10.5[wayland]

RDEPEND

	>=gui-libs/gtk-4.10.5[wayland]

Manifest for 1.0.1

Type File Size Source URLs
DIST v1.0.1.tar.gz 63022 bytes https://github.com/wmww/gtk4-layer-shell/archive/refs/tags/v1.0.1.tar.gz