mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-im/kaidan: treeclean
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
DIST kaidan-0.9.1.tar.xz 692464 BLAKE2B e99906afb03a27404ca456abda6d4b61e9b8010544f6ec267c8891d747386ecbe42c0642b48c7029fdee4923039292e224e0e3f09b23c8905ffe25681c4639f4 SHA512 256daeb94f4275377e1ef0919eb43660dd76064c414f1ac5570fac33632f853977997c52a504d5dace188f560feac93ea88ae1bb796e2bf6a96bafa4be387cbb
|
|
||||||
@@ -1,65 +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.15.0
|
|
||||||
inherit ecm
|
|
||||||
|
|
||||||
DESCRIPTION="User-friendly and modern chat app for every device"
|
|
||||||
HOMEPAGE="https://www.kaidan.im"
|
|
||||||
SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0 CC-BY-SA-4.0 GPL-3+ GPL-3-with-openssl-exception MIT"
|
|
||||||
SLOT="5"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="kde nls"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
>=dev-libs/kirigami-addons-0.7:5
|
|
||||||
>=dev-qt/qtconcurrent-${QTMIN}:5
|
|
||||||
>=dev-qt/qtdeclarative-${QTMIN}:5
|
|
||||||
>=dev-qt/qtgui-${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/qtwidgets-${QTMIN}:5
|
|
||||||
>=dev-qt/qtxml-${QTMIN}:5
|
|
||||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
|
||||||
>=kde-frameworks/kio-${KFMIN}:5
|
|
||||||
>=kde-frameworks/kirigami-${KFMIN}:5
|
|
||||||
>=kde-frameworks/kitemviews-${KFMIN}:5
|
|
||||||
>=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
|
|
||||||
media-libs/kquickimageeditor:5
|
|
||||||
media-libs/zxing-cpp:=
|
|
||||||
>=net-libs/qxmpp-1.5.0[omemo]
|
|
||||||
kde? ( >=kde-frameworks/knotifications-${KFMIN}:5 )
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DBUILD_TESTS=$(usex test)
|
|
||||||
-DUSE_KNOTIFICATIONS=$(usex kde)
|
|
||||||
|
|
||||||
# compile QML at build time
|
|
||||||
-DQUICK_COMPILER=ON
|
|
||||||
)
|
|
||||||
ecm_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_test() {
|
|
||||||
local myctestargs=(
|
|
||||||
# needs network
|
|
||||||
-E PublicGroupChatTest
|
|
||||||
)
|
|
||||||
ecm_src_test
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<upstream>
|
|
||||||
<remote-id type="github">KDE/kaidan</remote-id>
|
|
||||||
<changelog>https://invent.kde.org/network/kaidan/-/raw/master/NEWS</changelog>
|
|
||||||
<bugs-to>https://invent.kde.org/network/kaidan/issues</bugs-to>
|
|
||||||
</upstream>
|
|
||||||
<!-- maintainer-needed -->
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -129,13 +129,6 @@ app-misc/tai
|
|||||||
app-admin/customrescuecd-x86
|
app-admin/customrescuecd-x86
|
||||||
sys-boot/customrescuecd-x86-grub
|
sys-boot/customrescuecd-x86-grub
|
||||||
|
|
||||||
# Takuya Wakazono <pastalian46@gmail.com> (2024-09-21)
|
|
||||||
# Depends on media-libs/kquickimageeditor:5, which has been dropped
|
|
||||||
# from ::gentoo. Upstream has an open issue for Qt6, but it won't be
|
|
||||||
# ported anytime soon.
|
|
||||||
# Removal on 2024-10-21.
|
|
||||||
net-im/kaidan
|
|
||||||
|
|
||||||
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
# Julien Roy <julien@jroy.ca> (2024-03-21)
|
||||||
# sys-libs/libucontext is masked in ::gentoo
|
# sys-libs/libucontext is masked in ::gentoo
|
||||||
sys-libs/gcompat
|
sys-libs/gcompat
|
||||||
|
|||||||
@@ -5,6 +5,5 @@ slotmove games-action/minecraft-launcher 2 0
|
|||||||
slotmove games-action/minecraft-launcher 1 legacy
|
slotmove games-action/minecraft-launcher 1 legacy
|
||||||
move net-im/catgirl net-irc/catgirl
|
move net-im/catgirl net-irc/catgirl
|
||||||
move net-im/srain net-irc/srain
|
move net-im/srain net-irc/srain
|
||||||
move kde-apps/kaidan net-im/kaidan
|
|
||||||
move dev-python/geographiclib sci-geosciences/GeographicLib
|
move dev-python/geographiclib sci-geosciences/GeographicLib
|
||||||
move x11-terms/terminus-bin x11-terms/tabby-bin
|
move x11-terms/terminus-bin x11-terms/tabby-bin
|
||||||
|
|||||||
Reference in New Issue
Block a user