diff options
Diffstat (limited to 'kde-base/kopete/kopete-3.4.2.ebuild')
-rw-r--r-- | kde-base/kopete/kopete-3.4.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-base/kopete/kopete-3.4.2.ebuild b/kde-base/kopete/kopete-3.4.2.ebuild new file mode 100644 index 000000000000..62dceb2e0ad4 --- /dev/null +++ b/kde-base/kopete/kopete-3.4.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.4.2.ebuild,v 1.1 2005/07/28 21:16:20 danarmak Exp $ + +KMNAME=kdenetwork +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="KDE multi-protocol IM client" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="ssl xmms" + +DEPEND="net-libs/libgadu + xmms? ( media-sound/xmms )" +RDEPEND="$DEPEND + ssl? ( app-crypt/qca-tls )" + +# No meanwhile support. See bug 96778. +PATCHES="$FILESDIR/disable-meanwhile.diff" + +# External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. +# Maybe we can enable it in the future. +#PATCHES="$PATCHES $FILESDIR/configure-fix-kdenetwork-gadu.patch" +#myconf="$myconf --with-external-libgadu" + +# The nowlistening plugin has xmms support +PATCHES="$PATCHES $FILESDIR/configure-fix-kdenetwork-xmms.patch" +myconf="$myconf $(use_with xmms)" |