diff options
Diffstat (limited to 'kde-plasma/kinfocenter')
-rw-r--r-- | kde-plasma/kinfocenter/Manifest | 4 | ||||
-rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-5.27.4.ebuild | 81 | ||||
-rw-r--r-- | kde-plasma/kinfocenter/kinfocenter-5.27.5.ebuild | 2 |
3 files changed, 2 insertions, 85 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest index 4c99929dd69a..996b73519be1 100644 --- a/kde-plasma/kinfocenter/Manifest +++ b/kde-plasma/kinfocenter/Manifest @@ -1,7 +1,5 @@ AUX kcm-about-distrorc 108 BLAKE2B 9324829040a699d8858a739b228b14035f8a33d4cc5e19af30545a6eb9780808b3350ca12c82a44a1868c32acddd76dcdb4e7b25e5792694b55fbb38ed23db8a SHA512 72f1dcaa04bfe435e64c8e584914eb56a15b63f7c6086f5e025f0c497b4fd5b9592d54aafd335f55d303790af274c9cbfa29c6c7ff87875da648ee16d7717467 DIST glogo-small.png 24583 BLAKE2B 0af2ceae708e56f217120e5d8b880fb71401e3761ab26c4af5e74c0622368aa4e34b05160fae15fbfbbc832077810ab5c1e424826632748299fd22997cbe665c SHA512 648be463ec3812a2edcdab54d7a230bf2bd7e6895f4ffe72321d8fca28a5e1e0980f6e3b9a32f369c8369943ceb802a65a94b9dad820dcf2c81d4581d814cb48 -DIST kinfocenter-5.27.4.tar.xz 1015844 BLAKE2B de067cfd514eed2c50e267c6678beb30374e8a17ac940eeb15e1d41cfbad655ce5b9c83988c646a5e100730d29d5cb8e6f93d0eaf9be52938ed0da4eba41579c SHA512 3edfae7fc16bf2c25d6f19bd678e80d0952570230c51095c7500fdf031b24262cc5915a28594e3c9c00caee8867264069cd303f8867c4883c8e1633c02a60df0 DIST kinfocenter-5.27.5.tar.xz 1016296 BLAKE2B 5bd852f272031619c6876bd11d59594de8afbfb04204e26cda780b7ffbf76c46167b621b13222bd7747715ce2480f2361b2fda6752cce45ef3d3bb486fefceac SHA512 db2f04baf094debcce8f2f76034803b99e4fa4ed784b6f654d5e10f026cdcc668735d84d91ebb7a9d091306c0b9cb97446e33d1374e05510f147b453df80b06a -EBUILD kinfocenter-5.27.4.ebuild 2403 BLAKE2B fa3165b064efe4ae69fc96fb172b81c9c19912efde4d4b3ecf04733924fd52ff6288b69a45fbeb33830a0f40bcf2dd878adbb671c4061a9bad0f5dfa85034b43 SHA512 2a72f8982d9a93cb1e15094dab38cb401102a0846ec3e6e38ef2ecffc74dd4f6b4af1f1ed11df551f462592e9ac2d3379bd6dcc2a242bfb4fb25c7b1e7a186d4 -EBUILD kinfocenter-5.27.5.ebuild 2404 BLAKE2B 3ed05787b698409c9444bd96750c73717d6ce98987e168f7b6eae3e245faa2e0e4e05c9a04e5c99664a613216b915f20d6dd7810c58ebd9cf03928066d70ca85 SHA512 957b813a623fa0be84332344571de80495ea8315bdbec91889fc12fe47ef9832abc988c067825731ed26b1f0fe5bb353b3e7af553458cd84246e1c85650726b2 +EBUILD kinfocenter-5.27.5.ebuild 2403 BLAKE2B fa3165b064efe4ae69fc96fb172b81c9c19912efde4d4b3ecf04733924fd52ff6288b69a45fbeb33830a0f40bcf2dd878adbb671c4061a9bad0f5dfa85034b43 SHA512 2a72f8982d9a93cb1e15094dab38cb401102a0846ec3e6e38ef2ecffc74dd4f6b4af1f1ed11df551f462592e9ac2d3379bd6dcc2a242bfb4fb25c7b1e7a186d4 MISC metadata.xml 318 BLAKE2B 922a5e32e706b2976c5f359a14194d268d3f499398576c80ce5fad8c0fcea0fbf048de4480a80a6a1889c88b8b6c14147654a3ab4d5ffbcc258c2290da63f6d1 SHA512 614cb8dda7ad2088e5d6ef39b449bb4be0ac72cd0231c320188d76d1816dce6490c5114bb4798112c4b11d99d30a9e82ff8fcf08ffa8c049589682a5e38208f6 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.27.4.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.27.4.ebuild deleted file mode 100644 index a24ab60dd92e..000000000000 --- a/kde-plasma/kinfocenter/kinfocenter-5.27.4.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.102.0 -PVCUT=$(ver_cut 1-3) -QTMIN=5.15.7 -inherit ecm plasma.kde.org optfeature - -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="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="gles2-only usb" - -DEPEND=" - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5[gles2-only=] - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-frameworks/kcmutils-${KFMIN}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kconfigwidgets-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kdeclarative-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kpackage-${KFMIN}:5 - >=kde-frameworks/kservice-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - >=kde-frameworks/solid-${KFMIN}:5 - gles2-only? ( media-libs/mesa[gles2] ) - usb? ( virtual/libusb:1 ) -" -RDEPEND="${DEPEND} - dev-qt/qdbus:* - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 - >=kde-plasma/kde-cli-tools-${PVCUT}:5 - >=kde-plasma/systemsettings-${PVCUT}:5 -" -BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5" - -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 "NFS information module" net-fs/nfs-utils - optfeature "Samba status information module" net-fs/samba - optfeature "Vulkan graphics API information module" dev-util/vulkan-tools - optfeature "advanced CPU information module" sys-apps/util-linux - fi - optfeature "Wayland information module" app-misc/wayland-utils - optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" - optfeature "OpenGL information module" x11-apps/mesa-progs - optfeature "PCI devices information module" sys-apps/pciutils - optfeature "X Server information module" x11-apps/xdpyinfo - ecm_pkg_postinst -} diff --git a/kde-plasma/kinfocenter/kinfocenter-5.27.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.27.5.ebuild index e59442d1cdc4..a24ab60dd92e 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.27.5.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.27.5.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s LICENSE="GPL-2" # TODO: CHECK SLOT="5" -KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="gles2-only usb" DEPEND=" |