diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-06 01:08:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-06 02:20:19 +0100 |
commit | dc2951a99c25933b5db24049df445d81d66c925a (patch) | |
tree | 46dc2af1b1130f38a113972f2c6dc639e947bd81 /net-im | |
parent | kde-frameworks/networkmanager-qt: drop 5.116.0 (diff) | |
download | gentoo-dc2951a99c25933b5db24049df445d81d66c925a.tar.gz gentoo-dc2951a99c25933b5db24049df445d81d66c925a.tar.bz2 gentoo-dc2951a99c25933b5db24049df445d81d66c925a.zip |
net-im/choqok: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/choqok/Manifest | 2 | ||||
-rw-r--r-- | net-im/choqok/choqok-1.7.0-r1.ebuild | 75 | ||||
-rw-r--r-- | net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch | 43 | ||||
-rw-r--r-- | net-im/choqok/metadata.xml | 16 |
4 files changed, 0 insertions, 136 deletions
diff --git a/net-im/choqok/Manifest b/net-im/choqok/Manifest deleted file mode 100644 index 0b4997cb0391..000000000000 --- a/net-im/choqok/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST choqok-1.7.0-patchset-1.tar.xz 3260 BLAKE2B 48612da4e92c9ed4a877858940f73075df4142d68da3854c42892bcfb13a59ab5dd45b06597c404badfb55ebaeddf7485bc0970e65ae29898a742742353d6caa SHA512 78e31f4d8de9d5294c8439959d8966b5b966bf6bc8f26d1b9cb1ffd12bf182d167269b26deb2dfa7d7dd8cf09bcaa0c77a560418075105f40a74fa50c96d48d0 -DIST choqok-1.7.0.tar.xz 1202092 BLAKE2B 62e0c561579c36198f645bb550822d9bec583d8337b37e3336e4352199800b1807b80931f8c7c8141f74dfb91ade9f89b371723a8a3ea3e7bde97854634b82b2 SHA512 6f5998078e555f7b4a40270ad0a4defa2d15bb8440b810320fc4cfc38d78cb34bb9b2f6a38eb33eb3217b51a78a7fbc7f79224cd0ddb0fcbf8c9035d8e600e96 diff --git a/net-im/choqok/choqok-1.7.0-r1.ebuild b/net-im/choqok/choqok-1.7.0-r1.ebuild deleted file mode 100644 index 907f34b30bfc..000000000000 --- a/net-im/choqok/choqok-1.7.0-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.82.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Free/Open Source micro-blogging client by KDE" -HOMEPAGE="https://choqok.kde.org/ https://apps.kde.org/choqok/" - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - SRC_URI="mirror://kde/stable/${PN}/${PV%.0}/src/${P}.tar.xz - https://dev.gentoo.org/~asturm/distfiles/${P}-patchset-1.tar.xz" - KEYWORDS="amd64 x86" -fi - -LICENSE="GPL-2+" -SLOT="5" -IUSE="attica share telepathy" - -DEPEND=" - >=app-crypt/qca-2.3.0:2[qt5(+)] - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetworkauth-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=dev-qt/qtxml-${QTMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kemoticons-${KFMIN}:5 - >=kde-frameworks/kglobalaccel-${KFMIN}:5 - >=kde-frameworks/kguiaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kjobwidgets-${KFMIN}:5 - >=kde-frameworks/knotifications-${KFMIN}:5 - >=kde-frameworks/knotifyconfig-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 - >=kde-frameworks/sonnet-${KFMIN}:5 - attica? ( >=kde-frameworks/attica-${KFMIN}:5 ) - share? ( >=kde-frameworks/purpose-${KFMIN}:5 ) - telepathy? ( >=net-libs/telepathy-qt-0.9.8 ) -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS README changelog ) - -PATCHES=( - "${WORKDIR}/${P}-optional-purpose.patch" # bug 708464, upstream MR #11 - "${WORKDIR}/${P}-fix-retrieve-twitter.patch" # KDE-bug 417193 - "${WORKDIR}/${P}-choqokplugin.patch" - "${WORKDIR}/${P}-fix-layout-of-tweets.patch" # KDE-bug 424938 - "${WORKDIR}/${P}-fix-partially-static-signatures.patch" # KDE-bug 417297 - "${FILESDIR}/${P}-fix-KCModule-warning.patch" # bug 871546, git master -) - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package attica KF5Attica) - -DCMAKE_DISABLE_FIND_PACKAGE_KF5WebKit=ON - $(cmake_use_find_package share KF5Purpose) - $(cmake_use_find_package telepathy TelepathyQt5) - ) - - ecm_src_configure -} diff --git a/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch b/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch deleted file mode 100644 index 26721514ca04..000000000000 --- a/net-im/choqok/files/choqok-1.7.0-fix-KCModule-warning.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 9c488d8f776b5e7462e8e57dc2b15db5fe28815a Mon Sep 17 00:00:00 2001 -From: Andrea Scarpino <scarpino@kde.org> -Date: Sat, 8 Feb 2020 16:06:18 +0100 -Subject: [PATCH] Fix warning about KCModule::changed - ---- - choqok/config/behavior/behaviorconfig.cpp | 4 ++-- - choqok/config/plugins/choqokpluginconfig.cpp | 3 +-- - 2 files changed, 3 insertions(+), 4 deletions(-) - -diff --git a/choqok/config/behavior/behaviorconfig.cpp b/choqok/config/behavior/behaviorconfig.cpp -index a25b0196..fb1d16b3 100644 ---- a/choqok/config/behavior/behaviorconfig.cpp -+++ b/choqok/config/behavior/behaviorconfig.cpp -@@ -95,9 +95,9 @@ BehaviorConfig::BehaviorConfig(QWidget *parent, const QVariantList &args) - d->mBehaviorTabCtl->addTab(d->proxyModule, proxyInfo.moduleName()); - - connect(d->mPrfsShorten, (void (BehaviorConfig_Shorten::*)(bool))&BehaviorConfig_Shorten::changed, -- this, (void (KCModule::*)())&KCModule::changed); -+ this, &BehaviorConfig::markAsChanged); - connect(d->proxyModule, (void (KCModuleProxy::*)(KCModuleProxy*))&KCModuleProxy::changed, -- this, (void (KCModule::*)())&KCModule::changed); -+ this, &BehaviorConfig::markAsChanged); - - load(); - -diff --git a/choqok/config/plugins/choqokpluginconfig.cpp b/choqok/config/plugins/choqokpluginconfig.cpp -index 1a5f4fc2..4f36d608 100644 ---- a/choqok/config/plugins/choqokpluginconfig.cpp -+++ b/choqok/config/plugins/choqokpluginconfig.cpp -@@ -46,8 +46,7 @@ ChoqokPluginConfig::ChoqokPluginConfig(QWidget *parent, const QVariantList &args - mainLayout->setMargin(0); - mainLayout->addWidget(m_pluginSelector); - -- connect(m_pluginSelector, &KPluginSelector::changed, this, -- (void (KCModule::*)())&KCModule::changed); -+ connect(m_pluginSelector, &KPluginSelector::changed, this, &ChoqokPluginConfig::markAsChanged); - connect(m_pluginSelector, &KPluginSelector::configCommitted, - this, &ChoqokPluginConfig::reparseConfiguration); - --- -GitLab - diff --git a/net-im/choqok/metadata.xml b/net-im/choqok/metadata.xml deleted file mode 100644 index 1b71d886242e..000000000000 --- a/net-im/choqok/metadata.xml +++ /dev/null @@ -1,16 +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="attica">Build Open Collaboration Services plugin using <pkg>kde-frameworks/attica</pkg></flag> - <flag name="share">Enable support for a share menu using <pkg>kde-frameworks/purpose</pkg></flag> - <flag name="telepathy">Enable support for the real-time communication framework telepathy</flag> - </use> -</pkgmetadata> |