diff options
Diffstat (limited to 'net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild')
-rw-r--r-- | net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild new file mode 100644 index 000000000000..d0540ca51725 --- /dev/null +++ b/net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-0.4.85.ebuild,v 1.1 2011/08/23 19:46:02 maksbotan Exp $ + +EAPI="2" + +inherit leechcraft + +DESCRIPTION="Azoth, the modular IM client for LeechCraft." + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug +acetamide +adiumstyles +autoidler +autopaste +chathistory +crypt + +depester +embedmedia +herbicide +hili +juick +lastseen metacontacts + +modnok +nativeemoticons +p100q +rosenthal +standardstyles +xoox + +xtazy" + +DEPEND="=net-misc/leechcraft-core-${PV} + x11-libs/qt-webkit + x11-libs/qt-multimedia + xoox? ( net-libs/qxmpp[extras] media-libs/speex ) + crypt? ( app-crypt/qca app-crypt/qca-gnupg ) + " +RDEPEND="${DEPEND} + modnok? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + )" + +src_configure() { + local mycmakeargs=" + $(cmake-utils_use_enable crypt CRYPT) + $(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE) + $(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES) + $(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER) + $(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE) + $(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY) + $(cmake-utils_use_enable depester AZOTH_DEPESTER) + $(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA) + $(cmake-utils_use_enable herbicide AZOTH_HERBICIDE) + $(cmake-utils_use_enable hili AZOTH_HILI) + $(cmake-utils_use_enable juick AZOTH_JUICK) + $(cmake-utils_use_enable lastseen AZOTH_LASTSEEN) + $(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN) + $(cmake-utils_use_enable modnok AZOTH_MODNOK) + $(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS) + $(cmake-utils_use_enable p100q AZOTH_P100Q) + $(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL) + $(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES) + $(cmake-utils_use_enable xoox AZOTH_XOOX) + $(cmake-utils_use_enable xtazy AZOTH_XTAZY) + " + + cmake-utils_src_configure +} + +pkg_postinst() { + if use rosenthal; then + elog "You have enabled the Azoth Rosenthal plugin for" + elog "spellchecking. It uses Hunspell/Myspell dictionaries," + elog "so install the ones for languages you use to enable" + elog "spellchecking." + fi +} |