summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 20:22:24 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 20:22:24 +0100
commitc89123c86bd450d7ad98bb57f989d7174186d570 (patch)
tree908981f0bac437381fbd3f90e20ffdce12de8f00 /kde-plasma
parent4a772009ccfbc4a9a465a8060950e95eda6f8e90 (diff)
kde-plasma/kinfocenter : version bump
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/kinfocenter/Manifest2
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.22.0-r10.ebuild (renamed from kde-plasma/kinfocenter/kinfocenter-5.21.5-r10.ebuild)7
2 files changed, 5 insertions, 4 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest
index f29b9b02..bad2fddb 100644
--- a/kde-plasma/kinfocenter/Manifest
+++ b/kde-plasma/kinfocenter/Manifest
@@ -1 +1 @@
-DIST kinfocenter-5.21.5.tar.xz 1304704 BLAKE2B e63d261bd57f69f3941c670f7d4e45428959544f15187829a704a240706bc04a65dad4bbfeca32444050abb1a5a8c50ccb9365d261cf71149498d1ca408bb77d SHA512 2becdd6f6be00de309467fee1478bec75bc6fa7d8d233b0a5bc8e6124f780add705d549209c842c3cd621bc8931a8ecdecb5a2902ab369bcd476939580bec41a
+DIST kinfocenter-5.22.0.tar.xz 1162588 BLAKE2B d6b26d7e63af57c9f37202cec60861b89e58443631ab11215868c7b019e59211711e2f142f5275e3ba17d458bbe296d915f4a9a704311a36525f748771a1dae8 SHA512 ae5754d8c0054b35f78c14e54177480df9271dfcea80d72ecf8da7d89ea5dc9ff57964d88ab64cc15811cf4a15ffe0e5a7b4e186c5a1c1385167d1bc0653fdf1
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.21.5-r10.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.22.0-r10.ebuild
index 6433c17c..cf80bfaa 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.21.5-r10.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.22.0-r10.ebuild
@@ -4,7 +4,7 @@
EAPI=7
ECM_HANDBOOK="forceoptional"
-KFMIN=5.78.0
+KFMIN=5.82.0
PVCUT=$(ver_cut 1-3)
QTMIN=5.15.2
inherit ecm kde.org optfeature
@@ -15,7 +15,7 @@ HOMEPAGE="https://userbase.kde.org/KInfoCenter"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="gles2-only ieee1394 +opengl +pci wayland"
+IUSE="gles2-only ieee1394 +opengl +pci usb wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
@@ -45,6 +45,7 @@ DEPEND="
!gles2-only? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
+ usb? ( virtual/libusb:1 )
wayland? (
>=kde-frameworks/kwayland-${KFMIN}:5
media-libs/mesa[egl]
@@ -61,6 +62,7 @@ src_configure() {
local mycmakeargs=(
$(cmake_use_find_package ieee1394 RAW1394)
$(cmake_use_find_package pci PCIUTILS)
+ $(cmake_use_find_package usb USB1)
$(cmake_use_find_package wayland EGL)
$(cmake_use_find_package wayland KF5Wayland)
)
@@ -87,7 +89,6 @@ src_install() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- elog "Optional dependencies:"
optfeature "NFS information module" net-fs/nfs-utils
optfeature "Samba status information module" net-fs/samba
fi