# Copyright 1999-2020 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 VALA_MIN_API_VERSION=0.22 inherit meson vala DESCRIPTION="Configure the date & time of the user" HOMEPAGE="https://github.com/elementary/switchboard-plug-datetime" SRC_URI="https://github.com/elementary/switchboard-plug-datetime/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="3" KEYWORDS="amd64" DEPEND="${RDEPEND} $(vala_depend) virtual/pkgconfig " RDEPEND="${DEPEND} dev-libs/glib:2 dev-libs/granite:7 pantheon-base/switchboard:3 gui-libs/gtk:4 gui-libs/libadwaita:1 " src_prepare() { eapply_user vala_setup }