From c83bdce98bb5730e98a54fc89d1cff41443422c2 Mon Sep 17 00:00:00 2001 From: Dmitry Podgorny Date: Sat, 19 Apr 2014 00:58:56 +0300 Subject: net-im/profanity: added themes useflag Upstream supports installation of system-wide themes now. --- net-im/profanity/metadata.xml | 1 + net-im/profanity/profanity-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-im/profanity/metadata.xml b/net-im/profanity/metadata.xml index 1405273..ac54d92 100644 --- a/net-im/profanity/metadata.xml +++ b/net-im/profanity/metadata.xml @@ -8,6 +8,7 @@ Enable desktop notifications support Enable Off-the-Record support (encryption) + Install additional themes 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 769dab6..b4b5dce 100644 --- a/net-im/profanity/profanity-9999.ebuild +++ b/net-im/profanity/profanity-9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="http://www.profanity.im/" LICENSE="GPL-3+" SLOT="0" KEYWORDS="" -IUSE="libnotify otr xml xscreensaver" +IUSE="libnotify otr +themes xml xscreensaver" RDEPEND="dev-libs/glib:2 >=dev-libs/libstrophe-0.8-r1[xml=] @@ -36,6 +36,7 @@ src_configure() { econf \ $(use_enable libnotify notifications) \ $(use_enable otr) \ + $(use_with themes) \ $(use_with xml libxml2) \ $(use_with xscreensaver) } -- cgit v1.2.1