summaryrefslogtreecommitdiff
path: root/kde-plasma
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-15 00:36:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-15 00:36:02 +0000
commite06c85fab6aadac28394e5a3081a293a57e6a0c2 (patch)
tree34cc49bc98faab80ada0b21d3bb667f98ab8423d /kde-plasma
parent1da69476a5b0b595248384a24ce0bc3f288ebaa1 (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.20.4-r10.ebuild (renamed from kde-plasma/kinfocenter/kinfocenter-5.19.5-r10.ebuild)27
2 files changed, 12 insertions, 17 deletions
diff --git a/kde-plasma/kinfocenter/Manifest b/kde-plasma/kinfocenter/Manifest
index 47306565..8df054a4 100644
--- a/kde-plasma/kinfocenter/Manifest
+++ b/kde-plasma/kinfocenter/Manifest
@@ -1 +1 @@
-DIST kinfocenter-5.19.5.tar.xz 1265760 BLAKE2B 3af323d32e07d310aa224f47c292ae03748aacea0d7cf56770e5a301f9698d1767159f97e0d43733d9a09d6cfe56c41a4a44f988e3000a1dfc06f271accef0f4 SHA512 732d6111f59e099fb032966667b6d7907e607939884714a95f0a2e48903f8a0d7e2331a87611ee058a4bc18bcb012c92040415812243fab4d618a07f2e7dccaa
+DIST kinfocenter-5.20.4.tar.xz 1286324 BLAKE2B 969a61a75dc6b1314abdd0461fff462c0099a2d7d73620af0a2f1d0cfbf86ffd8eeb1c47f31739d6cfc852b39ec4124c45e423dc28f3c3ffc84269b8d179adda SHA512 3ef08b9e2f08b143897e95b25ec302de8f2a5badd7db7eb854bedcb501a5f8f53cb151b27042e709c6269e963593e0eac4956c6fa67ce572fd9dfb565cc344f6
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.19.5-r10.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.20.4-r10.ebuild
index 77f740ff..7542608a 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.19.5-r10.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.20.4-r10.ebuild
@@ -4,23 +4,23 @@
EAPI=7
ECM_HANDBOOK="forceoptional"
-KFMIN=5.70.0
+KFMIN=5.74.0
PVCUT=$(ver_cut 1-3)
-QTMIN=5.14.2
-inherit ecm kde.org
+QTMIN=5.15.1
+inherit ecm kde.org optfeature
DESCRIPTION="Utility providing information about the computer hardware"
HOMEPAGE="https://userbase.kde.org/KInfoCenter"
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="gles2-only ieee1394 +opengl +pci wayland"
REQUIRED_USE="wayland? ( || ( opengl gles2-only ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
-COMMON_DEPEND="
+DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
@@ -54,13 +54,11 @@ COMMON_DEPEND="
media-libs/mesa[egl]
)
"
-DEPEND="${COMMON_DEPEND}
- >=kde-frameworks/plasma-${KFMIN}:5
-"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
>=dev-qt/qtquickcontrols2-${QTMIN}:5
>=kde-frameworks/kirigami-${KFMIN}:5
>=kde-plasma/kde-cli-tools-${PVCUT}:5
+ >=kde-plasma/systemsettings-${PVCUT}:5
"
src_configure() {
@@ -92,13 +90,10 @@ src_install() {
}
pkg_postinst() {
- ecm_pkg_postinst
-
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- has_version "net-fs/nfs-utils" || \
- elog "Installing net-fs/nfs-utils will enable the NFS information module."
-
- has_version "net-fs/samba" || \
- elog "Installing net-fs/samba will enable the Samba status information module."
+ elog "Optional dependencies:"
+ optfeature "NFS information module" net-fs/nfs-utils
+ optfeature "Samba status information module" net-fs/samba
fi
+ ecm_pkg_postinst
}