diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-09-18 20:35:10 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-09-18 20:54:42 +0200 |
| commit | 7c7b6fcc4c2b09089d5af9104f21555e11e2a4c8 (patch) | |
| tree | 23de1bc11c15ea5267c52bfe21bceffd1ee7a881 /kde-plasma/kinfocenter | |
| parent | e45c786f90185392c70337350e2500de20c238ae (diff) | |
| download | kde-7c7b6fcc4c2b09089d5af9104f21555e11e2a4c8.tar.gz kde-7c7b6fcc4c2b09089d5af9104f21555e11e2a4c8.tar.bz2 kde-7c7b6fcc4c2b09089d5af9104f21555e11e2a4c8.zip | |
kde-plasma/kinfocenter: 6.5.49.9999 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kinfocenter')
| -rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-6.5.49.9999.ebuild | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-6.5.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-6.5.49.9999.ebuild new file mode 100644 index 00000000000..4412e40d7c7 --- /dev/null +++ b/kde-plasma/kinfocenter/kinfocenter-6.5.49.9999.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +KFMIN=6.18.0 +QTMIN=6.9.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="" +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 + >=kde-frameworks/solid-${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 +) + +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() { + 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:" + optfeature "System DMI table readout" sys-apps/dmidecode + 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:" + optfeature "OpenCL information module" dev-util/clinfo + 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 + + xdg_pkg_postinst +} |
