From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2F3013835A for ; Sun, 1 Nov 2020 20:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16527E080E; Sun, 1 Nov 2020 20:03:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2880E080E for ; Sun, 1 Nov 2020 20:03:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27DA033BE3E for ; Sun, 1 Nov 2020 20:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68AF0395 for ; Sun, 1 Nov 2020 20:03:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1604260996.e086ff1665ebeda400b3ad4b984092438a55fff6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/konversation/, net-irc/konversation/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/konversation/files/konversation-1.7.7-no-solid.patch net-irc/konversation/konversation-1.7.7-r1.ebuild X-VCS-Directories: net-irc/konversation/files/ net-irc/konversation/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e086ff1665ebeda400b3ad4b984092438a55fff6 X-VCS-Branch: master Date: Sun, 1 Nov 2020 20:03:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e59da5b2-2802-4e8f-91b5-b1a39b107643 X-Archives-Hash: 04cd71e9735e9f37e4e614cd507a9817 commit: e086ff1665ebeda400b3ad4b984092438a55fff6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 1 19:59:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 1 20:03:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e086ff16 net-irc/konversation: Drop another unused DEPEND Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../files/konversation-1.7.7-no-solid.patch | 38 ++++++++++ net-irc/konversation/konversation-1.7.7-r1.ebuild | 82 ++++++++++++++++++++++ 2 files changed, 120 insertions(+) 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 00000000000..53ea4a3d7a1 --- /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" +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 00000000000..c854ef903fe --- /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 +}