diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-06-12 00:48:02 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-06-12 00:59:36 +0200 |
| commit | 734f84047732fb9c849ac87674e3cb80450b72fa (patch) | |
| tree | 1ddda95c143a8bb2807f06604cb5c3cb9726e7b6 /kde-frameworks/purpose | |
| parent | f7b9ade67769cc7f4f2efbcd92beec7fe056a2e0 (diff) | |
| download | kde-734f84047732fb9c849ac87674e3cb80450b72fa.tar.gz kde-734f84047732fb9c849ac87674e3cb80450b72fa.tar.bz2 kde-734f84047732fb9c849ac87674e3cb80450b72fa.zip | |
kde-frameworks/purpose: 6.15.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/purpose')
| -rw-r--r-- | kde-frameworks/purpose/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/purpose/purpose-6.15.0.ebuild | 74 |
2 files changed, 75 insertions, 0 deletions
diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest new file mode 100644 index 00000000000..4cb45c8529a --- /dev/null +++ b/kde-frameworks/purpose/Manifest @@ -0,0 +1 @@ +DIST purpose-6.15.0.tar.xz 189564 BLAKE2B f214abfa3256b5c3cb25f6addcfa9c59b8b5bb5e2668e5e4af41bd2a5cc76da6b35cac57470321d48aa6a0815cade65dd131d275b39f7cd1e809446fe62e1cd2 SHA512 11ce0f4fc0b8142e7b1e4aa455725d716765810d4dd5e1ede470dfc0efe4ca62783c597810d73df854fbccbf0af4b624b0f7f92e8a90dca9c2c0e6b0ea15c01e diff --git a/kde-frameworks/purpose/purpose-6.15.0.ebuild b/kde-frameworks/purpose/purpose-6.15.0.ebuild new file mode 100644 index 00000000000..5ceed0dae49 --- /dev/null +++ b/kde-frameworks/purpose/purpose-6.15.0.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_QTHELP="false" +ECM_TEST="forceoptional" +QTMIN=6.7.2 +inherit ecm frameworks.kde.org optfeature xdg + +DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="bluetooth webengine" + +# requires running environment +RESTRICT="test" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${KDE_CATV}*:6 + =kde-frameworks/kcoreaddons-${KDE_CATV}*:6 + =kde-frameworks/ki18n-${KDE_CATV}*:6 + =kde-frameworks/kio-${KDE_CATV}*:6 + =kde-frameworks/kirigami-${KDE_CATV}*:6 + =kde-frameworks/knotifications-${KDE_CATV}*:6 + =kde-frameworks/kservice-${KDE_CATV}*:6 + =kde-frameworks/prison-${KDE_CATV}*:6 + webengine? ( + kde-apps/kaccounts-integration:6 + >=net-libs/accounts-qt-1.17[qt6(+)] + ) +" +RDEPEND="${DEPEND} + >=kde-frameworks/kdeclarative-${KDE_CATV}:6 + bluetooth? ( =kde-frameworks/bluez-qt-${KDE_CATV}*:6 ) + webengine? ( + >=kde-frameworks/purpose-kaccounts-services-${KDE_CATV} + >=net-libs/accounts-qml-0.7_p20231028[qt6(+)] + ) +" +BDEPEND="webengine? ( dev-util/intltool )" + +src_prepare() { + ecm_src_prepare + + use bluetooth || + cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth +} + +src_configure() { + local mycmakeargs=( + $(cmake_use_find_package webengine KAccounts6) + ) + + ecm_src_configure +} + +src_install() { + # Shipped by kde-frameworks/purpose-kaccounts-services package for shared use w/ SLOT 5 + use webengine && ECM_REMOVE_FROM_INSTALL=( + /usr/share/accounts/services/kde/{google-youtube,nextcloud-upload}.service + ) + ecm_src_install +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "Send through KDE Connect" kde-misc/kdeconnect + fi + xdg_pkg_postinst +} |
