diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 12:30:56 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-03-03 12:30:56 +0100 |
| commit | 40f6d8db56a054baedcfb2acb349644ca68c3fb0 (patch) | |
| tree | 7be48af86d77da7cba310951fc4f44b868922f25 | |
| parent | dfd2e37ae782e1aa395370bfc2e89699741bf4ee (diff) | |
| download | kde-40f6d8db56a054baedcfb2acb349644ca68c3fb0.tar.gz kde-40f6d8db56a054baedcfb2acb349644ca68c3fb0.tar.bz2 kde-40f6d8db56a054baedcfb2acb349644ca68c3fb0.zip | |
kde-apps/dolphin-plugins-dropbox: drop 21.12.49.9999*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-21.12.49.9999.ebuild | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-21.12.49.9999.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-21.12.49.9999.ebuild deleted file mode 100644 index ea7feefdb62..00000000000 --- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-21.12.49.9999.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_HANDBOOK="false" -KDE_ORG_NAME="dolphin-plugins" -MY_PLUGIN_NAME="dropbox" -PVCUT=$(ver_cut 1-3) -KFMIN=5.88.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Dolphin plugin for Dropbox service integration" -HOMEPAGE="https://apps.kde.org/dolphin_plugins/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="" -IUSE="" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/dolphin-${PVCUT}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/ktextwidgets-${KFMIN}:5 - >=kde-frameworks/kxmlgui-${KFMIN}:5 -" -RDEPEND="${DEPEND} - net-misc/dropbox-cli -" - -src_prepare() { - ecm_src_prepare - # solid, qtdbus only required by mountiso - ecm_punt_qt_module DBus - ecm_punt_kf_module Solid - # delete non-${PN} translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_${MY_PLUGIN_NAME}=ON - -DBUILD_bazaar=OFF - -DBUILD_git=OFF - -DBUILD_hg=OFF - -DBUILD_mountiso=OFF - -DBUILD_svn=OFF - ) - ecm_src_configure -} - -src_install() { - ecm_src_install - rm "${D}"/usr/share/metainfo/org.kde.dolphin-plugins.metainfo.xml || die -} |
