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 D430913835C for ; Sun, 1 Nov 2020 23:12:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23130E0877; Sun, 1 Nov 2020 23:12:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 F193CE0877 for ; Sun, 1 Nov 2020 23:12:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D45B433BDC9 for ; Sun, 1 Nov 2020 23:11:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38CF242C for ; Sun, 1 Nov 2020 23:11:57 +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: <1604244948.a057a3f7cc4a21467fc69051dff572220831c535.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-irc/konversation/, net-irc/konversation/files/ X-VCS-Repository: proj/kde X-VCS-Files: net-irc/konversation/files/konversation-1.7.5-unused-kemoticons.patch net-irc/konversation/files/konversation-1.7.6-no-kiconthemes.patch net-irc/konversation/konversation-1.7.9999.ebuild X-VCS-Directories: net-irc/konversation/files/ net-irc/konversation/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a057a3f7cc4a21467fc69051dff572220831c535 X-VCS-Branch: master Date: Sun, 1 Nov 2020 23:11:57 +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: 621b4d82-860c-407d-aee1-56414aafac52 X-Archives-Hash: 5a6c2553eceb2b817f9f2fcfd8c83212 commit: a057a3f7cc4a21467fc69051dff572220831c535 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 1 11:16:30 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 1 15:35:48 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a057a3f7 net-irc/konversation: Drop 1.7 stable branch Future releases are part of KDE Release Service. Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../konversation-1.7.5-unused-kemoticons.patch | 112 ------- .../files/konversation-1.7.6-no-kiconthemes.patch | 347 --------------------- net-irc/konversation/konversation-1.7.9999.ebuild | 82 ----- 3 files changed, 541 deletions(-) diff --git a/net-irc/konversation/files/konversation-1.7.5-unused-kemoticons.patch b/net-irc/konversation/files/konversation-1.7.5-unused-kemoticons.patch deleted file mode 100644 index d856a17215..0000000000 --- a/net-irc/konversation/files/konversation-1.7.5-unused-kemoticons.patch +++ /dev/null @@ -1,112 +0,0 @@ -From 271da4bd1e584026fc24d93474ca6cf9e50fa6d7 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Mon, 16 Sep 2019 18:18:49 +0100 -Subject: Drop effectively unused kemoticons support - -Summary: -Konversation only supported emoticons if config value EnableEmotIcons -was true. This by default was false and there is no UI for configuring -this, making it effectively unused. - -This appears to be deliberate from the code comments. - -This helps clear up some KEmoticon library usage for future KF6 -transitioning. - -UTF-8 emoticons work correctly. - -Test Plan: Compiles - -Differential Revision: https://phabricator.kde.org/D24000 ---- - src/CMakeLists.txt | 2 -- - src/config/konversation.kcfg | 8 -------- - src/viewer/ircview.cpp | 3 --- - 3 files changed, 13 deletions(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index c2077b3..89616a6 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -138,7 +138,6 @@ set(viewer_SRCS - viewer/topiclabel.cpp - viewer/awaylabel.cpp - viewer/editnotifydialog.cpp -- viewer/emoticons.cpp - viewer/images.cpp - viewer/quickbutton.cpp - viewer/searchbar.cpp -@@ -224,7 +223,6 @@ target_link_libraries(konversation - KF5::Bookmarks - KF5::ConfigWidgets - KF5::Crash -- KF5::Emoticons - KF5::I18n - KF5::IdleTime - KF5::NotifyConfig -diff --git a/src/config/konversation.kcfg b/src/config/konversation.kcfg -index 1d59eaf..3f0b7a6 100644 ---- a/src/config/konversation.kcfg -+++ b/src/config/konversation.kcfg -@@ -844,14 +844,6 @@ - - - -- -- false -- -- -- -- Default -- -- - - - -diff --git a/src/viewer/ircview.cpp b/src/viewer/ircview.cpp -index c129f61..15f78ca 100644 ---- a/src/viewer/ircview.cpp -+++ b/src/viewer/ircview.cpp -@@ -20,7 +20,6 @@ - #include "application.h" - #include "highlight.h" - #include "sound.h" --#include "emoticons.h" - #include "notificationhandler.h" - - #include -@@ -1214,8 +1213,6 @@ QString IRCView::filter(const QString& line, const QString& defaultColor, const - QLatin1String("\">") + filteredLine + QLatin1String(""); - } - -- filteredLine = Konversation::Emoticons::parseEmoticons(filteredLine); -- - return filteredLine; - } - --- -cgit v1.1 - -From f1e6ec37b9a9ead194606795ed23a1ec70a784cc Mon Sep 17 00:00:00 2001 -From: Peter Simonsson -Date: Tue, 7 Apr 2020 16:37:53 +0200 -Subject: Remove KEmoticons from dependencies as it's not used - ---- - CMakeLists.txt | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 5315dbd..19facd8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -24,7 +24,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED - CoreAddons - Crash - DocTools -- Emoticons - I18n - IdleTime - NotifyConfig --- -cgit v1.1 diff --git a/net-irc/konversation/files/konversation-1.7.6-no-kiconthemes.patch b/net-irc/konversation/files/konversation-1.7.6-no-kiconthemes.patch deleted file mode 100644 index f631a94934..0000000000 --- a/net-irc/konversation/files/konversation-1.7.6-no-kiconthemes.patch +++ /dev/null @@ -1,347 +0,0 @@ -From 2104a776203d32b49512b303506f94085e0e4d89 Mon Sep 17 00:00:00 2001 -From: Nicolas Fella -Date: Sat, 19 Sep 2020 22:50:48 +0200 -Subject: [PATCH] Port away from KIconthemes - -Use appropriate QIcon/QStyle API instead - -Incorporates: - -commit 5cd6c690e005a040e5fd3ccfca7ae23593c6dfe6 -Author: Nicolas Fella -Date: Sat Sep 19 22:50:48 2020 +0200 -Subject: Remove unneeded system tray icon update - - The system tray icon is specified by name. - We don't need to do anything when the theme changes. - -commit d1bce09605c255f7b96fa677ece363b3053d085e -Author: Peter Simonsson -Date: Tue Oct 22 21:35:25 2019 +0200 -Subject: Don't use deprecated SmallIcon - ---- - CMakeLists.txt | 1 - - src/CMakeLists.txt | 1 - - src/dcc/recipientdialog.cpp | 5 ++--- - src/dcc/transferlistmodel.cpp | 25 ++++--------------------- - src/dcc/transferlistmodel.h | 3 +-- - src/irc/channel.cpp | 4 ++-- - src/irc/nicksonline.cpp | 1 - - src/irc/query.cpp | 4 ++-- - src/mainwindow.cpp | 2 -- - src/statusbar.cpp | 4 ++-- - src/viewer/ircview.cpp | 5 ++--- - src/viewer/ircviewbox.cpp | 1 - - src/viewer/topiclabel.cpp | 6 ++---- - src/viewer/viewcontainer.cpp | 4 +--- - 14 files changed, 18 insertions(+), 48 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index f0cd4b4f..3a1f5274 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -37,7 +37,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED - DBusAddons - Notifications - WindowSystem -- IconThemes - ItemViews - ) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 04f28971..36de36b0 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -238,7 +238,6 @@ target_link_libraries(konversation - KF5::CoreAddons - KF5::Notifications - KF5::WindowSystem -- KF5::IconThemes - KF5::ItemViews - Phonon::phonon4qt5) - -diff --git a/src/dcc/recipientdialog.cpp b/src/dcc/recipientdialog.cpp -index 3e6eeae7..e81e91ea 100644 ---- a/src/dcc/recipientdialog.cpp -+++ b/src/dcc/recipientdialog.cpp -@@ -28,7 +28,6 @@ - #include - #include - #include --#include - - namespace Konversation - { -@@ -64,12 +63,12 @@ namespace Konversation - dialogLayout->addWidget(buttonBox); - QPushButton* button = buttonBox->addButton(QDialogButtonBox::Ok); - button->setToolTip(i18n("Select nickname and close the window")); -- button->setIcon(SmallIcon("dialog-ok")); -+ button->setIcon(QIcon::fromTheme("dialog-ok")); - button->setShortcut(Qt::CTRL | Qt::Key_Return); - button->setDefault(true); - button = buttonBox->addButton(QDialogButtonBox::Cancel); - button->setToolTip(i18n("Close the window without changes")); -- button->setIcon(SmallIcon("dialog-cancel")); -+ button->setIcon(QIcon::fromTheme("dialog-cancel")); - - KWindowConfig::restoreWindowSize(windowHandle(), KConfigGroup(KSharedConfig::openConfig(), "DCCRecipientDialog")); - -diff --git a/src/dcc/transferlistmodel.cpp b/src/dcc/transferlistmodel.cpp -index cc1763f9..2a7e3b15 100644 ---- a/src/dcc/transferlistmodel.cpp -+++ b/src/dcc/transferlistmodel.cpp -@@ -21,7 +21,6 @@ - #include - #include - #include --#include - - namespace Konversation - { -@@ -313,15 +312,11 @@ namespace Konversation - { - case TransferHeaderData::Status: - { -- QVariant decoration(QVariant::Pixmap); -- decoration.setValue(getStatusIcon(transfer->getStatus())); -- return decoration; -+ return getStatusIcon(transfer->getStatus()); - } - case TransferHeaderData::TypeIcon: - { -- QVariant decoration(QVariant::Pixmap); -- decoration.setValue(getTypeIcon(transfer->getType())); -- return decoration; -+ return transfer->getType() == Transfer::Send ? QIcon::fromTheme("arrow-up") : QIcon::fromTheme("arrow-down"); - } - default: - return QVariant(); -@@ -384,19 +379,7 @@ namespace Konversation - } - } - -- QPixmap TransferListModel::getTypeIcon(Transfer::Type type) const -- { -- if (type == Transfer::Send) -- { -- return KIconLoader::global()->loadIcon("arrow-up", KIconLoader::Small); -- } -- else -- { -- return KIconLoader::global()->loadIcon("arrow-down", KIconLoader::Small); -- } -- } -- -- QPixmap TransferListModel::getStatusIcon(Transfer::Status status) const -+ QIcon TransferListModel::getStatusIcon(Transfer::Status status) const - { - QString icon; - switch (status) -@@ -422,7 +405,7 @@ namespace Konversation - default: - break; - } -- return KIconLoader::global()->loadIcon(icon, KIconLoader::Small); -+ return QIcon::fromTheme(icon); - } - - QString TransferListModel::getSpeedPrettyText (transferspeed_t speed) -diff --git a/src/dcc/transferlistmodel.h b/src/dcc/transferlistmodel.h -index 3a8a945c..b8bc0d25 100644 ---- a/src/dcc/transferlistmodel.h -+++ b/src/dcc/transferlistmodel.h -@@ -164,8 +164,7 @@ namespace Konversation - inline QString getPositionPrettyText(KIO::fileoffset_t position, - KIO::filesize_t filesize) const; - inline QString getSenderAddressPrettyText(Transfer *transfer) const; -- inline QPixmap getStatusIcon(Transfer::Status status) const; -- inline QPixmap getTypeIcon(Transfer::Type type) const; -+ inline QIcon getStatusIcon(Transfer::Status status) const; - inline QString getStatusDescription(Transfer::Status status, Transfer::Type type, const QString& errorMessage = QString()) const; - - QList m_transferList; -diff --git a/src/irc/channel.cpp b/src/irc/channel.cpp -index 6488a0c1..595d0adc 100644 ---- a/src/irc/channel.cpp -+++ b/src/irc/channel.cpp -@@ -38,7 +38,6 @@ - #include - #include - #include --#include - #include - - #define DELAYED_SORT_TRIGGER 10 -@@ -237,7 +236,8 @@ Channel::Channel(QWidget* parent, const QString& _name) : ChatWindow(parent) - awayLabel->hide(); - cipherLabel = new QLabel(commandLineBox); - cipherLabel->hide(); -- cipherLabel->setPixmap(KIconLoader::global()->loadIcon(QStringLiteral("document-encrypt"), KIconLoader::Toolbar)); -+ const int toolBarIconSize = cipherLabel->style()->pixelMetric(QStyle::PixelMetric::PM_ToolBarIconSize); -+ cipherLabel->setPixmap(QIcon::fromTheme(QStringLiteral("document-encrypt")).pixmap(toolBarIconSize)); - m_inputBar = new IRCInput(commandLineBox); - - commandLineLayout->addWidget(nicknameCombobox); -diff --git a/src/irc/nicksonline.cpp b/src/irc/nicksonline.cpp -index e23deab4..bb4cf00e 100644 ---- a/src/irc/nicksonline.cpp -+++ b/src/irc/nicksonline.cpp -@@ -31,7 +31,6 @@ - #include - #include - --#include - #include - - -diff --git a/src/irc/query.cpp b/src/irc/query.cpp -index 8c1845e6..56310642 100644 ---- a/src/irc/query.cpp -+++ b/src/irc/query.cpp -@@ -25,7 +25,6 @@ - - #include - --#include - #include - #include - -@@ -75,7 +74,8 @@ Query::Query(QWidget* parent, const QString& _name) : ChatWindow(parent) - blowfishLabel = new QLabel(inputBox); - inputBoxLayout->addWidget(blowfishLabel); - blowfishLabel->hide(); -- blowfishLabel->setPixmap(KIconLoader::global()->loadIcon(QStringLiteral("document-encrypt"), KIconLoader::Toolbar)); -+ const int toolBarIconSize = blowfishLabel->style()->pixelMetric(QStyle::PixelMetric::PM_ToolBarIconSize); -+ blowfishLabel->setPixmap(QIcon::fromTheme(QStringLiteral("document-encrypt")).pixmap(toolBarIconSize)); - m_inputBar=new IRCInput(inputBox); - inputBoxLayout->addWidget(m_inputBar); - -diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp -index 40423d29..a876de30 100644 ---- a/src/mainwindow.cpp -+++ b/src/mainwindow.cpp -@@ -49,7 +49,6 @@ - #include - #include - #include --#include - - MainWindow::MainWindow() : KXmlGuiWindow(0) - { -@@ -743,7 +742,6 @@ void MainWindow::updateTrayIcon() - // set up system tray - m_trayIcon = new Konversation::TrayIcon(this); - connect(this, SIGNAL(endNotification()), m_trayIcon, SLOT(endNotification())); -- connect(KIconLoader::global(), SIGNAL(iconChanged(int)), m_trayIcon, SLOT(updateAppearance())); - QMenu *trayMenu = qobject_cast(m_trayIcon->contextMenu()); - trayMenu->addAction(actionCollection()->action(QLatin1String(KStandardAction::name(KStandardAction::Preferences)))); - trayMenu->addAction(actionCollection()->action(QLatin1String(KStandardAction::name(KStandardAction::ConfigureNotifications)))); -diff --git a/src/statusbar.cpp b/src/statusbar.cpp -index 07a22fc6..e0efb02f 100644 ---- a/src/statusbar.cpp -+++ b/src/statusbar.cpp -@@ -19,7 +19,6 @@ - #include - #include - #include --#include - - namespace Konversation - { -@@ -52,7 +51,8 @@ namespace Konversation - - m_sslLabel = new SSLLabel(m_window->statusBar()); - m_sslLabel->setObjectName(QStringLiteral("sslLabel")); -- m_sslLabel->setPixmap(SmallIcon(QStringLiteral("security-high"))); -+ const int smallIconSize = m_sslLabel->style()->pixelMetric(QStyle::PixelMetric::PM_SmallIconSize); -+ m_sslLabel->setPixmap(QIcon::fromTheme(QStringLiteral("security-high")).pixmap(smallIconSize)); - m_sslLabel->hide(); - m_sslLabel->setWhatsThis(i18n("All communication with the server is encrypted. This makes it harder for someone to listen in on your communications.")); - -diff --git a/src/viewer/ircview.cpp b/src/viewer/ircview.cpp -index 73f5305f..86bbc3ae 100644 ---- a/src/viewer/ircview.cpp -+++ b/src/viewer/ircview.cpp -@@ -30,9 +30,7 @@ - #include - #include - --#include - #include --#include - #include - #include - -@@ -2000,7 +1998,8 @@ void IRCView::mouseMoveEvent(QMouseEvent* ev) - - drag->setMimeData(mimeData); - -- QPixmap pixmap = KIO::pixmapForUrl(url, 0, KIconLoader::Desktop, KIconLoader::SizeMedium); -+ const QString iconName = KIO::iconNameForUrl(url); -+ const QPixmap pixmap = QIcon::fromTheme(iconName).pixmap(32); - drag->setPixmap(pixmap); - - drag->exec(); -diff --git a/src/viewer/ircviewbox.cpp b/src/viewer/ircviewbox.cpp -index 463c9fd3..6c10d976 100644 ---- a/src/viewer/ircviewbox.cpp -+++ b/src/viewer/ircviewbox.cpp -@@ -14,7 +14,6 @@ - #include "ircview.h" - #include "searchbar.h" - --#include - #include - #include - -diff --git a/src/viewer/topiclabel.cpp b/src/viewer/topiclabel.cpp -index 6a8b4331..c96edc6e 100644 ---- a/src/viewer/topiclabel.cpp -+++ b/src/viewer/topiclabel.cpp -@@ -20,9 +20,6 @@ - #include - #include - --#include --#include -- - namespace Konversation - { - TopicLabel::TopicLabel(QWidget *parent, const char *name) -@@ -181,7 +178,8 @@ namespace Konversation - - drag->setMimeData(mimeData); - -- QPixmap pixmap = KIO::pixmapForUrl(url, 0, KIconLoader::Desktop, KIconLoader::SizeMedium); -+ const QString iconName = KIO::iconNameForUrl(url); -+ const QPixmap pixmap = QIcon::fromTheme(iconName).pixmap(32); - drag->setPixmap(pixmap); - - drag->exec(); -diff --git a/src/viewer/viewcontainer.cpp b/src/viewer/viewcontainer.cpp -index 94d498ea..fd7be5bc 100644 ---- a/src/viewer/viewcontainer.cpp -+++ b/src/viewer/viewcontainer.cpp -@@ -52,8 +52,6 @@ - #include - #include - #include --#include -- - - using namespace Konversation; - -@@ -241,7 +239,7 @@ void ViewContainer::setupTabWidget() - m_vbox->hide(); - - QToolButton* closeBtn = new QToolButton(m_tabWidget); -- closeBtn->setIcon(SmallIcon("tab-close")); -+ closeBtn->setIcon(QIcon::fromTheme("tab-close")); - closeBtn->adjustSize(); - m_tabWidget->setCornerWidget(closeBtn, Qt::BottomRightCorner); - connect(closeBtn, SIGNAL(clicked()), this, SLOT(closeCurrentView())); --- -2.28.0 - diff --git a/net-irc/konversation/konversation-1.7.9999.ebuild b/net-irc/konversation/konversation-1.7.9999.ebuild deleted file mode 100644 index 9e21389177..0000000000 --- a/net-irc/konversation/konversation-1.7.9999.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_BRANCH="1.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 -) - -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 -}