mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-irc/konversation: drop 24.02.0-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST konversation-23.08.5.tar.xz 4490296 BLAKE2B 027b53e5b59f6666818eb83c4ec8bbbafa6ebc4b02c512eb032090f535de166456a93c5f1f4d93a583d11bbf33f8defe165941527c35891a7b40109a99e27552 SHA512 4de29fa128934dcf2a41f6f06bb0d1a6dc0080ca572f1ce9d30c41d16ce36c285fe390f5fc8d06cbf0b0fd307f36c75068954aeb1847482f106d33c0801ba0ef
|
||||
DIST konversation-24.02.0.tar.xz 4424868 BLAKE2B b65fc248196a5280a1c220c4514b7f25b3c4043dd0f54b684d9032c68d1e59acc99e28042ae310908b71c7ef0c3536c3df2a21ebf347a161e8b148f4b9480a9d SHA512 77adf6e095ccd5ebce6f97c114d826ae527c920ecf75df0a1c4d2a0cc8a305919dc8ee7b309cff53a1e4b3844a04652427f85837142a58ee01e86c0c27f94649
|
||||
DIST konversation-24.02.1.tar.xz 4425900 BLAKE2B 077da62d86d2e50f2923ec59ff07ab7e0b5f33ec17ae05bbf69064072b9542e88d70f61d184b91aa41456407e4a840243f7dfbaec41230a49eb705e927c217d3 SHA512 cb8f52289329e604bb653700bc59948e6ba75d2485288d761bdc1162a8e48491d02e1af1ae8fccdd5f1faa66539aff47b2314df17639d9342ee83ecb3b2462ec
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
From 1d554cb2c29e57bfd58b9aed7643dcb60fbf8659 Mon Sep 17 00:00:00 2001
|
||||
From: Eli MacKenzie <argonel@gmail.com>
|
||||
Date: Sun, 3 Mar 2024 17:33:42 -0500
|
||||
Subject: [PATCH] Delay tray setup until mainwindow state restored
|
||||
|
||||
Otherwise the the KSNI appears to lose track of the main window.
|
||||
|
||||
BUG: 482316
|
||||
---
|
||||
src/mainwindow.cpp | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
|
||||
index c1a029b5a..6faf7d90c 100644
|
||||
--- a/src/mainwindow.cpp
|
||||
+++ b/src/mainwindow.cpp
|
||||
@@ -571,13 +571,13 @@ MainWindow::MainWindow() : KXmlGuiWindow(nullptr)
|
||||
new KonviBookmarkHandler(menu, this);
|
||||
actionCollection()->addAction(QStringLiteral("bookmarks") , action);
|
||||
|
||||
- // decide whether to show the tray icon or not
|
||||
- updateTrayIcon();
|
||||
-
|
||||
createGUI();
|
||||
|
||||
setAutoSaveSettings();
|
||||
|
||||
+ // decide whether to show the tray icon or not
|
||||
+ updateTrayIcon();
|
||||
+
|
||||
// Apply menubar show/hide pref
|
||||
m_showMenuBarAction->setChecked(Preferences::self()->showMenuBar());
|
||||
toggleMenubar(true);
|
||||
--
|
||||
GitLab
|
||||
|
||||
@@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_HANDBOOK="forceoptional"
|
||||
KFMIN=6.0
|
||||
QTMIN=6.6.2
|
||||
inherit ecm gear.kde.org
|
||||
|
||||
DESCRIPTION="User friendly IRC Client"
|
||||
HOMEPAGE="https://konversation.kde.org https://apps.kde.org/konversation/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="6"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="+crypt"
|
||||
|
||||
DEPEND="
|
||||
>=dev-qt/qt5compat-${QTMIN}:6
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets,xml]
|
||||
>=dev-qt/qtmultimedia-${QTMIN}:6
|
||||
>=dev-qt/qttools-${QTMIN}:6[qdbus]
|
||||
>=kde-frameworks/karchive-${KFMIN}:6
|
||||
>=kde-frameworks/kbookmarks-${KFMIN}:6
|
||||
>=kde-frameworks/kcodecs-${KFMIN}:6
|
||||
>=kde-frameworks/kcolorscheme-${KFMIN}:6
|
||||
>=kde-frameworks/kcompletion-${KFMIN}:6
|
||||
>=kde-frameworks/kconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kconfigwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kcoreaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kcrash-${KFMIN}:6
|
||||
>=kde-frameworks/kdbusaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kglobalaccel-${KFMIN}:6
|
||||
>=kde-frameworks/ki18n-${KFMIN}:6
|
||||
>=kde-frameworks/kidletime-${KFMIN}:6
|
||||
>=kde-frameworks/kio-${KFMIN}:6
|
||||
>=kde-frameworks/kitemviews-${KFMIN}:6
|
||||
>=kde-frameworks/knewstuff-${KFMIN}:6
|
||||
>=kde-frameworks/knotifications-${KFMIN}:6
|
||||
>=kde-frameworks/knotifyconfig-${KFMIN}:6
|
||||
>=kde-frameworks/kparts-${KFMIN}:6
|
||||
>=kde-frameworks/kservice-${KFMIN}:6
|
||||
>=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
|
||||
>=kde-frameworks/ktextwidgets-${KFMIN}:6
|
||||
>=kde-frameworks/kwallet-${KFMIN}:6
|
||||
>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
|
||||
>=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
|
||||
>=kde-frameworks/kxmlgui-${KFMIN}:6
|
||||
crypt? ( >=app-crypt/qca-2.3.7:2[qt6] )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-qt/qtsvg-${QTMIN}:6
|
||||
crypt? ( >=app-crypt/qca-2.3.7:2[qt6,ssl] )
|
||||
"
|
||||
BDEPEND="sys-devel/gettext"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-delay-tray-setup.patch" )
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package crypt Qca-qt6)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
ecm_src_install
|
||||
|
||||
# Bug 616162
|
||||
insinto /etc/xdg
|
||||
doins "${FILESDIR}"/konversationrc
|
||||
}
|
||||
Reference in New Issue
Block a user