aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 13:45:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-11-03 14:16:01 +0100
commitea51d91eb89694700f17fa7294c3150450cba74d (patch)
tree1b9758c26adcf3f16592e4ed5bf2e57ad647afbb /kde-apps/konsole
parentkde-apps/khelpcenter: drop 22.08.3 (diff)
downloadkde-ea51d91eb89694700f17fa7294c3150450cba74d.tar.gz
kde-ea51d91eb89694700f17fa7294c3150450cba74d.tar.bz2
kde-ea51d91eb89694700f17fa7294c3150450cba74d.zip
kde-apps/konsole: drop 22.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/konsole')
-rw-r--r--kde-apps/konsole/Manifest1
-rw-r--r--kde-apps/konsole/files/konsole-22.04.3-without_x11.patch46
-rw-r--r--kde-apps/konsole/konsole-22.08.3.ebuild70
3 files changed, 0 insertions, 117 deletions
diff --git a/kde-apps/konsole/Manifest b/kde-apps/konsole/Manifest
deleted file mode 100644
index 5e6f12fee9..0000000000
--- a/kde-apps/konsole/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST konsole-22.08.3.tar.xz 1504136 BLAKE2B ca51a2847831ae93a50afc8866a3cf132b680f746ce2e03b5514c30454f17e9c81ce397192b92487f2ca3a93c605845964c59d79ebfb41a64ff426bee81d74f5 SHA512 5f452cea9bf5cc609c89968eba3177b5a89103c7f160d1d41643140af98f95b74b1b4efcdea4119afbd745800922b66b7ab96a077d1c61096802e6e135d81bce
diff --git a/kde-apps/konsole/files/konsole-22.04.3-without_x11.patch b/kde-apps/konsole/files/konsole-22.04.3-without_x11.patch
deleted file mode 100644
index ed396fcf20..0000000000
--- a/kde-apps/konsole/files/konsole-22.04.3-without_x11.patch
+++ /dev/null
@@ -1,46 +0,0 @@
-From 0aa39e22a2bb1bbcb8a02dfd6635ffe4d8a0bbb1 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sat, 27 Nov 2021 14:43:18 +0100
-Subject: [PATCH] Add CMake option to build WITHOUT_X11
-
-We want to be able to build without X11 support even if some of the used
-libraries may not work w/o X11 themselves yet or need to be built with
-X11 support for other reverse dependencies.
-
-HAVE_X11 already exists and is set automagically so far, but using
--DCMAKE_DISABLE_FIND_PACKAGE_X11 will break if any dependencies list X11
-as required in their cmake config.
-
-Introducing this option means there is no behavior change by default,
-cmake will just skip finding X11 or adding unwanted features if the
-option is enabled.
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 9 ++++++---
- 1 file changed, 6 insertions(+), 3 deletions(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 61ed70cd7..565682848 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -103,10 +103,13 @@ set_package_properties(KF5DocTools PROPERTIES DESCRIPTION
- )
-
- if(NOT APPLE)
-- find_package(X11)
-- set_package_properties(X11 PROPERTIES TYPE OPTIONAL)
-+ option(WITHOUT_X11 "Build without X11 integration (skips finding X11)" OFF)
-+ if (NOT WITHOUT_X11)
-+ find_package(X11)
-+ set_package_properties(X11 PROPERTIES TYPE OPTIONAL)
-+ set(HAVE_X11 ${X11_FOUND})
-+ endif()
- endif()
--set(HAVE_X11 ${X11_FOUND})
-
- # Check for function GETPWUID
- check_symbol_exists(getpwuid "pwd.h" HAVE_GETPWUID)
---
-GitLab
-
diff --git a/kde-apps/konsole/konsole-22.08.3.ebuild b/kde-apps/konsole/konsole-22.08.3.ebuild
deleted file mode 100644
index 554b0a30ce..0000000000
--- a/kde-apps/konsole/konsole-22.08.3.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KFMIN=5.96.0
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE's terminal emulator"
-HOMEPAGE="https://apps.kde.org/konsole/ https://konsole.kde.org"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="X"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtprintsupport-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- >=kde-frameworks/kbookmarks-${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/kguiaddons-${KFMIN}:5
- >=kde-frameworks/kjobwidgets-${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/kpty-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/ktextwidgets-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/kxmlgui-${KFMIN}:5
- X? ( x11-libs/libX11 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-22.04.3-without_x11.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DWITHOUT_X11=$(usex !X)
- )
-
- ecm_src_configure
-}
-
-src_test() {
- # drkonqi process interferes. bug 702690
- local myctestargs=(
- -E "(DBusTest)"
- )
-
- ecm_src_test
-}