diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-11 20:59:51 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-07-11 20:59:51 +0200 |
| commit | 33a589ed09e298a9ed74120d30d676acc061ab86 (patch) | |
| tree | 5622619c30b65566bd7a7a55a1807e36da7f91dd | |
| parent | 26da8cc2ea492a9442f056204f552ff2e9768be9 (diff) | |
| download | kde-33a589ed09e298a9ed74120d30d676acc061ab86.tar.gz kde-33a589ed09e298a9ed74120d30d676acc061ab86.tar.bz2 kde-33a589ed09e298a9ed74120d30d676acc061ab86.zip | |
kde-frameworks/purpose: drop 6.16.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/purpose/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/purpose/purpose-6.16.0.ebuild | 74 |
2 files changed, 0 insertions, 75 deletions
diff --git a/kde-frameworks/purpose/Manifest b/kde-frameworks/purpose/Manifest deleted file mode 100644 index a64274ad256..00000000000 --- a/kde-frameworks/purpose/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST purpose-6.16.0.tar.xz 189540 BLAKE2B f8067f74e499bc5b820aec339471e7e2332bf260e53dc8107b58d65c889a21b22ce6e4a7161b0cf910d73b417d7c4ccd02a528c1b9ac5b1dda7b6271743aaf5f SHA512 1e48aa4ce5ba869d15840d69565505fa562076d08cefa1c73b77833c8598d81d37d063182179e52ddc81505e07d651fcc50491f220b80c646045d4edd12b0529 diff --git a/kde-frameworks/purpose/purpose-6.16.0.ebuild b/kde-frameworks/purpose/purpose-6.16.0.ebuild deleted file mode 100644 index 5ceed0dae49..00000000000 --- a/kde-frameworks/purpose/purpose-6.16.0.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# 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 -} |
