From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC5CE158091 for ; Sun, 19 Jun 2022 18:50:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD2B3E0B23; Sun, 19 Jun 2022 18:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C24F4E0B23 for ; Sun, 19 Jun 2022 18:50:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD955341768 for ; Sun, 19 Jun 2022 18:50:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA86E50B for ; Sun, 19 Jun 2022 18:50:29 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1655664619.ebf8c3ffbe47766664828fe2d21c6ea11a5dc19b.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/gnome-calls/gnome-calls-42.0-r1.ebuild net-voip/gnome-calls/gnome-calls-42.0.ebuild X-VCS-Directories: net-voip/gnome-calls/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: ebf8c3ffbe47766664828fe2d21c6ea11a5dc19b X-VCS-Branch: dev Date: Sun, 19 Jun 2022 18:50:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b4007458-522b-41a3-83e5-0b69a299228e X-Archives-Hash: a6f184bc6c76661628b78e25faffa829 commit: ebf8c3ffbe47766664828fe2d21c6ea11a5dc19b Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jun 19 17:20:41 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jun 19 18:50:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebf8c3ff net-voip/gnome-calls: EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-voip/gnome-calls/gnome-calls-42.0-r1.ebuild | 75 +++++++++++++++++++++++++ net-voip/gnome-calls/gnome-calls-42.0.ebuild | 62 -------------------- 2 files changed, 75 insertions(+), 62 deletions(-) diff --git a/net-voip/gnome-calls/gnome-calls-42.0-r1.ebuild b/net-voip/gnome-calls/gnome-calls-42.0-r1.ebuild new file mode 100644 index 000000000..13cf60c4a --- /dev/null +++ b/net-voip/gnome-calls/gnome-calls-42.0-r1.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +VALA_USE_DEPEND="vapigen" + +inherit vala meson gnome2-utils virtualx xdg + +MY_PN="${PN#gnome-}" +MY_P="${MY_PN}-${PV}" +LCU_COMMIT="acfbb136bbf74514e0b9801ce6c1e8acf36350b6" +DESCRIPTION="Phone dialer and call handler" +HOMEPAGE="https://gitlab.gnome.org/GNOME/calls" +GITLAB="https://gitlab.gnome.org" +SRC_URI=" + ${GITLAB}/GNOME/${MY_PN}/-/archive/${PV}/${MY_P}.tar.gz + ${GITLAB}/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz +" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND=" + app-crypt/libsecret[introspection(+),vala(+)] + dev-libs/feedbackd[introspection(+),vala(+)] + dev-libs/folks:= + dev-libs/glib:2 + dev-libs/gom[introspection(+)] + dev-libs/libgee:0.8=[introspection(+)] + dev-libs/libpeas + gnome-extra/evolution-data-server:=[vala(+)] + >=gui-libs/libhandy-1.0.0:1[introspection(+),vala(+)] + media-libs/gstreamer:1.0[introspection(+)] + >=media-sound/callaudiod-0.0.5 + net-libs/sofia-sip + >=net-misc/modemmanager-1.12.0:=[introspection(+)] + x11-libs/gtk+:3 +" +RDEPEND="${DEPEND} + virtual/secret-service +" +BDEPEND=" + $(vala_depend) + dev-libs/gobject-introspection + dev-libs/protobuf + dev-util/wayland-scanner +" + +src_unpack() { + default + + rm -r "${S}"/subprojects/libcall-ui || die + mv "${WORKDIR}"/libcall-ui-${LCU_COMMIT} "${S}"/subprojects/libcall-ui || die +} + +src_prepare() { + default + vala_setup +} + +src_test() { + virtx meson_src_test +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update +} + +pkg_postrm() { + xdg_pkg_postrm + gnome2_schemas_update +} diff --git a/net-voip/gnome-calls/gnome-calls-42.0.ebuild b/net-voip/gnome-calls/gnome-calls-42.0.ebuild deleted file mode 100644 index f26b99e44..000000000 --- a/net-voip/gnome-calls/gnome-calls-42.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2022 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 - -LCU_COMMIT="acfbb136bbf74514e0b9801ce6c1e8acf36350b6" -DESCRIPTION="Phone dialer and call handler" -HOMEPAGE="https://gitlab.gnome.org/GNOME/calls" -SRC_URI=" - https://gitlab.gnome.org/GNOME/calls/-/archive/${PV}/calls-${PV}.tar.gz - https://gitlab.gnome.org/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz -" - -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 - dev-libs/protobuf - " -RDEPEND="${DEPEND}" -BDEPEND=" - vala? ( $(vala_depend) ) - dev-util/meson - dev-libs/gobject-introspection - dev-util/wayland-scanner -" - -S="${WORKDIR}/calls-${PV}" - -src_prepare() { - default - eapply_user - use vala && vala_src_prepare - - rm -r "${S}"/subprojects/libcall-ui || die - mv "${WORKDIR}"/libcall-ui-"${LCU_COMMIT}" "${S}"/subprojects/libcall-ui || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -}