mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
kde-apps/ktp-accounts-kcm: Remove last-rited pkg
Bug: https://bugs.gentoo.org/926679 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST ktp-accounts-kcm-22.08.3.tar.xz 267048 BLAKE2B a5f9a0cb73ef3c498b5c9f4fc89d4305749b6ba82cbe06c8fc699c4678bc5fd2b6fbb8c97b0c4a4554760ba69b59ad5c302b418aa07247ee6d647899b7defdea SHA512 3ed5cac6a3d940d7bb0802f2266088e61d172385c0b1df81571b75233d1ec344a493aff5508919d2e22cdfcdcfc188c35e810402d0da02669e63b75111127132
|
||||
@@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-3)
|
||||
KFMIN=5.96.0
|
||||
QTMIN=5.15.5
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="KDE Telepathy account management kcm"
|
||||
HOMEPAGE="https://community.kde.org/KTp"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="5"
|
||||
KEYWORDS="amd64 arm64 ~x86"
|
||||
IUSE="experimental"
|
||||
|
||||
COMMON_DEPEND="
|
||||
>=dev-qt/qtdbus-${QTMIN}:5
|
||||
>=dev-qt/qtgui-${QTMIN}:5
|
||||
>=dev-qt/qtnetwork-${QTMIN}:5
|
||||
>=dev-qt/qtwidgets-${QTMIN}:5
|
||||
>=kde-apps/kaccounts-integration-${PVCUT}:5
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:5
|
||||
>=kde-frameworks/kconfig-${KFMIN}:5
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:5
|
||||
>=kde-frameworks/ki18n-${KFMIN}:5
|
||||
>=kde-frameworks/kiconthemes-${KFMIN}:5
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:5
|
||||
>=kde-frameworks/kservice-${KFMIN}:5
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
|
||||
net-libs/accounts-qt[qt5(+)]
|
||||
net-libs/signond[qt5(+)]
|
||||
>=net-libs/telepathy-qt-0.9.8
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=kde-frameworks/kcmutils-${KFMIN}:5
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
|
||||
>=kde-frameworks/kio-${KFMIN}:5
|
||||
net-libs/libaccounts-glib
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=kde-apps/kaccounts-providers-${PVCUT}:5
|
||||
net-im/telepathy-connection-managers
|
||||
"
|
||||
BDEPEND="dev-util/intltool"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_DISABLED_PROVIDERS=$(usex experimental)
|
||||
)
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if use experimental; then
|
||||
ewarn "Experimental providers are enabled."
|
||||
ewarn "Most of them aren't integrated nicely and may require additional steps for account creation."
|
||||
ewarn "Use at your own risk!"
|
||||
fi
|
||||
ecm_pkg_postinst
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
<?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/</bugs-to>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="experimental">Enables disabled telepathy services (currently only steam)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
@@ -113,7 +113,6 @@ kde-apps/konqueror
|
||||
kde-apps/konsolekalendar
|
||||
kde-apps/kontact
|
||||
kde-apps/korganizer
|
||||
kde-apps/ktp-accounts-kcm
|
||||
kde-apps/libksieve
|
||||
kde-apps/mailcommon
|
||||
kde-apps/messagelib
|
||||
|
||||
@@ -57,7 +57,6 @@ kde-apps/konqueror:5
|
||||
kde-apps/konsolekalendar:5
|
||||
kde-apps/kontact:5
|
||||
kde-apps/korganizer:5
|
||||
kde-apps/ktp-accounts-kcm:5
|
||||
kde-apps/libksieve:5
|
||||
kde-apps/mailcommon:5
|
||||
kde-apps/messagelib:5
|
||||
|
||||
@@ -347,7 +347,6 @@ net-voip/telepathy-salut
|
||||
# Dead upstream, as is the whole telepathy stack. Some parts depend on
|
||||
# dev-qt/qtwebengine:5.
|
||||
# Removal on 2024-05-06. Bug #926679
|
||||
kde-apps/ktp-accounts-kcm
|
||||
net-libs/telepathy-logger-qt
|
||||
|
||||
# Sam James <sam@gentoo.org> (2024-03-28)
|
||||
|
||||
Reference in New Issue
Block a user