This commit is contained in:
Gerben Jan Dijkman 2021-07-14 17:13:46 +02:00
parent 2bc93e6ab5
commit ea2a22456e

View File

@ -9,6 +9,7 @@ inherit vala meson gnome2-utils git-r3 xdg
DESCRIPTION="Phone dialer and call handler"
HOMEPAGE="https://gitlab.gnome.org/GNOME/calls"
SRC_URI="https://gitlab.gnome.org/GNOME/calls/-/archive/v${PV}/calls-v${PV}.tar.gz"
EGIT_REPO_URI="https://gitlab.gnome.org//GNOME/calls.git"
LICENSE="GPL-3"
SLOT="0"
@ -16,13 +17,6 @@ KEYWORDS="~amd64 ~arm64"
IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
if [[ ${PV} != 9999 ]]; then
EGIT_REPO_BRANCH="tags/v${PV}"
else
KEYWORDS=""
fi
DEPEND="
dev-libs/feedbackd
>=gui-libs/libhandy-1.0.0