summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:06:10 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-14 23:27:50 +0100
commitc2f525813171a6c9f3210bf9ed782faa16c1b1fc (patch)
tree31f3b1df15f1e9a5dc032c5706d50e211a8f285f /kde-frameworks/purpose
parentkde-frameworks/purpose: Add IUSE kaccounts (diff)
downloadgentoo-c2f525813171a6c9f3210bf9ed782faa16c1b1fc.tar.gz
gentoo-c2f525813171a6c9f3210bf9ed782faa16c1b1fc.tar.bz2
gentoo-c2f525813171a6c9f3210bf9ed782faa16c1b1fc.zip
kde-frameworks/purpose: drop 5.248.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/purpose')
-rw-r--r--kde-frameworks/purpose/purpose-5.248.0.ebuild64
1 files changed, 0 insertions, 64 deletions
diff --git a/kde-frameworks/purpose/purpose-5.248.0.ebuild b/kde-frameworks/purpose/purpose-5.248.0.ebuild
deleted file mode 100644
index 8c554f4728cf..000000000000
--- a/kde-frameworks/purpose/purpose-5.248.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_QTHELP="false"
-ECM_TEST="forceoptional"
-PVCUT=$(ver_cut 1-2)
-QTMIN=6.6.0
-inherit ecm frameworks.kde.org optfeature xdg-utils
-
-DESCRIPTION="Library for providing abstractions to get the developer's purposes fulfilled"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64"
-IUSE="bluetooth"
-
-# requires running environment
-RESTRICT="test"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- =kde-frameworks/kconfig-${PVCUT}*:6
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- =kde-frameworks/ki18n-${PVCUT}*:6
- =kde-frameworks/kio-${PVCUT}*:6
- =kde-frameworks/kirigami-${PVCUT}*:6
- =kde-frameworks/knotifications-${PVCUT}*:6
- =kde-frameworks/kservice-${PVCUT}*:6
- =kde-frameworks/prison-${PVCUT}*:6
-"
-RDEPEND="${DEPEND}
- !${CATEGORY}/${PN}:5[-kf6compat(-)]
- >=kde-frameworks/kdeclarative-${PVCUT}:6
- bluetooth? ( =kde-frameworks/bluez-qt-${PVCUT}*:6 )
-"
-
-src_prepare() {
- ecm_src_prepare
-
- use bluetooth ||
- cmake_run_in src/plugins cmake_comment_add_subdirectory bluetooth
-}
-
-src_configure() {
- local mycmakeargs=(
- -DCMAKE_DISABLE_FIND_PACKAGE_KAccounts6=ON
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Send through KDE Connect" kde-misc/kdeconnect
- fi
- ecm_pkg_postinst
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}