From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/kaidan/
Date: Sun, 16 Feb 2025 23:10:35 +0000 (UTC) [thread overview]
Message-ID: <1739747047.b3abf9c1a03beb594ef978ec642d1403a97532c2.asturm@gentoo> (raw)
commit: b3abf9c1a03beb594ef978ec642d1403a97532c2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:43:32 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 23:04:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3abf9c1
net-im/kaidan: new package, add 0.11.0
See also:
https://mail.kde.org/pipermail/distributions/2025-February/001564.html
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/kaidan/Manifest | 1 +
net-im/kaidan/kaidan-0.11.0.ebuild | 51 ++++++++++++++++++++++++++++++++++++++
net-im/kaidan/metadata.xml | 12 +++++++++
3 files changed, 64 insertions(+)
diff --git a/net-im/kaidan/Manifest b/net-im/kaidan/Manifest
new file mode 100644
index 000000000000..0adc3bf7c4a0
--- /dev/null
+++ b/net-im/kaidan/Manifest
@@ -0,0 +1 @@
+DIST kaidan-0.11.0.tar.xz 874168 BLAKE2B 3d919f1542bb81a694227071ab27b7fadcb04b9cd5fc507123e7f7563a0f2f3cd3f37797066edcda9d3c3807499c00baf1eb260ae3a1edf6bee196075fab2b7d SHA512 e85e47eb7b487092935e2870f672049a4fd11c2f4a9032f04d75227cd6a282237341d835d65064341f43619afd4207722975c092e38d1c538a26be77565ee7b0
diff --git a/net-im/kaidan/kaidan-0.11.0.ebuild b/net-im/kaidan/kaidan-0.11.0.ebuild
new file mode 100644
index 000000000000..0a69048e920f
--- /dev/null
+++ b/net-im/kaidan/kaidan-0.11.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KFMIN=6.9.0
+QTMIN=6.8.0
+inherit ecm kde.org xdg
+
+DESCRIPTION="Modern XMPP chat app for every device"
+HOMEPAGE="https://www.kaidan.im"
+
+if [[ ${KDE_BUILD_TYPE} == release ]]; then
+ SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="CC-BY-SA-4.0 GPL-3+ LGPL-2.1+ MIT"
+SLOT="0"
+
+RDEPEND="
+ dev-libs/icu:=
+ >=dev-libs/kirigami-addons-1.4.0:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,ssl,widgets,xml]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtlocation-${QTMIN}:6
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=dev-qt/qtpositioning-${QTMIN}:6[qml]
+ >=dev-qt/qtsvg-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/prison-${KFMIN}:6[qml]
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+ media-libs/kquickimageeditor:6
+ >=net-libs/qxmpp-1.9.0[omemo]
+"
+DEPEND="${RDEPEND}
+ >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTS=OFF # used in ifdefs around regular sources
+ -DUSE_KNOTIFICATIONS=ON
+ )
+ ecm_src_configure
+}
diff --git a/net-im/kaidan/metadata.xml b/net-im/kaidan/metadata.xml
new file mode 100644
index 000000000000..cbb71d473314
--- /dev/null
+++ b/net-im/kaidan/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=kaidan</bugs-to>
+ <remote-id type="kde-invent">network/kaidan</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2025-02-16 23:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-16 23:10 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-31 20:34 [gentoo-commits] repo/gentoo:master commit in: net-im/kaidan/ Andreas Sturmlechner
2025-03-31 20:34 Andreas Sturmlechner
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=1739747047.b3abf9c1a03beb594ef978ec642d1403a97532c2.asturm@gentoo \
--to=asturm@gentoo.org \
--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