diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-29 21:58:42 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-05-29 22:10:27 +0200 |
| commit | 648643a887c2fa4303d08039d35dd1f5cc5ebcce (patch) | |
| tree | 28e4aea4afc488fcbc01275f48ae5143a1e2537b /kde-plasma/kinfocenter | |
| parent | 85b53e2a46c1cc52564287299b6d41de19708d13 (diff) | |
| download | kde-648643a887c2fa4303d08039d35dd1f5cc5ebcce.tar.gz kde-648643a887c2fa4303d08039d35dd1f5cc5ebcce.tar.bz2 kde-648643a887c2fa4303d08039d35dd1f5cc5ebcce.zip | |
kde-plasma/kinfocenter: drop 6.3.90
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kinfocenter')
| -rw-r--r-- | kde-plasma/kinfocenter/Manifest | 1 | ||||
| -rw-r--r-- | kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch | 27 | ||||
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild | 92 |
3 files changed, 0 insertions, 120 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 5330c8b33e0..73fd2bd9ac3 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,3 +1,2 @@ DIST glogo-small.png 24583 BLAKE2B 0af2ceae708e56f217120e5d8b880fb71401e3761ab26c4af5e74c0622368aa4e34b05160fae15fbfbbc832077810ab5c1e424826632748299fd22997cbe665c SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 -DIST kinfocenter-6.3.90.tar.xz 757944 BLAKE2B de2966c97395900b7593cfe4d03ec0582c4492388d752b80d8b74a443086d89271deb684a54bcc01e2063cd780f8d46be3333d986c80bd9fc5dfbf32c4a32894 SHA512 681982afa9873e56646b4f6bfcb2381a0952e8569207f60df26273f7e6d1a63ff7b8a51d9faf270ffb32dd6efc7065bd723675540d7a2785f38546fbf923165e DIST kinfocenter-6.3.91.tar.xz 757892 BLAKE2B ced3df188e3908c195d82a4f43baf9d111b2eb7c15a8a8cdc9a1594ac09790f364d5c62114bb0f39ea43493febaf0d66e8572f9f192a5033c3d75642dc089ea0 SHA512 379325155cd22883cb1f00ada353d3e2c1313cc70cdb34e540e93d2a777d3481dda875320780d5314d8b4ee3e15c7caffa58b6f96fb6412e3a801ec256457283 diff --git a/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch b/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch deleted file mode 100644 index 1e61bae03df..00000000000 --- a/kde-plasma/kinfocenter/files/kinfocenter-6.3.90-cmake.patch +++ /dev/null @@ -1,27 +0,0 @@ -From b2fd0e4cb249980c20910038bde21bc676529c7c Mon Sep 17 00:00:00 2001 -From: Nicolas Fella <nicolas.fella@gmx.de> -Date: Fri, 16 May 2025 12:43:50 +0200 -Subject: [PATCH] Add missing include(ECMQmlModule) - -Fixes #6 - -(cherry picked from commit 934e1631268a028ff926172001e157db80c0b457) ---- - CMakeLists.txt | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index bdb25fce..8e0545eb 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -22,6 +22,7 @@ include(KDEGitCommitHooks) - include(ECMSetupQtPluginMacroNames) - include(ECMQueryQt) - include(ECMDeprecationSettings) -+include(ECMQmlModule) - - option(BUILD_DOC "Whether to build the documentation" ON) - --- -GitLab - diff --git a/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild deleted file mode 100644 index 0ef72111cfb..00000000000 --- a/kde-plasma/kinfocenter/kinfocenter-6.3.90.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="optional" -KFMIN=6.14.0 -QTMIN=6.8.1 -inherit ecm plasma.kde.org optfeature xdg - -DESCRIPTION="Utility providing information about the computer hardware" -HOMEPAGE="https://userbase.kde.org/KInfoCenter" -SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-small.png" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="6" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="gles2-only usb" - -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gles2-only=,gui,vulkan,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-frameworks/kauth-${KFMIN}:6 - >=kde-frameworks/kcmutils-${KFMIN}:6 - >=kde-frameworks/kconfig-${KFMIN}:6 - >=kde-frameworks/kcoreaddons-${KFMIN}:6 - >=kde-frameworks/ki18n-${KFMIN}:6 - >=kde-frameworks/kio-${KFMIN}:6 - >=kde-frameworks/kservice-${KFMIN}:6 - virtual/libudev:= - gles2-only? ( >=media-libs/mesa-24.1.0_rc1[opengl] ) - usb? ( virtual/libusb:1 ) -" -RDEPEND="${DEPEND} - >=dev-qt/qttools-${QTMIN}:6[qdbus] - >=kde-frameworks/kirigami-${KFMIN}:6 - >=kde-plasma/systemsettings-${KDE_CATV}:6 -" -BDEPEND=" - >=kde-frameworks/kcmutils-${KFMIN}:6 - virtual/pkgconfig -" - -CMAKE_SKIP_TESTS=( - # bug 816591 - smbmountmodeltest -) - -PATCHES=( "${FILESDIR}/${P}-cmake.patch" ) # bug #956010; fixed in 6.3.91 - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package usb USB1) - ) - - ecm_src_configure -} - -src_install() { - ecm_src_install - - # TODO: Make this fully obsolete by /etc/os-release - insinto /etc/xdg - doins "${FILESDIR}"/kcm-about-distrorc - - insinto /usr/share/${PN} - doins "${DISTDIR}"/glogo-small.png -} - -pkg_postinst() { - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature_header "Query network filesystem info:" - optfeature "NFS information module" net-fs/nfs-utils - optfeature "Samba status information module" net-fs/samba - optfeature_header "Query firmware/hardware info:" - fi - optfeature "System DMI table readout" sys-apps/dmidecode - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" - optfeature "PCI devices information module" sys-apps/pciutils - optfeature "advanced CPU information module" sys-apps/util-linux - optfeature_header "Query GPU/graphics support info:" - fi - optfeature "OpenCL information module" dev-util/clinfo - if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "Vulkan graphics API information module" dev-util/vulkan-tools - optfeature "Wayland information module" app-misc/wayland-utils - optfeature "X Server information module" x11-apps/xdpyinfo - fi - xdg_pkg_postinst -} |
