diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-01 20:59:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-01 21:03:16 +0100 |
commit | e086ff1665ebeda400b3ad4b984092438a55fff6 (patch) | |
tree | 0e5973f2c097f8a80d95b2fa0c94182b54e7f267 /net-irc | |
parent | net-misc/dhcpcd: Removed old (diff) | |
download | gentoo-e086ff1665ebeda400b3ad4b984092438a55fff6.tar.gz gentoo-e086ff1665ebeda400b3ad4b984092438a55fff6.tar.bz2 gentoo-e086ff1665ebeda400b3ad4b984092438a55fff6.zip |
net-irc/konversation: Drop another unused DEPEND
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/konversation/files/konversation-1.7.7-no-solid.patch | 38 | ||||
-rw-r--r-- | net-irc/konversation/konversation-1.7.7-r1.ebuild | 82 |
2 files changed, 120 insertions, 0 deletions
diff --git a/net-irc/konversation/files/konversation-1.7.7-no-solid.patch b/net-irc/konversation/files/konversation-1.7.7-no-solid.patch new file mode 100644 index 000000000000..53ea4a3d7a1d --- /dev/null +++ b/net-irc/konversation/files/konversation-1.7.7-no-solid.patch @@ -0,0 +1,38 @@ +From 3d8a425ef426019c49abea20baa58461900c731d Mon Sep 17 00:00:00 2001 +From: "Friedrich W. H. Kossebau" <kossebau@kde.org> +Date: Thu, 29 Oct 2020 13:15:22 +0100 +Subject: [PATCH] Remove unused explicit dep on and linkage of Solid + +(still pulled in via public dep of KIOFileWidgets, but not used by us) +--- + CMakeLists.txt | 1 - + src/CMakeLists.txt | 1 - + 2 files changed, 2 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 72ec982d..bcd101e1 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -30,7 +30,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED + NotifyConfig + KIO + Parts +- Solid + Wallet + WidgetsAddons + GlobalAccel +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index 460325f1..680053e2 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -244,7 +244,6 @@ target_link_libraries(konversation + KF5::KIOFileWidgets + KF5::KIOWidgets + KF5::Parts +- KF5::Solid + KF5::Wallet + KF5::WidgetsAddons + KF5::GlobalAccel +-- +GitLab + diff --git a/net-irc/konversation/konversation-1.7.7-r1.ebuild b/net-irc/konversation/konversation-1.7.7-r1.ebuild new file mode 100644 index 000000000000..c854ef903fe2 --- /dev/null +++ b/net-irc/konversation/konversation-1.7.7-r1.ebuild @@ -0,0 +1,82 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_HANDBOOK="forceoptional" +KFMIN=5.74.0 +QTMIN=5.15.1 +inherit ecm kde.org + +DESCRIPTION="User friendly IRC Client" +HOMEPAGE="https://konversation.kde.org https://apps.kde.org/en/konversation" + +if [[ ${KDE_BUILD_TYPE} == release ]]; then + SRC_URI="mirror://kde/stable/${PN}/${PV/_/-}/src/${P/_/-}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +fi + +LICENSE="GPL-2" +SLOT="5" +IUSE="+crypt" + +BDEPEND="sys-devel/gettext" +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtnetwork-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-frameworks/karchive-${KFMIN}:5 + >=kde-frameworks/kbookmarks-${KFMIN}:5 + >=kde-frameworks/kcodecs-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/knotifyconfig-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwallet-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=kde-frameworks/kxmlgui-${KFMIN}:5 + >=media-libs/phonon-4.11.0 + crypt? ( >=app-crypt/qca-2.3.0:2 ) +" +RDEPEND="${DEPEND} + >=dev-qt/qtsvg-${QTMIN}:5 + crypt? ( >=app-crypt/qca-2.3.0:2[ssl] ) +" + +PATCHES=( + # git master + "${FILESDIR}"/${PN}-1.7.5-unused-kemoticons.patch + "${FILESDIR}"/${PN}-1.7.6-no-kiconthemes.patch + "${FILESDIR}"/${P}-no-solid.patch +) + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package crypt Qca-qt5) + ) + + ecm_src_configure +} + +src_install() { + ecm_src_install + + # Bug 616162 + insinto /etc/xdg + doins "${FILESDIR}"/konversationrc +} |