Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-powermanagement/
Date: Sun, 18 Apr 2021 05:09:25
Message-Id: 1618722034.b79e511a90035e9d19f7738d0cd31d4b0097428d.juippis@gentoo
1 commit: b79e511a90035e9d19f7738d0cd31d4b0097428d
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 16:45:48 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 05:00:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79e511a
7
8 lxqt-base/lxqt-powermanagement: add version 0.17.0
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 lxqt-base/lxqt-powermanagement/Manifest | 1 +
15 .../lxqt-powermanagement-0.17.0.ebuild | 43 ++++++++++++++++++++++
16 2 files changed, 44 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-powermanagement/Manifest b/lxqt-base/lxqt-powermanagement/Manifest
19 index 15480764f09..0be201ca16d 100644
20 --- a/lxqt-base/lxqt-powermanagement/Manifest
21 +++ b/lxqt-base/lxqt-powermanagement/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-powermanagement-0.16.0.tar.xz 69784 BLAKE2B 44ecfc540c60ceba4cbf3408d246b70a1cfef84c2bdff7b0e5e386cc020345aa2e3d1a1b5f916f71e421501208ec67faa76b327875e3bc9f7c69fd338ad5a5e5 SHA512 d262dc5b182678389d7ac38da5fd3c9bef75ceb9c9733aae3fae9f59d8b2c5e87524fdcdafcf9ec98ad107c23db946e30431f743c6ef8011f70ec4d9fc63a72e
24 +DIST lxqt-powermanagement-0.17.0.tar.xz 76080 BLAKE2B afd12f55d5274263707044c77f3c556dfbb4e2adebda600650e32130ea88a08b0b009c14c31217f85010182edae17cb0d58cd9bb83ba47a1d437e661ee7af6ea SHA512 24bd9a136dddd35b0fdedd5051764109965f3cd32c74acd78cbca1e5fcfc91cddf9a756665c6e700bf882ca0307bfcbc855bde5fbdb2509390e16366e7ee9548
25
26 diff --git a/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
27 new file mode 100644
28 index 00000000000..e957ba744cd
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-powermanagement/lxqt-powermanagement-0.17.0.ebuild
31 @@ -0,0 +1,43 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit cmake
38 +
39 +DESCRIPTION="LXQt daemon for power management and auto-suspend"
40 +HOMEPAGE="https://lxqt.github.io/"
41 +
42 +LXQTPV="$(ver_cut 1-2)*"
43 +
44 +if [[ ${PV} = *9999* ]]; then
45 + inherit git-r3
46 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
47 +else
48 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
49 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 +fi
51 +
52 +LICENSE="LGPL-2.1 LGPL-2.1+"
53 +SLOT="0"
54 +
55 +BDEPEND="
56 + dev-qt/linguist-tools:5
57 + >=dev-util/lxqt-build-tools-0.9.0
58 + virtual/pkgconfig
59 +"
60 +DEPEND="
61 + >=dev-libs/libqtxdg-3.3.1
62 + dev-qt/qtcore:5
63 + dev-qt/qtdbus:5
64 + dev-qt/qtgui:5
65 + dev-qt/qtsvg:5
66 + dev-qt/qtwidgets:5
67 + dev-qt/qtx11extras:5
68 + kde-frameworks/kidletime:5
69 + kde-frameworks/solid:5
70 + =lxqt-base/liblxqt-${LXQTPV}
71 + =lxqt-base/lxqt-globalkeys-${LXQTPV}
72 + sys-power/upower
73 +"
74 +RDEPEND="${DEPEND}"