diff options
Diffstat (limited to 'kde-base/quanta/quanta-3.4.0_beta1.ebuild')
-rw-r--r-- | kde-base/quanta/quanta-3.4.0_beta1.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/kde-base/quanta/quanta-3.4.0_beta1.ebuild b/kde-base/quanta/quanta-3.4.0_beta1.ebuild new file mode 100644 index 000000000000..03512aefb254 --- /dev/null +++ b/kde-base/quanta/quanta-3.4.0_beta1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/quanta/quanta-3.4.0_beta1.ebuild,v 1.1 2005/01/15 02:24:42 danarmak Exp $ +KMNAME=kdewebdev +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE: Quanta Plus Web Development Environment" +KEYWORDS="~x86" +IUSE="doc" +DEPEND="doc? ( app-doc/quanta-docs ) + dev-libs/libxml2" +RDEPEND="$DEPEND +$(deprange-dual $PV $MAXKDEVER kde-base/kfilereplace) +$(deprange-dual $PV $MAXKDEVER kde-base/kimagemapeditor) +$(deprange-dual $PV $MAXKDEVER kde-base/klinkstatus) +$(deprange-dual $PV $MAXKDEVER kde-base/kommander) +$(deprange-dual $PV $MAXKDEVER kde-base/kxsldbg) +!app-editors/quanta" +myconf="--with-extra-includes=$(xml2-config --cflags | sed -e 's:^-I::')" + +KMCOMPILEONLY=lib + +# TODO: check why this wasn't needed back in the monolithic ebuild +src_compile () { + export LIBXML_LIBS="`xml2-config --libs`" + export LIBXSLT_LIBS="`xslt-config --libs`" + kde-meta_src_compile +} + |