summaryrefslogtreecommitdiff
path: root/packages/net-im/spectrum/spectrum.exlib
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-11-15 23:19:29 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-11-15 23:19:29 +0300
commitdb822f276fd5d66905c16f7a3c831a0055204637 (patch)
treeab55b157db843f35e57d1306b3a6c4510617c8d3 /packages/net-im/spectrum/spectrum.exlib
parente28a7ad71e306b4ee1d0fb58dfe1d56b7cee07cf (diff)
spectrum: changes requested by exherbo devs
Diffstat (limited to 'packages/net-im/spectrum/spectrum.exlib')
-rw-r--r--packages/net-im/spectrum/spectrum.exlib21
1 files changed, 9 insertions, 12 deletions
diff --git a/packages/net-im/spectrum/spectrum.exlib b/packages/net-im/spectrum/spectrum.exlib
index fd372bb..f1f2ba5 100644
--- a/packages/net-im/spectrum/spectrum.exlib
+++ b/packages/net-im/spectrum/spectrum.exlib
@@ -22,14 +22,13 @@ HOMEPAGE="http://spectrum.im"
MYOPTIONS="
doc
- frotz
- irc
+ frotz [[ description = [ Allows playing interactive-fiction games ] ]]
+ irc [[ description = [ support IRC protocol ] ]]
mysql
- postgres
- purple
- smstools
+ postgres [[ description = [ support PostgreSQL backend for database ] ]]
+ smstools [[ description = [ SMS using connected mobile phone ] ]]
sqlite
- twitter
+ twitter [[ description = [ support twitter protocol ] ]]
( providers: libressl openssl ) [[ number-selected = exactly-one ]]
"
@@ -37,13 +36,15 @@ MYOPTIONS="
DEPENDENCIES+="
build:
sys-devel/gettext
+ doc? ( app-doc/doxygen )
build+run:
- dev-libs/jsoncpp
+ dev-libs/jsoncpp:=
dev-libs/popt
+ dev-libs/protobuf:=
dev-libs/libev
dev-libs/log4cxx
+ net-im/pidgin
net-im/swiften
- doc? ( app-doc/doxygen )
frotz? ( dev-libs/protobuf )
irc? (
dev-libs/protobuf
@@ -51,10 +52,6 @@ DEPENDENCIES+="
)
mysql? ( virtual/mysql )
postgres? ( dev-db/libpqxx )
- purple? (
- dev-libs/protobuf
- net-im/pidgin
- )
sqlite? ( dev-db/sqlite:3 )
providers:libressl? ( dev-libs/libressl:= )
providers:openssl? ( dev-libs/openssl )