From acf346594ed0025c41b1adeb305c7497af7b6bad Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Wed, 19 Mar 2014 19:44:34 +0200 Subject: net-im/profanity: otr support in the upstream --- net-im/profanity/metadata.xml | 1 + net-im/profanity/profanity-9999.ebuild | 11 ++++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/net-im/profanity/metadata.xml b/net-im/profanity/metadata.xml index 72e46ed..1405273 100644 --- a/net-im/profanity/metadata.xml +++ b/net-im/profanity/metadata.xml @@ -7,6 +7,7 @@ Enable desktop notifications support + Enable Off-the-Record support (encryption) Link with libxml2 instead of expat Use x11-libs/libXScrnSaver for checking idle time diff --git a/net-im/profanity/profanity-9999.ebuild b/net-im/profanity/profanity-9999.ebuild index ff5ac32..ed05c31 100644 --- a/net-im/profanity/profanity-9999.ebuild +++ b/net-im/profanity/profanity-9999.ebuild @@ -14,13 +14,14 @@ HOMEPAGE="http://www.profanity.im/" LICENSE="GPL-3+" SLOT="0" KEYWORDS="" -IUSE="libnotify xml xscreensaver" +IUSE="libnotify otr xml xscreensaver" RDEPEND="dev-libs/glib:2 >=dev-libs/libstrophe-0.8-r1[xml=] dev-libs/openssl net-misc/curl sys-libs/ncurses + otr? ( net-libs/libotr ) xscreensaver? ( x11-libs/libXScrnSaver ) libnotify? ( x11-libs/libnotify )" DEPEND="${RDEPEND}" @@ -34,6 +35,14 @@ src_prepare() { src_configure() { econf \ $(use_enable libnotify notifications) \ + $(use_enable otr) \ $(use_with xml libxml2) \ $(use_with xscreensaver) } + +pkg_postinst() { + elog + elog "User guide is available online:" + elog " http://www.profanity.im/userguide.html" + elog +} -- cgit v1.2.1