Update
This commit is contained in:
parent
61630a04ce
commit
4874e210e2
@ -6,7 +6,6 @@ VALA_USE_DEPEND="vapigen"
|
|||||||
|
|
||||||
inherit vala meson gnome2-utils git-r3 xdg
|
inherit vala meson gnome2-utils git-r3 xdg
|
||||||
|
|
||||||
MY_PN="calls"
|
|
||||||
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"
|
||||||
@ -15,7 +14,6 @@ LICENSE="GPL-3"
|
|||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
IUSE="+introspection +vala"
|
IUSE="+introspection +vala"
|
||||||
|
|
||||||
REQUIRED_USE="vala? ( introspection )"
|
REQUIRED_USE="vala? ( introspection )"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
@ -41,7 +39,7 @@ PATCHES=(
|
|||||||
"${FILESDIR}/0001-use-at-cmds-to-mute.patch"
|
"${FILESDIR}/0001-use-at-cmds-to-mute.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
S=${WORKDIR}/${MY_PN}-${PV}
|
S="${WORKDIR}/${PN}-v${PV}"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
|
Loading…
Reference in New Issue
Block a user