diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-14 17:42:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-15 07:36:15 +0200 |
commit | 0c2869a107b89e86b775520c6540466b404e5ba8 (patch) | |
tree | 743bfaef729ff0851d818be64bcf0d35de64508d /kde-apps/dolphin | |
parent | kde-apps: Add KDE Applications 19.04.3 (diff) | |
download | gentoo-0c2869a107b89e86b775520c6540466b404e5ba8.tar.gz gentoo-0c2869a107b89e86b775520c6540466b404e5ba8.tar.bz2 gentoo-0c2869a107b89e86b775520c6540466b404e5ba8.zip |
kde-apps: Drop KDE Applications 19.04.2
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin')
-rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin/dolphin-19.04.2.ebuild | 85 |
2 files changed, 0 insertions, 86 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest index e49d4eca947f..db47afd8b487 100644 --- a/kde-apps/dolphin/Manifest +++ b/kde-apps/dolphin/Manifest @@ -1,3 +1,2 @@ DIST dolphin-18.12.3.tar.xz 4868312 BLAKE2B 000875449285baac35f9db6c6273de9061000c0a030524882e432b8c4a75f755cad2ed711ba88ffca61396e4ac372b9cdc5a3ee5c5afb6e4f108eb66019ec36c SHA512 369592af52053550eb482fecfbb54fda3d65db75b0bcf000f88c32d4e709e056f8f5399427674b3aac0bcea438fe8fa24bdbb08109373e0c44e495d9c772da1f -DIST dolphin-19.04.2.tar.xz 5127876 BLAKE2B a18a8a0ed272ab466ff0100cb54d0b0f80669774f10e2aec2eb9acbec355cce75375ca23a022b96a1f986531ed55ca9215a9960b517761ef350c3ca95876d9fa SHA512 e1480c2f98f06a29048683180e1ab30992e57a4cefde1b3a1a0da1c1c654482cc2e57d23fb7a7b8102e76f86c2b09b09900d37dbddc753c85f545146d47c5574 DIST dolphin-19.04.3.tar.xz 5128016 BLAKE2B 9cf2b075cdbe87002589aa99c31036ad9648a6f70cd248698ff38b0a983a2b59100b52cd6645396d613294dac70a33bca1a52ea225630c15339e0f8f471ac0c1 SHA512 b0838f2ec1e1a22912a1178a262d7cc680dba5f11828bb0dac6bf59bf4c1a2affab912994d4f43adfe299bacd337848d11333996cfdfa54940f8604667e97e3a diff --git a/kde-apps/dolphin/dolphin-19.04.2.ebuild b/kde-apps/dolphin/dolphin-19.04.2.ebuild deleted file mode 100644 index 145cf06dcd3d..000000000000 --- a/kde-apps/dolphin/dolphin-19.04.2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma filemanager focusing on usability" -HOMEPAGE="https://kde.org/applications/system/dolphin https://userbase.kde.org/Dolphin" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="semantic-desktop +thumbnail" - -DEPEND=" - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - media-libs/phonon[qt5(+)] - semantic-desktop? ( - $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) - $(add_kdeapps_dep baloo-widgets) - ) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kio-extras) - thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs) - $(add_kdeapps_dep thumbnailers) - ) -" - -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if [[ -z "${REPLACING_VERSIONS}" ]]; then - has_version "kde-apps/ark:${SLOT}" || \ - elog "For compress/extract and other actions install kde-apps/ark:${SLOT}" - - has_version "kde-apps/kleopatra:${SLOT}" || \ - elog "For crypto actions install kde-apps/kleopatra:${SLOT}" - - has_version "kde-frameworks/purpose:${SLOT}" || \ - elog "For 'Share' context menu actions install kde-frameworks/purpose:${SLOT}" - fi -} |