| 1 |
johu |
1.8 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
maksbotan |
1.1 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
maksbotan |
1.15 |
# $Header: /var/cvsroot/gentoo-x86/net-im/leechcraft-azoth/leechcraft-azoth-9999.ebuild,v 1.14 2012/08/07 14:21:37 maksbotan Exp $
|
| 4 |
maksbotan |
1.1 |
|
| 5 |
maksbotan |
1.6 |
EAPI="4"
|
| 6 |
maksbotan |
1.1 |
|
| 7 |
|
|
inherit leechcraft
|
| 8 |
|
|
|
| 9 |
|
|
DESCRIPTION="Azoth, the modular IM client for LeechCraft."
|
| 10 |
|
|
|
| 11 |
|
|
SLOT="0"
|
| 12 |
|
|
KEYWORDS=""
|
| 13 |
maksbotan |
1.14 |
IUSE="debug astrality +acetamide +adiumstyles +autoidler +autopaste +birthdaynotifier
|
| 14 |
|
|
+chathistory +crypt +depester +embedmedia +herbicide +hili +isterique
|
| 15 |
|
|
+juick +keeso +lastseen +metacontacts media +modnok +nativeemoticons
|
| 16 |
|
|
+otroid +p100q +rosenthal +standardstyles +xoox +xtazy +zheet"
|
| 17 |
maksbotan |
1.1 |
|
| 18 |
maksbotan |
1.6 |
DEPEND="~net-misc/leechcraft-core-${PV}
|
| 19 |
kensington |
1.13 |
x11-libs/qt-webkit:4
|
| 20 |
|
|
x11-libs/qt-multimedia:4
|
| 21 |
maksbotan |
1.9 |
autoidler? ( x11-libs/libXScrnSaver )
|
| 22 |
johu |
1.8 |
astrality? ( net-libs/telepathy-qt )
|
| 23 |
maksbotan |
1.3 |
otroid? ( net-libs/libotr )
|
| 24 |
kensington |
1.13 |
media? ( x11-libs/qt-multimedia:4 )
|
| 25 |
maksbotan |
1.11 |
rosenthal? ( app-text/hunspell )
|
| 26 |
maksbotan |
1.1 |
xoox? ( =net-libs/qxmpp-9999[extras] media-libs/speex )
|
| 27 |
kensington |
1.13 |
xtazy? ( x11-libs/qt-dbus:4 )
|
| 28 |
maksbotan |
1.7 |
crypt? ( app-crypt/qca app-crypt/qca-gnupg )
|
| 29 |
|
|
zheet? ( net-libs/libmsn )"
|
| 30 |
maksbotan |
1.1 |
RDEPEND="${DEPEND}
|
| 31 |
maksbotan |
1.10 |
astrality? (
|
| 32 |
|
|
net-im/telepathy-mission-control
|
| 33 |
|
|
net-voip/telepathy-haze
|
| 34 |
|
|
)
|
| 35 |
maksbotan |
1.1 |
modnok? (
|
| 36 |
|
|
|| (
|
| 37 |
|
|
media-gfx/imagemagick
|
| 38 |
|
|
media-gfx/graphicsmagick[imagemagick]
|
| 39 |
|
|
)
|
| 40 |
|
|
virtual/latex-base
|
| 41 |
|
|
)"
|
| 42 |
|
|
|
| 43 |
maksbotan |
1.15 |
REQUIRED_USE="|| ( standardstyles adiumstyles )"
|
| 44 |
|
|
|
| 45 |
maksbotan |
1.1 |
src_configure() {
|
| 46 |
maksbotan |
1.14 |
local mycmakeargs=(
|
| 47 |
maksbotan |
1.1 |
$(cmake-utils_use_enable crypt CRYPT)
|
| 48 |
|
|
$(cmake-utils_use_enable acetamide AZOTH_ACETAMIDE)
|
| 49 |
|
|
$(cmake-utils_use_enable adiumstyles AZOTH_ADIUMSTYLES)
|
| 50 |
maksbotan |
1.10 |
$(cmake-utils_use_enable astrality AZOTH_ASTRALITY)
|
| 51 |
maksbotan |
1.1 |
$(cmake-utils_use_enable autoidler AZOTH_AUTOIDLER)
|
| 52 |
|
|
$(cmake-utils_use_enable autopaste AZOTH_AUTOPASTE)
|
| 53 |
maksbotan |
1.14 |
$(cmake-utils_use_enable birthdaynotifier AZOTH_BIRTHDAYNOTIFIER)
|
| 54 |
maksbotan |
1.1 |
$(cmake-utils_use_enable chathistory AZOTH_CHATHISTORY)
|
| 55 |
|
|
$(cmake-utils_use_enable depester AZOTH_DEPESTER)
|
| 56 |
|
|
$(cmake-utils_use_enable embedmedia AZOTH_EMBEDMEDIA)
|
| 57 |
|
|
$(cmake-utils_use_enable herbicide AZOTH_HERBICIDE)
|
| 58 |
|
|
$(cmake-utils_use_enable hili AZOTH_HILI)
|
| 59 |
maksbotan |
1.4 |
$(cmake-utils_use_enable isterique AZOTH_ISTERIQUE)
|
| 60 |
maksbotan |
1.1 |
$(cmake-utils_use_enable juick AZOTH_JUICK)
|
| 61 |
maksbotan |
1.10 |
$(cmake-utils_use_enable keeso AZOTH_KEESO)
|
| 62 |
maksbotan |
1.1 |
$(cmake-utils_use_enable lastseen AZOTH_LASTSEEN)
|
| 63 |
|
|
$(cmake-utils_use_enable metacontacts AZOTH_LASTSEEN)
|
| 64 |
maksbotan |
1.12 |
$(cmake-utils_use_enable media MEDIACALLS)
|
| 65 |
maksbotan |
1.1 |
$(cmake-utils_use_enable modnok AZOTH_MODNOK)
|
| 66 |
|
|
$(cmake-utils_use_enable nativeemoticons AZOTH_NATIVEEMOTICONS)
|
| 67 |
maksbotan |
1.3 |
$(cmake-utils_use_enable otroid AZOTH_OTROID)
|
| 68 |
maksbotan |
1.1 |
$(cmake-utils_use_enable p100q AZOTH_P100Q)
|
| 69 |
|
|
$(cmake-utils_use_enable rosenthal AZOTH_ROSENTHAL)
|
| 70 |
|
|
$(cmake-utils_use_enable standardstyles AZOTH_STANDARDSTYLES)
|
| 71 |
|
|
$(cmake-utils_use_enable xoox AZOTH_XOOX)
|
| 72 |
maksbotan |
1.7 |
$(cmake-utils_use_enable xtazy AZOTH_XTAZY)
|
| 73 |
maksbotan |
1.14 |
$(cmake-utils_use_enable zheet AZOTH_ZHEET)
|
| 74 |
|
|
)
|
| 75 |
maksbotan |
1.1 |
|
| 76 |
|
|
cmake-utils_src_configure
|
| 77 |
|
|
}
|
| 78 |
|
|
|
| 79 |
|
|
pkg_postinst() {
|
| 80 |
|
|
if use rosenthal; then
|
| 81 |
|
|
elog "You have enabled the Azoth Rosenthal plugin for"
|
| 82 |
|
|
elog "spellchecking. It uses Hunspell/Myspell dictionaries,"
|
| 83 |
|
|
elog "so install the ones for languages you use to enable"
|
| 84 |
|
|
elog "spellchecking."
|
| 85 |
|
|
fi
|
| 86 |
|
|
}
|