commit:     6f8a8762fd5bc92ca908081926154816e22178e4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 09:41:15 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 23:00:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8a8762

kde-frameworks/kio: 5.246.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/kio/Manifest           |  1 +
 kde-frameworks/kio/kio-5.246.0.ebuild | 88 +++++++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+)

diff --git a/kde-frameworks/kio/Manifest b/kde-frameworks/kio/Manifest
index 38739b9237ec..864b831ca0dc 100644
--- a/kde-frameworks/kio/Manifest
+++ b/kde-frameworks/kio/Manifest
@@ -1,2 +1,3 @@
 DIST kio-5.112.0.tar.xz 3798280 BLAKE2B 
735ce95f4efff32f62f440700bf63e178686d376dcbeee57fe4d7a322fb577a023c1b54ef5a769e7045142710603e03ceaa96025e2273df204218f8664755f66
 SHA512 
25229d22d25efaf3cc0b172a99b724859c61638caa4cd0d8a84293697d7f734d815b97a884e48a44baf8db2697acbd0d4d3cac15b1eca7f8c6edace902680e09
 DIST kio-5.113.0.tar.xz 3798768 BLAKE2B 
bd72d5b10cb76ffdb4074684c29764acaca53f9da3d228bf801c8b7365fe1b878b53261ed029e8836cb78a2621443d2c552e8715678d44dd484e9517258d9bff
 SHA512 
25524882e46bec036cb8bd536c758df1570cdfd3dd037f22f9a764801ed2838aa109bf10c17021a1993d78c7f31e45e37b3861764efe47023ebfacfacf5e9024
+DIST kio-5.246.0.tar.xz 3347500 BLAKE2B 
af21b7531cbdc01e6c8a68d113ccd252aceb75227ecbc67adaba51d1b7e98f64de593a0df5a3e3af8676480629d701add84191c2df8231bc95807703445ee054
 SHA512 
d8005499121e0a6bc1c65303d425b29fcd99e9d74ca82a641fc72f2f70018100cbf9ce703bc871d6114b14adfc4a48f39b7007655b62fff5fcf0f5414039d44f

diff --git a/kde-frameworks/kio/kio-5.246.0.ebuild 
b/kde-frameworks/kio/kio-5.246.0.ebuild
new file mode 100644
index 000000000000..c6d6c94b482f
--- /dev/null
+++ b/kde-frameworks/kio/kio-5.246.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_DESIGNERPLUGIN="true"
+ECM_HANDBOOK="optional"
+ECM_HANDBOOK_DIR="docs"
+ECM_TEST="forceoptional"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org xdg-utils
+
+DESCRIPTION="Framework providing transparent file and data management"
+
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64"
+IUSE="acl +kwallet wayland X"
+
+# tests hang
+RESTRICT="test"
+
+COMMON_DEPEND="
+       >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,ssl,widgets]
+       >=dev-qt/qtdeclarative-${QTMIN}:6
+       =kde-frameworks/kauth-${PVCUT}*:6
+       =kde-frameworks/kbookmarks-${PVCUT}*:6
+       =kde-frameworks/kcodecs-${PVCUT}*:6
+       =kde-frameworks/kcolorscheme-${PVCUT}*:6
+       =kde-frameworks/kcompletion-${PVCUT}*:6
+       =kde-frameworks/kconfig-${PVCUT}*:6
+       =kde-frameworks/kconfigwidgets-${PVCUT}*:6
+       =kde-frameworks/kcoreaddons-${PVCUT}*:6
+       =kde-frameworks/kcrash-${PVCUT}*:6
+       =kde-frameworks/kdbusaddons-${PVCUT}*:6
+       =kde-frameworks/kguiaddons-${PVCUT}*:6
+       =kde-frameworks/ki18n-${PVCUT}*:6
+       =kde-frameworks/kiconthemes-${PVCUT}*:6
+       =kde-frameworks/kitemviews-${PVCUT}*:6
+       =kde-frameworks/kjobwidgets-${PVCUT}*:6
+       =kde-frameworks/knotifications-${PVCUT}*:6
+       =kde-frameworks/kservice-${PVCUT}*:6
+       =kde-frameworks/ktextwidgets-${PVCUT}*:6
+       =kde-frameworks/kwidgetsaddons-${PVCUT}*:6
+       =kde-frameworks/kwindowsystem-${PVCUT}*:6[wayland?,X?]
+       =kde-frameworks/kxmlgui-${PVCUT}*:6
+       =kde-frameworks/solid-${PVCUT}*:6
+       sys-power/switcheroo-control
+       acl? (
+               sys-apps/attr
+               virtual/acl
+       )
+       handbook? (
+               dev-libs/libxml2
+               dev-libs/libxslt
+               =kde-frameworks/karchive-${PVCUT}*:6
+               =kde-frameworks/kdoctools-${PVCUT}*:6
+       )
+       kwallet? ( =kde-frameworks/kwallet-${PVCUT}*:6 )
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-qt/qtbase-${QTMIN}:6[concurrent]
+"
+RDEPEND="${COMMON_DEPEND}
+       sys-power/switcheroo-control
+"
+PDEPEND=">=kde-frameworks/kded-${PVCUT}:6"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake_use_find_package acl ACL)
+               $(cmake_use_find_package kwallet KF6Wallet)
+               -DWITH_WAYLAND=$(usex wayland)
+               -DWITH_X11=$(usex X)
+       )
+
+       ecm_src_configure
+}
+
+pkg_postinst() {
+       ecm_pkg_postinst
+       xdg_desktop_database_update
+}
+
+pkg_postrm() {
+       ecm_pkg_postrm
+       xdg_desktop_database_update
+}

Reply via email to