summaryrefslogtreecommitdiff
path: root/kde-frameworks
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:11:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:11:39 +0200
commit7c873246100e64f1d96b61db54c208622d7e946d (patch)
tree56ac9881a591f949925984bc49e423113a00fb31 /kde-frameworks
parent993842022ab3b8f0b6428d81d8a3174e86678d65 (diff)
downloadkde-7c873246100e64f1d96b61db54c208622d7e946d.tar.gz
kde-7c873246100e64f1d96b61db54c208622d7e946d.tar.bz2
kde-7c873246100e64f1d96b61db54c208622d7e946d.zip
kde-frameworks/kwindowsystem: drop 6.7.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kwindowsystem/Manifest1
-rw-r--r--kde-frameworks/kwindowsystem/kwindowsystem-6.7.0.ebuild52
2 files changed, 0 insertions, 53 deletions
diff --git a/kde-frameworks/kwindowsystem/Manifest b/kde-frameworks/kwindowsystem/Manifest
deleted file mode 100644
index ad26685315d..00000000000
--- a/kde-frameworks/kwindowsystem/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwindowsystem-6.7.0.tar.xz 2385728 BLAKE2B 2649b58fb50e475fd64fdd750965b20275a11ce04fd9f8c8b801264cd6bbc5e8e138a8907756b01c49e45a9d7a6549b6486f44f917c415b6b0da1fe4399f1392 SHA512 4fc2d7e2788c0491220374bf60793505140d899fa828ab471680efb502b45e3145ea4da311b432939519a88a5eefae1676b5ac72a2151bde7e77fa2dba02326c
diff --git a/kde-frameworks/kwindowsystem/kwindowsystem-6.7.0.ebuild b/kde-frameworks/kwindowsystem/kwindowsystem-6.7.0.ebuild
deleted file mode 100644
index 89269b10475..00000000000
--- a/kde-frameworks/kwindowsystem/kwindowsystem-6.7.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=6.6.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework providing access to properties and features of the window manager"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 ) MIT"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="wayland X"
-
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-# slot op: Uses private/qwayland*_p.h headers
-# x11-base/xorg-proto: X11/Xlib.h included in public header kkeyserver.h,
-# req. by KF6WindowSystemConfig.cmake; see also bug #939177
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,wayland?]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- wayland? ( >=dev-qt/qtwayland-${QTMIN}:6= )
- X? (
- >=dev-qt/qtbase-${QTMIN}:6=[gui,X]
- x11-base/xorg-proto
- x11-libs/libX11
- x11-libs/libXfixes
- x11-libs/libxcb
- x11-libs/xcb-util-keysyms
- )
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtbase-${QTMIN}:6[widgets] )
- wayland? (
- dev-libs/plasma-wayland-protocols
- >=dev-libs/wayland-protocols-1.21
- )
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-
-DOCS=( docs/README.kstartupinfo )
-
-src_configure() {
- local mycmakeargs=(
- -DKWINDOWSYSTEM_WAYLAND=$(usex wayland)
- -DKWINDOWSYSTEM_X11=$(usex X)
- )
-
- ecm_src_configure
-}