| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.1.0 | 8 | amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson vala
DESCRIPTION="Wayland integration library to the Pantheon Desktop"
HOMEPAGE="https://github.com/elementary/pantheon-wayland"
SRC_URI="https://github.com/elementary/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64"
DEPEND="
dev-libs/glib:2
dev-libs/wayland
gui-libs/gtk:4[wayland]
"
RDEPEND="${DEPEND}"
BDEPEND="
$(vala_depend)
dev-util/wayland-scanner
"
src_prepare() {
eapply_user
vala_setup
}
dev-libs/glib:2 dev-libs/wayland gui-libs/gtk:4[wayland]
dev-libs/glib:2 dev-libs/wayland gui-libs/gtk:4[wayland]
$(vala_depend) dev-util/wayland-scanner
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pantheon-wayland-1.1.0.tar.gz | 8228 bytes | https://github.com/elementary/pantheon-wayland/archive/refs/tags/1.1.0.tar.gz |