diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-13 23:05:15 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-12-13 23:25:46 +0100 |
commit | 8d88f9d226412b7d6c02efc870091d3e23a05c7e (patch) | |
tree | 13c0bb29b193716b27e4f071a63e8de596e36eb8 /kde-apps | |
parent | media-libs/zimg: keyworded 2.5 for hppa, bug #614626 (diff) | |
download | gentoo-8d88f9d226412b7d6c02efc870091d3e23a05c7e.tar.gz gentoo-8d88f9d226412b7d6c02efc870091d3e23a05c7e.tar.bz2 gentoo-8d88f9d226412b7d6c02efc870091d3e23a05c7e.zip |
kde-apps/dolphin-plugins-bazaar: New package
Split from kde-apps/dolphin-plugins.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin-plugins-bazaar/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.0.ebuild | 49 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-bazaar/metadata.xml | 8 |
3 files changed, 58 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-bazaar/Manifest b/kde-apps/dolphin-plugins-bazaar/Manifest new file mode 100644 index 000000000000..81c358f7a48b --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-18.12.0.tar.xz 191844 BLAKE2B cf4c59909f961d2c295e6a15e963c409302f9ae52c001c284015977c88ed4d6fa71b47d0402bc7049834c702d94169a543e7552f6517882578dc9a0d490bfc6e SHA512 237fb4204267894903708ced1fed771871591606c12d3a25fb1452526fc71146f53f1e26c97954897eab97f08bfacc277dd189082c53aa867829a61e3b098348 diff --git a/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.0.ebuild b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.0.ebuild new file mode 100644 index 000000000000..fa8c485a6ce5 --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/dolphin-plugins-bazaar-18.12.0.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="bazaar" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Bazaar integration" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(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/bzr +" + +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_dropbox=OFF + -DBUILD_git=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} diff --git a/kde-apps/dolphin-plugins-bazaar/metadata.xml b/kde-apps/dolphin-plugins-bazaar/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /dev/null +++ b/kde-apps/dolphin-plugins-bazaar/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |