summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2014-11-17 22:57:59 +0000
committerSebastian Pipping <sping@gentoo.org>2014-11-17 22:57:59 +0000
commit9ea8001c85e6da825032ed060b55f2e17c3f7c6e (patch)
tree445553ec426a1677d80b9d74145e545095a633ab /x11-misc/redshift
parentversion bump (diff)
downloadgentoo-2-9ea8001c85e6da825032ed060b55f2e17c3f7c6e.tar.gz
gentoo-2-9ea8001c85e6da825032ed060b55f2e17c3f7c6e.tar.bz2
gentoo-2-9ea8001c85e6da825032ed060b55f2e17c3f7c6e.zip
x11-misc/redshift: appindicator use flag
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'x11-misc/redshift')
-rw-r--r--x11-misc/redshift/ChangeLog6
-rw-r--r--x11-misc/redshift/metadata.xml1
-rw-r--r--x11-misc/redshift/redshift-1.9.1-r1.ebuild8
3 files changed, 11 insertions, 4 deletions
diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog
index a4117485b870..6660043b7ed7 100644
--- a/x11-misc/redshift/ChangeLog
+++ b/x11-misc/redshift/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/redshift
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.29 2014/11/01 15:57:17 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.30 2014/11/17 22:57:59 sping Exp $
+
+ 17 Nov 2014; Sebastian Pipping <sping@gentoo.org> redshift-1.9.1-r1.ebuild,
+ metadata.xml:
+ Add appindicator use flag (patch by Marek Pikuła)
*redshift-1.9.1-r1 (01 Nov 2014)
diff --git a/x11-misc/redshift/metadata.xml b/x11-misc/redshift/metadata.xml
index 36818c51c07a..0fdf4d11e1ef 100644
--- a/x11-misc/redshift/metadata.xml
+++ b/x11-misc/redshift/metadata.xml
@@ -4,6 +4,7 @@
<herd>desktop-misc</herd>
<maintainer><email>sping@gentoo.org</email></maintainer>
<use>
+ <flag name="appindicator">Enable usage of <pkg>dev-libs/libappindicator</pkg> to export menu options in to unity and KDE 5</flag>
<flag name="geoclue">Control dependency on <pkg>app-misc/geoclue</pkg></flag>
</use>
</pkgmetadata>
diff --git a/x11-misc/redshift/redshift-1.9.1-r1.ebuild b/x11-misc/redshift/redshift-1.9.1-r1.ebuild
index cf1b84dc0573..d7a2162db34e 100644
--- a/x11-misc/redshift/redshift-1.9.1-r1.ebuild
+++ b/x11-misc/redshift/redshift-1.9.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r1.ebuild,v 1.1 2014/11/01 15:57:17 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.9.1-r1.ebuild,v 1.2 2014/11/17 22:57:59 sping Exp $
EAPI=5
PYTHON_COMPAT=( python{3_2,3_3,3_4} )
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="geoclue gtk nls"
+IUSE="appindicator geoclue gtk nls"
COMMON_DEPEND=">=x11-libs/libX11-1.4
x11-libs/libXxf86vm
@@ -27,7 +27,9 @@ RDEPEND="${COMMON_DEPEND}
x11-libs/gtk+:3[introspection]
dev-python/pyxdg[${PYTHON_USEDEP}] )"
DEPEND="${COMMON_DEPEND}
- nls? ( sys-devel/gettext )"
+ nls? ( sys-devel/gettext )
+ appindicator? ( dev-libs/libappindicator )
+"
src_prepare() {
epatch_user