mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
net-im/kaidan: drop 0.8.0-r1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST kaidan-0.8.0.tar.xz 532028 BLAKE2B 75607bec35606bb87b820277c9d94af02f110c4b56d78cb7e3261555f89eecaa823b9cdbfe53a7561f145d0d94eef3fbd6acb76b4d975746706aa796e565cd3f SHA512 2084693dd2ae0f1410e6df57f77f1c2c080e9b48c771e632b4cc9bf0351e435fd9d6937209f50d0f41a7235317fe42578cc8c983163f61e0d6c541d148a202bf
|
||||
DIST kaidan-0.9.1.tar.xz 692464 BLAKE2B e99906afb03a27404ca456abda6d4b61e9b8010544f6ec267c8891d747386ecbe42c0642b48c7029fdee4923039292e224e0e3f09b23c8905ffe25681c4639f4 SHA512 256daeb94f4275377e1ef0919eb43660dd76064c414f1ac5570fac33632f853977997c52a504d5dace188f560feac93ea88ae1bb796e2bf6a96bafa4be387cbb
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
From: Melvin Keskin <melvo@olomono.de>
|
||||
https://invent.kde.org/network/kaidan/-/merge_requests/784
|
||||
https://bugs.gentoo.org/817251
|
||||
|
||||
--- a/src/Notifications.cpp
|
||||
+++ b/src/Notifications.cpp
|
||||
@@ -82,7 +82,7 @@ void Notifications::sendMessageNotification(const QString &accountJid, const QSt
|
||||
notification->sendEvent();
|
||||
}
|
||||
#else
|
||||
-void Notifications::sendMessageNotification(const QString&, const QString&, const QString&)
|
||||
+void Notifications::sendMessageNotification(const QString&, const QString&, const QString&, const QString&)
|
||||
{
|
||||
}
|
||||
#endif // HAVE_KNOTIFICATIONS
|
||||
@@ -1,56 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
KFMIN=5.67.0
|
||||
QTMIN=5.14.0
|
||||
inherit ecm
|
||||
|
||||
DESCRIPTION="A simple, user-friendly Jabber/XMPP client for every device!"
|
||||
HOMEPAGE="https://www.kaidan.im"
|
||||
SRC_URI="mirror://kde/unstable/${PN}/${PV}/${P}.tar.xz"
|
||||
|
||||
LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
|
||||
SLOT="5"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="kde nls"
|
||||
|
||||
BDEPEND="
|
||||
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
|
||||
"
|
||||
DEPEND="
|
||||
>=dev-qt/qtconcurrent-${QTMIN}:5
|
||||
>=dev-qt/qtdeclarative-${QTMIN}:5
|
||||
>=dev-qt/qtlocation-${QTMIN}:5
|
||||
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5[ssl]
|
||||
>=dev-qt/qtpositioning-${QTMIN}:5[qml]
|
||||
>=dev-qt/qtquickcontrols-${QTMIN}:5
|
||||
>=dev-qt/qtquickcontrols2-${QTMIN}:5
|
||||
>=dev-qt/qtsvg-${QTMIN}:5
|
||||
>=dev-qt/qtsql-${QTMIN}:5
|
||||
>=dev-qt/qtxml-${QTMIN}:5
|
||||
>=kde-frameworks/kirigami-${KFMIN}:5
|
||||
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
|
||||
>=media-libs/zxing-cpp-1.0.8:=
|
||||
<media-libs/zxing-cpp-2.0:=
|
||||
>=net-libs/qxmpp-1.3.0
|
||||
kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-no-knotifications.patch )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DI18N=$(usex nls)
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
-DUSE_KNOTIFICATIONS=$(usex kde)
|
||||
|
||||
# compile QML at build time
|
||||
-DQUICK_COMPILER=ON
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user