Trying 0.3.3

This commit is contained in:
Gerben Jan Dijkman 2021-07-14 17:31:24 +02:00
parent 220793b667
commit 9733ffbacd
2 changed files with 60 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST calls-v0.3.3.tar.gz 193012 BLAKE2B 40fb0aa6089d9b4929f36f83984a456c446ef54dc92e901cfb3b5d63025095669a163fc72f51f06817d246383a9bfb3e8931300472dfa117b3156c65d8e683a3 SHA512 718d9da26cfaf9eef9d1092604f58d81b19f27e243334e2c1de1c012d03254f3b285920ed12b60babc42e2e5debe0217b28c80eef30b9052fe7df97b61d4f2c2
DIST calls-v0.3.4.tar.gz 203835 BLAKE2B dddafde2c5c1b247a603947679ed9335331ecfacbcdf73dbacc2f8542de783d8acdd398b0ab589680a24097d723dca731600a1886ed923be3889b00a60391ad5 SHA512 39463fcf493c8aeb428d41111adc957203dbcb57c033b2025c4932e52c8e158d17687df0ec13ffe4bf704b4c3ec75cdf3bfbacc6f839fd7193290d239df0df72

View File

@ -0,0 +1,59 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
VALA_USE_DEPEND="vapigen"
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"
KEYWORDS="~amd64 ~arm64"
IUSE="+introspection +vala"
REQUIRED_USE="vala? ( introspection )"
DEPEND="
dev-libs/feedbackd
>=gui-libs/libhandy-1.0.0
dev-libs/folks
dev-libs/gom
dev-libs/libpeas
>=net-misc/modemmanager-1.12.0
>=media-sound/callaudiod-0.0.5
gnome-extra/evolution-data-server
net-libs/sofia-sip
"
RDEPEND="${DEPEND}"
BDEPEND="
vala? ( $(vala_depend) )
dev-util/meson
dev-libs/gobject-introspection
dev-util/wayland-scanner
"
PATCHES=(
"${FILESDIR}/0001-use-at-cmds-to-mute.patch"
)
S="${WORKDIR}/$PN-${PV}"
src_prepare() {
default
eapply_user
use vala && vala_src_prepare
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}