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-admin/
Date: Wed, 20 May 2020 23:28:56
Message-Id: 1590017309.623cc8eba047dbbf61c35a078d1303aa39d7b91e.asturm@gentoo
1 commit: 623cc8eba047dbbf61c35a078d1303aa39d7b91e
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:34:28 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 23:28:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=623cc8eb
7
8 lxqt-base/lxqt-admin: add version 0.15.0
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 lxqt-base/lxqt-admin/Manifest | 1 +
15 lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild | 33 +++++++++++++++++++++++++++
16 2 files changed, 34 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest
19 index b734e7bceb4..68895c3b3d3 100644
20 --- a/lxqt-base/lxqt-admin/Manifest
21 +++ b/lxqt-base/lxqt-admin/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-admin-0.14.1.tar.xz 141088 BLAKE2B 89e84167b4dfe67f2c7831a8d2ec4ee8805518d421e36b5cc1ed482e2166c85c54150ff54789f4e0e3f9fd6a5d202f620d2da60f79a0a23178ac0bf9882108df SHA512 bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373
24 +DIST lxqt-admin-0.15.0.tar.xz 143456 BLAKE2B 641d4185f00c6aecd4f1e4da1667cf8644522932800629c925ee04045d2a996cd17ef60b5856954c6e0315fce3243f9ac528d9ed85f18a63aa4ffe8e20b6e309 SHA512 830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22
25
26 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild
27 new file mode 100644
28 index 00000000000..1ba97cc0265
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild
31 @@ -0,0 +1,33 @@
32 +# Copyright 1999-2020 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 system administration tool"
40 +HOMEPAGE="https://lxqt.github.io/"
41 +
42 +if [[ ${PV} = *9999* ]]; then
43 + inherit git-r3
44 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
45 +else
46 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
47 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
48 +fi
49 +
50 +LICENSE="LGPL-2.1+"
51 +SLOT="0"
52 +
53 +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
54 +DEPEND="
55 + dev-qt/qtcore:5
56 + dev-qt/qtdbus:5
57 + dev-qt/qtgui:5
58 + dev-qt/qtwidgets:5
59 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
60 + kde-frameworks/kwindowsystem:5
61 +"
62 +RDEPEND="${DEPEND}
63 + !lxqt-base/lxqt-l10n
64 +"