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.03.90.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 index 5815bf0bc3a..788a5ab1aca 100644 --- a/kde-apps/dolphin-plugins-git/Manifest +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -1 +1,2 @@ DIST dolphin-plugins-19.03.80.tar.xz 192088 BLAKE2B 69ff7d2b8913200e0dc7a1affad21f82aab329c6644d1df6b7e1c1821eb223b36203a93e95d4a9c91e5f7faac2d5f11582af8796e5d4955fb37c1f11fc5df2ed SHA512 dd432e2a23f970d16d4da1925c54af5031772c550d79b5fa04544c204d7569e330d24b22c7f3b39d63cc3bf5b40aa7a20af9ae6aef965383439a4d4aec8c2c6c +DIST dolphin-plugins-19.03.90.tar.xz 192040 BLAKE2B 27646f026b7c38ab17064cd576afe403559f68bfe48823f4abf7dde92e9739bfeebd90eba57d906a938daa575f5b795e77a4b8cf83146042e561dd857c8910b9 SHA512 cc05e52107887a58c9c8f7d0fb2f7977e5c384bb94c7a308e37ad680c1a010209c836ec52e544a0fc3fe291c912076345912b11672dbfb68763b5c21059e22d4 diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.03.90.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.03.90.ebuild new file mode 100644 index 00000000000..1c11cb316cb --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-19.03.90.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 +} |
