diff --git a/net-voip/calls/Manifest b/net-voip/calls/Manifest deleted file mode 100644 index 1366318648..0000000000 --- a/net-voip/calls/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST calls-0.3.4.tar.gz 203835 BLAKE2B dddafde2c5c1b247a603947679ed9335331ecfacbcdf73dbacc2f8542de783d8acdd398b0ab589680a24097d723dca731600a1886ed923be3889b00a60391ad5 SHA512 39463fcf493c8aeb428d41111adc957203dbcb57c033b2025c4932e52c8e158d17687df0ec13ffe4bf704b4c3ec75cdf3bfbacc6f839fd7193290d239df0df72 diff --git a/net-voip/calls/calls-0.3.4.ebuild b/net-voip/calls/calls-0.3.4.ebuild deleted file mode 100644 index 47325b6470..0000000000 --- a/net-voip/calls/calls-0.3.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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 xdg - -MY_P="${PN}-v${PV}" - -DESCRIPTION="Phone dialer and call handler" -HOMEPAGE="https://source.puri.sm/Librem5/calls" -SRC_URI="https://source.puri.sm/Librem5/calls/-/archive/v0.3.4/calls-v0.3.4.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~arm64" - -IUSE="+introspection +vala" -REQUIRED_USE="vala? ( introspection )" - -DEPEND=" - dev-libs/feedbackd - dev-libs/folks - dev-libs/gom - dev-libs/libpeas - gnome-extra/evolution-data-server - >=gui-libs/libhandy-1.1.90 - >=media-sound/callaudiod-0.0.5 - >=net-misc/modemmanager-1.12.0 - net-libs/sofia-sip -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/gobject-introspection - dev-util/meson - dev-util/wayland-scanner - vala? ( $(vala_depend) ) -" - -PATCHES=( "${FILESDIR}/0001-use-at-cmds-to-mute.patch" ) - -S="${WORKDIR}/${MY_P}" - -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 -} diff --git a/net-voip/calls/files/0001-use-at-cmds-to-mute.patch b/net-voip/calls/files/0001-use-at-cmds-to-mute.patch deleted file mode 100644 index cb1aa14c2a..0000000000 --- a/net-voip/calls/files/0001-use-at-cmds-to-mute.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff --git a/src/calls-call-display.c b/src/calls-call-display.c -index bf98958..c8b1bc4 100644 ---- a/src/calls-call-display.c -+++ b/src/calls-call-display.c -@@ -34,6 +34,8 @@ - - #include - -+#include -+ - struct _CallsCallDisplay - { - GtkOverlay parent_instance; -@@ -103,11 +105,17 @@ mute_toggled_cb (GtkToggleButton *togglebutton, - g_autoptr (GError) error = NULL; - - want_mute = gtk_toggle_button_get_active (togglebutton); -- ret = call_audio_mute_mic (want_mute, &error); -- if (!ret && error) -- g_warning ("Failed to %smute microphone: %s", -- want_mute ? "" : "un", -- error->message); -+ -+ gchar* command = g_strdup_printf("/usr/bin/mmcli -m 0 --command=AT+CMUT=%d",want_mute?1:0); -+ -+ int exit_code; -+ -+ ret = g_spawn_command_line_sync(command, NULL,NULL,&exit_code, &error); -+ -+ if(!ret || error || exit_code != 0){ -+ g_warning ("Failed to %smute microphone (mmcli exit code: %d)", -+ want_mute ? "" : "un", exit_code); -+ } - } - - diff --git a/net-voip/calls/metadata.xml b/net-voip/calls/metadata.xml deleted file mode 100644 index b372191c79..0000000000 --- a/net-voip/calls/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - -