diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-06-09 22:12:55 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2011-06-09 22:12:55 +0000 |
commit | 2f7db8725afe1a4fe42b507b7b7c6937cdb6d2b6 (patch) | |
tree | 3a8e5d6b3fda58fa0c1a3b43e236e0bdf5551fab /kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild | |
parent | Added some patches for compiling on gcc-4.6, fixing fltk, and building packag... (diff) | |
download | gentoo-2-2f7db8725afe1a4fe42b507b7b7c6937cdb6d2b6.tar.gz gentoo-2-2f7db8725afe1a4fe42b507b7b7c6937cdb6d2b6.tar.bz2 gentoo-2-2f7db8725afe1a4fe42b507b7b7c6937cdb6d2b6.zip |
Version bump KDEPIM 4.6.0
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild')
-rw-r--r-- | kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild new file mode 100644 index 000000000000..7e45c7d9ef04 --- /dev/null +++ b/kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-4.6.0.ebuild,v 1.1 2011/06/09 22:12:54 tampakrap Exp $ + +EAPI=4 + +KMNAME="kdepim" +KMMODULE="kresources" +KDE_SCM="git" +inherit kde4-meta + +DESCRIPTION="KDE PIM groupware plugin collection" +IUSE="debug" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kmail/ + knotes/ + korganizer/version.h +" + +KMLOADLIBS="kdepim-common-libs" + +src_install() { + kde4-meta_src_install + + # Install headers needed by kdepim-wizards, egroupware and slox stuff gone + insinto "${PREFIX}"/include/${PN} + doins "${CMAKE_BUILD_DIR}"/${KMMODULE}/groupwise/*.h +} |