Gentoo Archives: gentoo-commits

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