From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/
Date: Mon, 24 Oct 2022 11:32:09 +0000 (UTC) [thread overview]
Message-ID: <1666610693.055c2dc0320c0ac60562daf6e7f89202094e8fe6.cybertailor@gentoo> (raw)
commit: 055c2dc0320c0ac60562daf6e7f89202094e8fe6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Oct 23 21:11:48 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Oct 24 11:24:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=055c2dc0
net-voip/gnome-calls: add 43.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-voip/gnome-calls/Manifest | 2 +
net-voip/gnome-calls/gnome-calls-43.0.ebuild | 82 ++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
diff --git a/net-voip/gnome-calls/Manifest b/net-voip/gnome-calls/Manifest
index 3b5d2f347..0c325ac3c 100644
--- a/net-voip/gnome-calls/Manifest
+++ b/net-voip/gnome-calls/Manifest
@@ -1,2 +1,4 @@
DIST calls-42.0.tar.gz 390661 BLAKE2B a30c5f0efd16648428e8437faed6d443f7a2abf2a21933a43b71be2710448ac1d087c3e60157daf2f24cffb38fa271f62ccd5f46f72183f283e849a90d348e17 SHA512 59d7aaee53770706a11dff5ab60379d5c36a7c8ccfd0c5cd4901fae78ff085608c5ba193ce33685f0c6b463d4a2056ccb01dab92751e9a2b2ad755d2ae0e20f6
+DIST calls-v43.0.tar.gz 490744 BLAKE2B f89d6d02982b183beed3c5d6abde84de67b337427d801a82b591035ca8d93f744bb7f5f4366b79105606c3895cd5cbd0cc8163f5f19797db8c81d81244363264 SHA512 d72a80fa4a4e3a891b8f0e44709b70aa9427b31cd7c7906626dfb728aae8aa75f2db46bd8efaaf79ce7b15c1c72b53be4055f5b81d556f2407a601060aebbb4a
+DIST libcall-ui-619dd91561ad470db3d0e0e263ebc35d787afd2e.tar.gz 165840 BLAKE2B 4bbeec0dd5314bdbd4aacef4cb7a7599557a35c32b3135120bfbc6977a2a1a4f17f702eac021f694f11dffe5ecebc23b44ffda765d1b9e10d5f23f88461e1b2a SHA512 c42bb6474fd7215b23a5496ae6ebbcf3e0e3f123c358f79f9fb0800def336386ff334d9b780f1f77614e94003f79dce739edb4bdd0502b9969f3706a6d2091a5
DIST libcall-ui-acfbb136bbf74514e0b9801ce6c1e8acf36350b6.tar.gz 159337 BLAKE2B 47cd388043514baf568914adea281e884d0fa04375d8cc116cabd6a1061fcfb5e224a8065afffd2957513657ff5970d1dead33cea99f36117bb80b35d6f34513 SHA512 b79e3d8ac9889109e0fe20f149ffb14bde198f7a364152a60c7175228c283f18a7abe2049b01935d11fd005e14ef4da9c23ada6c651801364c79bc2dca1e71f2
diff --git a/net-voip/gnome-calls/gnome-calls-43.0.ebuild b/net-voip/gnome-calls/gnome-calls-43.0.ebuild
new file mode 100644
index 000000000..2fcebe0f7
--- /dev/null
+++ b/net-voip/gnome-calls/gnome-calls-43.0.ebuild
@@ -0,0 +1,82 @@
+# 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-}"
+LCU_COMMIT="619dd91561ad470db3d0e0e263ebc35d787afd2e"
+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/v${PV}/${MY_PN}-v${PV}.tar.gz
+ ${GITLAB}/World/Phosh/libcall-ui/-/archive/${LCU_COMMIT}/libcall-ui-${LCU_COMMIT}.tar.gz
+"
+S="${WORKDIR}/${MY_PN}-v${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+DEPEND="
+ app-accessibility/at-spi2-core:2
+ app-crypt/libsecret[introspection(+),vala(+)]
+ dev-libs/feedbackd[introspection(+),vala(+)]
+ dev-libs/folks:=
+ dev-libs/glib:2
+ dev-libs/gobject-introspection
+ dev-libs/gom[introspection(+)]
+ dev-libs/libgee:0.8=[introspection(+)]
+ dev-libs/libpeas
+ dev-libs/libxml2
+ gnome-extra/evolution-data-server:=[vala(+)]
+ >=gui-libs/libhandy-1.0.0:1[introspection(+),vala(+)]
+ media-libs/gstreamer:1.0[introspection(+)]
+ media-libs/harfbuzz:=
+ >=media-sound/callaudiod-0.0.5
+ net-libs/libsoup:2.4
+ net-libs/sofia-sip
+ >=net-misc/modemmanager-1.12.0:=[introspection(+)]
+ x11-libs/cairo
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3
+ x11-libs/pango
+"
+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
+}
next reply other threads:[~2022-10-24 11:32 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-24 11:32 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-13 8:45 [gentoo-commits] repo/proj/guru:dev commit in: net-voip/gnome-calls/ Anna Vyalkova
2024-11-10 23:08 Anna Vyalkova
2024-10-07 0:31 Anna Vyalkova
2024-06-30 4:41 Anna Vyalkova
2023-11-07 14:33 Anna Vyalkova
2023-10-30 23:56 Anna Vyalkova
2023-06-11 5:28 Anna Vyalkova
2023-04-28 4:32 Anna Vyalkova
2023-03-21 1:31 Anna Vyalkova
2023-01-13 10:46 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-06-19 18:50 Anna Vyalkova
2022-04-12 19:34 Ronny Gutbrod
2022-04-12 13:58 Gerben Jan Dijkman
2022-04-04 12:25 Gerben Jan Dijkman
2021-11-11 13:57 Gerben Jan Dijkman
2021-07-24 15:51 Andrew Ammerlaan
2021-07-24 5:21 Gerben Jan Dijkman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1666610693.055c2dc0320c0ac60562daf6e7f89202094e8fe6.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox