diff options
author | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-24 12:37:27 +0100 |
---|---|---|
committer | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-26 09:20:34 +0100 |
commit | 9a5bdab54f7fbd21956270a1dc7d231610f298fe (patch) | |
tree | 88fa175093dfb6ca6bd4d27a1a71cf54997d95ea /lxqt-base/lxqt-powermanagement | |
parent | lxqt-base/lxqt-policykit: Version bump to 0.10.0 (diff) | |
download | gentoo-9a5bdab54f7fbd21956270a1dc7d231610f298fe.tar.gz gentoo-9a5bdab54f7fbd21956270a1dc7d231610f298fe.tar.bz2 gentoo-9a5bdab54f7fbd21956270a1dc7d231610f298fe.zip |
lxqt-base/lxqt-powermanagement: Version bump to 0.10.0
Thanks to Alpha Bravo <aos@ungwana.de> in bug #564718
Diffstat (limited to 'lxqt-base/lxqt-powermanagement')
-rw-r--r-- | lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild new file mode 100644 index 000000000000..e16c4ddd4507 --- /dev/null +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.10.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt daemon for power management and auto-suspend" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +CDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + >=dev-libs/libqtxdg-1.0.0 + x11-libs/libX11 + x11-libs/libxcb:=" +DEPEND="${CDEPEND} + dev-qt/linguist-tools:5 + virtual/pkgconfig" +RDEPEND="${CDEPEND} + || ( sys-power/upower sys-power/upower-pm-utils )" |