diff options
Diffstat (limited to 'kde-apps/dolphin-plugins-git')
| -rw-r--r-- | kde-apps/dolphin-plugins-git/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild | 51 |
2 files changed, 52 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-git/Manifest b/kde-apps/dolphin-plugins-git/Manifest new file mode 100644 index 00000000000..6ac27606d3c --- /dev/null +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-19.07.80.tar.xz 191620 BLAKE2B 2ae709f423beccdf869c9eecc9d8f4ddc083d14bd4ccd0f0213186100d765809aae854e769067951649aabf9edd235d6e28437a519b4857c28c40900135a16d0 SHA512 7022cb650c56160bd3fb64a1c317141f507051cfc8b4b46c50497793a9b5e7fae05b8da5a07edb311bbf39d1527301afee5222ced21ffe0f5bcb2fbeb4be8a34 diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild new file mode 100644 index 00000000000..1c11cb316cb --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="git" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Git integration" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + dev-vcs/git +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # 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_dropbox=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} |
