wingpanel-indicator-a11y-1.0.2-r1elementary
download
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson vala
DESCRIPTION="Wingpanel Universal Access Indicator"
HOMEPAGE="https://github.com/elementary/wingpanel-indicator-a11y"
SRC_URI="https://github.com/elementary/wingpanel-indicator-a11y/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"
DEPEND="
$(vala_depend)
sys-devel/gettext
virtual/pkgconfig
"
RDEPEND="${DEPEND}
dev-libs/glib:2
<dev-libs/granite-7:0
>=pantheon-base/wingpanel-3.0.0:=
x11-libs/gtk+:3
"
src_prepare() {
eapply_user
vala_setup
}