aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2014-04-19 00:58:56 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2014-04-19 00:58:56 +0300
commitc83bdce98bb5730e98a54fc89d1cff41443422c2 (patch)
treebb09d2abbcbbbb2db3bf1cd09b81b93c95a9bbff
parent0115c063357c9fed6b506e4934d1871320dd050f (diff)
downloadprofanity-c83bdce98bb5730e98a54fc89d1cff41443422c2.tar.gz
profanity-c83bdce98bb5730e98a54fc89d1cff41443422c2.tar.xz
net-im/profanity: added themes useflag
Upstream supports installation of system-wide themes now.
-rw-r--r--net-im/profanity/metadata.xml1
-rw-r--r--net-im/profanity/profanity-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
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 @@
<use>
<flag name='libnotify'>Enable desktop notifications support</flag>
<flag name='otr'>Enable Off-the-Record support (encryption)</flag>
+ <flag name='themes'>Install additional themes</flag>
<flag name='xml'>Link with libxml2 instead of expat</flag>
<flag name='xscreensaver'>Use x11-libs/libXScrnSaver for checking idle time</flag>
</use>
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)
}