diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-03-30 12:42:02 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-03-30 13:53:35 +0200 |
| commit | fa3533bc37f0f4e3f53caf8bde00d4b6712d8abf (patch) | |
| tree | cdae07d2e15596f427aba06160aaa992e8f00139 | |
| parent | 07f14c2888fd7a7cc9585aab5abe36e94012a569 (diff) | |
| download | kde-fa3533bc37f0f4e3f53caf8bde00d4b6712d8abf.tar.gz kde-fa3533bc37f0f4e3f53caf8bde00d4b6712d8abf.tar.bz2 kde-fa3533bc37f0f4e3f53caf8bde00d4b6712d8abf.zip | |
kde-apps/dolphin: drop 25.03.80
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/dolphin/dolphin-25.03.80.ebuild | 91 |
2 files changed, 0 insertions, 92 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest index 6d95ff433dc..f93e26f4322 100644 --- a/kde-apps/dolphin/Manifest +++ b/kde-apps/dolphin/Manifest @@ -1,2 +1 @@ -DIST dolphin-25.03.80.tar.xz 5739708 BLAKE2B ce0a75b0ab847c86bc5ebc35f8b983268c7910320353b5c0959f3df7e1ce06c85fcf3f2c4ae5135937da4b08793757d08a9d66d771bbf475f203fc8fa36fac37 SHA512 405d3f8f926d2cf1747a6ce7b3807035d6d91621a13bfbac395336eac926adb062a534654c74849cd529a7c6d74b5a578a956eed2e2349d583dbeef470d7e1b1 DIST dolphin-25.03.90.tar.xz 5738132 BLAKE2B 6e5347e0d24f4931cde64ea9946ae2a5afd448f4b518cba07ad97c0728daab17e1b71c2615270f87c400ee86d81a210d174db7eb934fb9bcc952988b87169923 SHA512 35c732eebf4fb212118026859d037ea5993d8dada7b613fba2047a1059197d0b95da7d6cb9847272945f56e996711e757c5aa3168f9d4d5bce2e9332767019af diff --git a/kde-apps/dolphin/dolphin-25.03.80.ebuild b/kde-apps/dolphin/dolphin-25.03.80.ebuild deleted file mode 100644 index 9f3424972f7..00000000000 --- a/kde-apps/dolphin/dolphin-25.03.80.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2025 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.9.0 -QTMIN=6.7.2 -inherit ecm gear.kde.org optfeature xdg - -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 ~loong ~ppc64 ~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,X,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/kfilemetadata-${KFMIN}:6 - >=kde-frameworks/kguiaddons-${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 - ) - 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 - $(cmake_use_find_package semantic-desktop KF6Baloo) - $(cmake_use_find_package semantic-desktop KF6BalooWidgets) - $(cmake_use_find_package telemetry KF6UserFeedback) - ) - use test && mycmakeargs+=( - -DCMAKE_DISABLE_FIND_PACKAGE_SeleniumWebDriverATSPI=ON # not packaged - ) - 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 - xdg_pkg_postinst -} |
