diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-19 18:46:01 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-19 18:46:01 +0200 |
| commit | db8b543f72190c3f006936fb60021954b74f9fc3 (patch) | |
| tree | bc7be8347b4015d74f098873f77deae0e21047b3 /kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild | |
| parent | 41058428da1014d34439ac2b537c6eda51bb15f0 (diff) | |
| download | kde-db8b543f72190c3f006936fb60021954b74f9fc3.tar.gz kde-db8b543f72190c3f006936fb60021954b74f9fc3.tar.bz2 kde-db8b543f72190c3f006936fb60021954b74f9fc3.zip | |
kde-apps: Add KDE Applications 19.07.80 (19.08 beta)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild')
| -rw-r--r-- | kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.07.80.ebuild | 51 |
1 files changed, 51 insertions, 0 deletions
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 +} |
