From: "Anton Molyboha" <anton.stay.connected@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/Quaternion/
Date: Mon, 18 Sep 2023 17:02:13 +0000 (UTC) [thread overview]
Message-ID: <1695056028.6934f50e8aa5b60f29e8dbcdd89ce7f94ca42b32.anton.stay.connected@gentoo> (raw)
commit: 6934f50e8aa5b60f29e8dbcdd89ce7f94ca42b32
Author: Anton Molyboha <anton.stay.connected <AT> gmail <DOT> com>
AuthorDate: Mon Sep 18 14:41:13 2023 +0000
Commit: Anton Molyboha <anton.stay.connected <AT> gmail <DOT> com>
CommitDate: Mon Sep 18 16:53:48 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6934f50e
net-im/Quaternion: add 0.0.96_beta4.
Signed-off-by: Anton Molyboha <anton.stay.connected <AT> gmail.com>
net-im/Quaternion/Manifest | 1 +
net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild | 47 ++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/net-im/Quaternion/Manifest b/net-im/Quaternion/Manifest
index c1b5a9abb8..f21083acb4 100644
--- a/net-im/Quaternion/Manifest
+++ b/net-im/Quaternion/Manifest
@@ -1 +1,2 @@
DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678
+DIST Quaternion-0.0.96_beta4.tar.gz 1644926 BLAKE2B b85c6a40751ea0cdd786d286e263ee914405ecb4bf92ab8a0f69d4d43533b5920d7e7db26c9e969c1b602d70f45869121dfc1d5a4f4f8b70275ecc7eb5c82a85 SHA512 43623cc7181f3727602818b1d16e30a66c2f52be2a7c4f7cb9d5e177dd0e18adb9dde4e626fbd68023654c7a3f13ff785d872588b3856f9136aa9af081d97070
diff --git a/net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild b/net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild
new file mode 100644
index 0000000000..e8c0cd2738
--- /dev/null
+++ b/net-im/Quaternion/Quaternion-0.0.96_beta4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="A Qt-based IM client for Matrix"
+HOMEPAGE="https://github.com/quotient-im/Quaternion https://matrix.org/ecosystem/clients/quaternion/"
+GITHUB_PV=${PV//_/-}
+SRC_URI="https://github.com/quotient-im/${PN}/archive/refs/tags/${GITHUB_PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+IUSE=""
+
+S="${WORKDIR}/${PN}-${GITHUB_PV}"
+
+RDEPEND="
+ >=dev-qt/qtcore-5.15.0:5
+ >=dev-qt/qtdeclarative-5.15.0:5[widgets(+)]
+ >=dev-qt/qtgui-5.15.0:5
+ >=dev-qt/qtnetwork-5.15.0:5
+ >=dev-qt/qtquickcontrols2-5.15.0:5[widgets(+)]
+ >=dev-qt/qtwidgets-5.15.0:5
+ >=net-libs/libquotient-0.8.0:=[qt5(+)]
+ dev-libs/qtkeychain:=[qt5]
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-qt/qtdbus-5.15.0
+ >=dev-qt/qtmultimedia-5.15.0:5
+"
+BDEPEND="
+ >=dev-qt/linguist-tools-5.15.0:5
+"
+
+DOCS=( {README,SECURITY}.md )
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_WITH_QT6=NO
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2023-09-18 17:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-18 17:02 Anton Molyboha [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-21 16:37 [gentoo-commits] repo/proj/guru:dev commit in: net-im/Quaternion/ demize
2025-01-05 21:56 Haelwenn Monnier
2025-01-05 8:57 Takuya Wakazono
2024-10-08 10:09 David Roman
2024-10-08 10:09 David Roman
2023-12-25 11:52 Anton Molyboha
2022-10-30 9:35 Anna Vyalkova
2021-09-16 1:07 Haelwenn Monnier
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=1695056028.6934f50e8aa5b60f29e8dbcdd89ce7f94ca42b32.anton.stay.connected@gentoo \
--to=anton.stay.connected@gmail.com \
--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