diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-12 22:04:02 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-07-12 22:04:02 +0000 |
commit | 42bd723ab07c6e2fb549986d62d046f266683dbf (patch) | |
tree | 2f207c18380fbfdf83c57ee478a0072ae1e40b84 /kde-base/kaddressbook | |
parent | Version bump (diff) | |
download | gentoo-2-42bd723ab07c6e2fb549986d62d046f266683dbf.tar.gz gentoo-2-42bd723ab07c6e2fb549986d62d046f266683dbf.tar.bz2 gentoo-2-42bd723ab07c6e2fb549986d62d046f266683dbf.zip |
Version bump to Pali Rohar's noakonadi branch
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'kde-base/kaddressbook')
-rw-r--r-- | kde-base/kaddressbook/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild | 53 |
2 files changed, 60 insertions, 1 deletions
diff --git a/kde-base/kaddressbook/ChangeLog b/kde-base/kaddressbook/ChangeLog index ed6d07c93967..1feada38c5da 100644 --- a/kde-base/kaddressbook/ChangeLog +++ b/kde-base/kaddressbook/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kaddressbook # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.359 2015/07/11 11:49:27 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/ChangeLog,v 1.360 2015/07/12 22:04:02 dilfridge Exp $ + +*kaddressbook-4.4.2015.06 (12 Jul 2015) + + 12 Jul 2015; Andreas K. Huettel <dilfridge@gentoo.org> + +kaddressbook-4.4.2015.06.ebuild: + Version bump to Pali Rohar's noakonadi branch *kaddressbook-4.14.10 (11 Jul 2015) diff --git a/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild b/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild new file mode 100644 index 000000000000..325250a9ad83 --- /dev/null +++ b/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kaddressbook/kaddressbook-4.4.2015.06.ebuild,v 1.1 2015/07/12 22:04:02 dilfridge Exp $ + +EAPI=5 + +KMNAME="kdepim" +KDE_HANDBOOK=optional +inherit kde4-meta + +DESCRIPTION="The KDE Address Book (noakonadi branch)" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdelibs '' 4.13.1) + $(add_kdebase_dep kdepimlibs '' 4.13.1) + $(add_kdebase_dep libkdepim) + $(add_kdebase_dep libkleo) +" +RDEPEND="${DEPEND}" + +KMEXTRA=" + plugins/kaddressbook/ + plugins/ktexteditor/ +" +KMEXTRACTONLY=" + libkleo/ +" + +KMLOADLIBS="libkdepim" + +src_install() { + kde4-meta_src_install + + # file collision with kde-base/kdepimlibs-4.14.9 + rm -f "${ED}/usr/share/kde4/servicetypes/kaddressbookimprotocol.desktop" + + # install additional headers needed by kresources + insinto "${KDEDIR}"/include/${PN} + doins "${CMAKE_BUILD_DIR}"/${PN}/common/*.h + doins "${S}"/${PN}/common/*.h +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" + echo + fi +} |