diff options
Diffstat (limited to 'kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild')
-rw-r--r-- | kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild new file mode 100644 index 000000000000..d430aa18a538 --- /dev/null +++ b/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdepim-kresources/kdepim-kresources-3.5.9.ebuild,v 1.1 2008/02/20 22:53:18 philantrop Exp $ + +KMNAME=kdepim +KMMODULE=kresources +EAPI="1" +inherit kde-meta eutils + +SRC_URI="${SRC_URI} + mirror://gentoo/kdepim-3.5-patchset-04.tar.bz2" + +DESCRIPTION="KDE PIM groupware plugin collection" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +DEPEND=">=kde-base/libkcal-${PV}:${SLOT} +>=kde-base/libkpimexchange-${PV}:${SLOT} +>=kde-base/libkdepim-${PV}:${SLOT} +>=kde-base/kaddressbook-${PV}:${SLOT} +>=kde-base/kode-${PV}:${SLOT} + dev-libs/libical + >=app-crypt/gpgme-1.0.2" +RDEPEND="${DEPEND}" + +# Tests fail due to a missing file (kde-features_parser.custom.h) which +# is not in the kdepim tarball. +RESTRICT="test" + +KMCOPYLIB=" + libkcal libkcal + libkpimexchange libkpimexchange + libkdepim libkdepim + libkabinterfaces kaddressbook/interfaces/" + +KMEXTRACTONLY=" + korganizer/ + libkpimexchange/configure.in.in + libkdepim/ + kmail/kmailicalIface.h + libkpimexchange/ + libemailfunctions/" + +KMCOMPILEONLY=" + knotes/ + libkcal/ + kaddressbook/common/" + +PATCHES="${WORKDIR}/patches/kdepim-kresources-3.5_use-installed-kode.diff" + +src_compile() { + export DO_NOT_COMPILE="knotes libkcal" + + kde-meta_src_compile myconf configure + + cd knotes/; make libknotesresources.la + cd "${S}"/libkcal/libical/src/libical ; emake ical.h + + kde-meta_src_compile make +} |