* [gentoo-commits] proj/kde:master commit in: net-im/kaidan/
@ 2025-02-16 22:07 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-02-16 22:07 UTC (permalink / raw
To: gentoo-commits
commit: ca7cda7005ee06f1d9e1820d76f8d92370f119dc
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 21:58:12 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ca7cda70
net-im/kaidan: new package, add 9999
See also:
https://mail.kde.org/pipermail/distributions/2025-February/001564.html
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/kaidan/kaidan-9999.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++
net-im/kaidan/metadata.xml | 12 ++++++++++
2 files changed, 64 insertions(+)
diff --git a/net-im/kaidan/kaidan-9999.ebuild b/net-im/kaidan/kaidan-9999.ebuild
new file mode 100644
index 0000000000..aa4da476d1
--- /dev/null
+++ b/net-im/kaidan/kaidan-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+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}/${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 0000000000..cbb71d4733
--- /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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/kaidan/
@ 2025-03-21 21:16 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2025-03-21 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 0437538ff9f96faa0df1de3c24f24d9afd824716
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 21 20:52:43 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 21 21:16:03 2025 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0437538f
net-im/kaidan: Update dependencies
Upstream commits:
93abe07416ab6cde890f8400a795da7a5dc8f9dd
516f4ddc8a57e8980affabab7237064b70ecaf81
d00c997bcd31aca1dbb94883092082182b74404a
79e7ab34f264906ec23c7a725d03278b92770bc1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-im/kaidan/kaidan-9999.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-im/kaidan/kaidan-9999.ebuild b/net-im/kaidan/kaidan-9999.ebuild
index aa4da476d1..7ae95d15d2 100644
--- a/net-im/kaidan/kaidan-9999.ebuild
+++ b/net-im/kaidan/kaidan-9999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
ECM_TEST="true"
KFMIN=6.9.0
-QTMIN=6.8.0
+QTMIN=6.11.0
inherit ecm kde.org xdg
DESCRIPTION="Modern XMPP chat app for every device"
@@ -21,6 +21,7 @@ SLOT="0"
RDEPEND="
dev-libs/icu:=
+ dev-libs/kdsingleapplication
>=dev-libs/kirigami-addons-1.4.0:6
>=dev-qt/qtbase-${QTMIN}:6[gui,network,sql,ssl,widgets,xml]
>=dev-qt/qtdeclarative-${QTMIN}:6
@@ -33,10 +34,11 @@ RDEPEND="
>=kde-frameworks/kio-${KFMIN}:6
>=kde-frameworks/kirigami-${KFMIN}:6
>=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${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]
+ >=net-libs/qxmpp-1.10.3[omemo]
"
DEPEND="${RDEPEND}
>=dev-qt/qtbase-${QTMIN}:6[concurrent]
@@ -45,7 +47,6 @@ 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-21 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21 21:16 [gentoo-commits] proj/kde:master commit in: net-im/kaidan/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2025-02-16 22:07 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox