summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 15:12:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-11 18:01:48 +0200
commit6ff212aef9fbc2f2754d3330d1b659e2aaff0287 (patch)
tree04e98b0270f21a50135a1c059d734b1fbd3eea2e /kde-apps/yakuake
parentkde-apps/sweeper: drop 23.04.0 (diff)
downloadgentoo-6ff212aef9fbc2f2754d3330d1b659e2aaff0287.tar.gz
gentoo-6ff212aef9fbc2f2754d3330d1b659e2aaff0287.tar.bz2
gentoo-6ff212aef9fbc2f2754d3330d1b659e2aaff0287.zip
kde-apps/yakuake: drop 23.04.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/yakuake')
-rw-r--r--kde-apps/yakuake/Manifest1
-rw-r--r--kde-apps/yakuake/files/yakuake-23.04.0-missing-ifdef.patch32
-rw-r--r--kde-apps/yakuake/yakuake-23.04.0.ebuild58
3 files changed, 0 insertions, 91 deletions
diff --git a/kde-apps/yakuake/Manifest b/kde-apps/yakuake/Manifest
index 031aaf6b22a3..64a3cf025d80 100644
--- a/kde-apps/yakuake/Manifest
+++ b/kde-apps/yakuake/Manifest
@@ -1,3 +1,2 @@
DIST yakuake-22.12.3.tar.xz 427964 BLAKE2B 72091a73f852d3c62b42a1ab643c77e49c6081b7d584dd1c3980dfa21b5c7f3dea0cad6eb3a571f16377536e040c74bf3b2e8c397d35e40190559846eb31cf3c SHA512 30f5e18f17e3f54b68abad54a88dbb436b750f4d01be8abdb5c3fb83ba374f8f2b3dd28fa441a335e268d871a9aa3fb17518dc8fef557d6333cf500a4125e76a
-DIST yakuake-23.04.0.tar.xz 428468 BLAKE2B 3b778e609b5984ac9f15c35504cc41e7643738ba5ed1de5b3bd7ba686ebf5c0e9a56eb5949399e280b0a8101daeae2a98ac3329a86aba385d35f02e65ee45e26 SHA512 f995648a27d4152b9b2a24929c78198b56c37500ace934b7b2b07d4f71356c49bae7f5de515e5acee7f43407f1d864443efe44ba54ea9182a6d295500988b215
DIST yakuake-23.04.1.tar.xz 428616 BLAKE2B e07e41024cb0d55d79a20caa2c1e58c2ccf26252b3d93afbd8a888a89ed3bc683809ed17051f643a9cc465bd17d1823624c26c688f1d1ad9380cf04ed4f813d4 SHA512 bc5dd46d80b5a857fa2b1c53cac05402f5207d645ed045f0558e1d7d0a5e785b4ca1e0a2f3256d0d42e54713eda70d61f1cd062e782be4460fd3045663b8a1ba
diff --git a/kde-apps/yakuake/files/yakuake-23.04.0-missing-ifdef.patch b/kde-apps/yakuake/files/yakuake-23.04.0-missing-ifdef.patch
deleted file mode 100644
index aae30407060c..000000000000
--- a/kde-apps/yakuake/files/yakuake-23.04.0-missing-ifdef.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 0901b2f27fdfb9092f7d56da2a9129fa4b5e1183 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 22 Apr 2023 14:10:34 +0200
-Subject: [PATCH] Add missing HAVE_KWAYLAND ifdef
-
-Follow-up to 91a90aa6f30e95d2927d9d089eb5c4f429677080
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- app/mainwindow.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/app/mainwindow.cpp b/app/mainwindow.cpp
-index 9f6dca0..6f21a21 100644
---- a/app/mainwindow.cpp
-+++ b/app/mainwindow.cpp
-@@ -933,10 +933,12 @@ void MainWindow::applyWindowProperties()
- KWindowSystem::setState(winId(), NET::KeepAbove | NET::SkipTaskbar | NET::SkipPager);
- }
-
-+#if HAVE_KWAYLAND
- if (m_isWayland && m_plasmaShellSurface) {
- m_plasmaShellSurface->setSkipTaskbar(true);
- m_plasmaShellSurface->setSkipSwitcher(true);
- }
-+#endif
-
- KX11Extras::setOnAllDesktops(winId(), Settings::showOnAllDesktops());
- KWindowEffects::enableBlurBehind(windowHandle(), m_sessionStack->wantsBlur());
---
-2.40.0
-
diff --git a/kde-apps/yakuake/yakuake-23.04.0.ebuild b/kde-apps/yakuake/yakuake-23.04.0.ebuild
deleted file mode 100644
index ebae5522753a..000000000000
--- a/kde-apps/yakuake/yakuake-23.04.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-3)
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Quake-style terminal emulator based on konsole"
-HOMEPAGE="https://apps.kde.org/yakuake/"
-
-LICENSE="GPL-2 LGPL-2"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="absolute-position"
-
-# kde-frameworks/kwindowsystem[X]: Unconditional use of KX11Extras
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtsvg-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-apps/konsole-${PVCUT}:5
- >=kde-frameworks/karchive-${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/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/knewstuff-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/knotifyconfig-${KFMIN}:5
- >=kde-frameworks/kparts-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5[X]
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- x11-libs/libX11
- absolute-position? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-missing-ifdef.patch" ) # bug 904742
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package absolute-position KF5Wayland)
- )
-
- ecm_src_configure
-}