summaryrefslogtreecommitdiff
path: root/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild')
-rw-r--r--kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild40
1 files changed, 40 insertions, 0 deletions
diff --git a/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild b/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild
new file mode 100644
index 00000000000..d7d10930cd8
--- /dev/null
+++ b/kde-base/kdepim-wizards/kdepim-wizards-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+
+KMNAME=kdepim
+KMMODULE=wizards
+inherit kde4svn-meta
+
+DESCRIPTION="KDEPIM wizards"
+IUSE="debug"
+KEYWORDS=""
+
+DEPEND="app-crypt/gpgme:1
+ kde-base/kdepim-kresources:${SLOT}
+ kde-base/libkdepim:${SLOT}"
+
+KMEXTRACTONLY="knotes
+ kmail
+ kresources/egroupware
+ kresources/groupwise
+ kresources/kolab
+ kresources/scalix
+ kresources/slox
+ libkdepim"
+
+src_unpack() {
+ kde4svn-meta_src_unpack
+
+ ln -s "${PREFIX}"/include/kdepim-kresources/{kabc,kcal,knotes}_egroupwareprefs.h \
+ "${WORKDIR}"/${PN}/kresources/egroupware/ \
+ || die "Failed to link extra_headers."
+ ln -s "${PREFIX}"/include/kdepim-kresources/{kabcsloxprefs.h,kcalsloxprefs.h} \
+ "${WORKDIR}"/${PN}/kresources/slox/ \
+ || die "Failed to link extra_headers."
+ ln -s "${PREFIX}"/include/kdepim-kresources/{kabc_groupwiseprefs,kcal_groupwiseprefsbase}.h \
+ "${WORKDIR}"/${PN}/kresources/groupwise/ \
+ || die "Failed to link extra_headers."
+}