diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:04:21 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:32:50 +0200 |
| commit | b0f0af401ac41ca8bb62fa3d6e0ab3dae3408f6c (patch) | |
| tree | 54f7aae2443ec6edcfc6a46fe6c9b3a0cac461dd | |
| parent | 8d66bbfbbb1cae6389d9feea559e1ba2203cf269 (diff) | |
| download | kde-b0f0af401ac41ca8bb62fa3d6e0ab3dae3408f6c.tar.gz kde-b0f0af401ac41ca8bb62fa3d6e0ab3dae3408f6c.tar.bz2 kde-b0f0af401ac41ca8bb62fa3d6e0ab3dae3408f6c.zip | |
kde-apps/dolphin: 24.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/dolphin/dolphin-24.08.1.ebuild | 89 |
2 files changed, 90 insertions, 0 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest new file mode 100644 index 00000000000..edf50351a5b --- /dev/null +++ b/kde-apps/dolphin/Manifest @@ -0,0 +1 @@ +DIST dolphin-24.08.1.tar.xz 5630960 BLAKE2B 5a0b2de7532c7ba46103bcde39754b3358baaf3f532d68eeb6fba24eb78ed3506633289f4ae7dbb6e163e0e9bb41d9fa9373824151e58ceda588ede2283acc23 SHA512 cfae900ebaf3b7910c74ca180315a25ddde8a7e003547f07cd9c32ca5fde0f020fa378803252423a324e94f5c05140bcc41984ddcff35a2b06746f3296738272 diff --git a/kde-apps/dolphin/dolphin-24.08.1.ebuild b/kde-apps/dolphin/dolphin-24.08.1.ebuild new file mode 100644 index 00000000000..847ac46e51e --- /dev/null +++ b/kde-apps/dolphin/dolphin-24.08.1.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_TEST="true" +PVCUT=$(ver_cut 1-3) +KFMIN=6.5.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org optfeature + +DESCRIPTION="Plasma filemanager focusing on usability" +HOMEPAGE="https://apps.kde.org/dolphin/ https://userbase.kde.org/Dolphin" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="semantic-desktop telemetry" + +# slot op: Uses Qt::GuiPrivate for qtx11extras_p.h +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6=[concurrent,dbus,gui,widgets,xml] + >=kde-frameworks/kbookmarks-${KFMIN}:6 + >=kde-frameworks/kcmutils-${KFMIN}:6 + >=kde-frameworks/kcodecs-${KFMIN}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kconfigwidgets-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/kcrash-${KFMIN}:6 + >=kde-frameworks/kdbusaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kiconthemes-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6= + >=kde-frameworks/kitemviews-${KFMIN}:6 + >=kde-frameworks/kjobwidgets-${KFMIN}:6 + >=kde-frameworks/knewstuff-${KFMIN}:6 + >=kde-frameworks/knotifications-${KFMIN}:6 + >=kde-frameworks/kparts-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 + >=kde-frameworks/kwindowsystem-${KFMIN}:6 + >=kde-frameworks/kxmlgui-${KFMIN}:6 + >=kde-frameworks/solid-${KFMIN}:6 + >=media-libs/phonon-4.12.0[qt6(+)] + semantic-desktop? ( + >=kde-apps/baloo-widgets-${PVCUT}:6 + >=kde-frameworks/baloo-${KFMIN}:6 + >=kde-frameworks/kfilemetadata-${KFMIN}:6 + ) + telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) +" +RDEPEND="${DEPEND} + >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON + -DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged + $(cmake_use_find_package semantic-desktop KF6Baloo) + $(cmake_use_find_package semantic-desktop KF6BalooWidgets) + $(cmake_use_find_package semantic-desktop KF6FileMetaData) + $(cmake_use_find_package telemetry KF6UserFeedback) + ) + ecm_src_configure +} + +src_test() { + local myctestargs=( + # servicemenuinstaller requires ruby, no thanks + # dolphinmainwindowtest, kitemlistcontrollertest, kfileitemlistviewtest, kfileitemmodeltest hang forever + # placesitemmodeltest requires DBus + -E "(servicemenuinstaller|dolphinmainwindowtest|kfileitemlistviewtest|kfileitemmodeltest|kitemlistcontrollertest|placesitemmodeltest)" + ) + ecm_src_test +} + +pkg_postinst() { + if [[ -z "${REPLACING_VERSIONS}" ]]; then + optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}" + optfeature "crypto actions" "kde-apps/kleopatra:${SLOT}" + optfeature "'Share' context menu actions" "kde-frameworks/purpose:${SLOT}" + fi + ecm_pkg_postinst +} |
