Update
This commit is contained in:
parent
2bc93e6ab5
commit
ea2a22456e
@ -9,6 +9,7 @@ inherit vala meson gnome2-utils git-r3 xdg
|
|||||||
DESCRIPTION="Phone dialer and call handler"
|
DESCRIPTION="Phone dialer and call handler"
|
||||||
HOMEPAGE="https://gitlab.gnome.org/GNOME/calls"
|
HOMEPAGE="https://gitlab.gnome.org/GNOME/calls"
|
||||||
SRC_URI="https://gitlab.gnome.org/GNOME/calls/-/archive/v${PV}/calls-v${PV}.tar.gz"
|
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"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@ -16,13 +17,6 @@ KEYWORDS="~amd64 ~arm64"
|
|||||||
IUSE="+introspection +vala"
|
IUSE="+introspection +vala"
|
||||||
REQUIRED_USE="vala? ( introspection )"
|
REQUIRED_USE="vala? ( introspection )"
|
||||||
|
|
||||||
if [[ ${PV} != 9999 ]]; then
|
|
||||||
EGIT_REPO_BRANCH="tags/v${PV}"
|
|
||||||
else
|
|
||||||
KEYWORDS=""
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/feedbackd
|
dev-libs/feedbackd
|
||||||
>=gui-libs/libhandy-1.0.0
|
>=gui-libs/libhandy-1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user