wingpanel-indicator-keyboard-2.4.2-r2elementary
download
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson vala
DESCRIPTION="Keyboard indicator for Wingpanel"
HOMEPAGE="https://github.com/elementary/panel-keyboard"
SRC_URI="https://github.com/elementary/panel-keyboard/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/panel-keyboard-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
RDEPEND="
app-i18n/ibus[vala]
dev-libs/glib:2
<dev-libs/granite-7:0
pantheon-base/wingpanel
x11-libs/gtk+:3
"
DEPEND="${RDEPEND}
$(vala_depend)
dev-libs/libxml2[python]
virtual/pkgconfig
"
src_prepare() {
eapply_user
vala_setup
}