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-sudo/
Date: Sun, 18 Apr 2021 05:09:27
Message-Id: 1618722035.fe0819fbe96c79392ff3a17fcfe8204b83cf8c58.juippis@gentoo
1 commit: fe0819fbe96c79392ff3a17fcfe8204b83cf8c58
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 16:56:19 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 05:00:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe0819fb
7
8 lxqt-base/lxqt-sudo: 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-sudo/Manifest | 1 +
15 lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild | 30 +++++++++++++++++++++++++++++
16 2 files changed, 31 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest
19 index 379847dce92..fc28b916154 100644
20 --- a/lxqt-base/lxqt-sudo/Manifest
21 +++ b/lxqt-base/lxqt-sudo/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-sudo-0.16.0.tar.xz 35088 BLAKE2B d19dccfd7f6219473184ba93cbe8179da848216ba8080aa3754600083e8d2a20a55b403a9bddd99fef636a24e36c3ae098e110ff05f0debcbce2953bed2e167e SHA512 425c1bf1a4c2a6fe3933419c77e0d1c5f576902cf5cfd2550890e037c32c3021eb8294831f26690ff2488ed096fcd271d664d9f67e73374559c53e7669089694
24 +DIST lxqt-sudo-0.17.0.tar.xz 35884 BLAKE2B 3fbe32f21eea9bf923e2117fb02a4f49416d82821f4d13b12aabfed8d565987fead118ad108293b6487f3e43a99013c8c06abcf5fcf63f90ed2a081fdbed8051 SHA512 bbd33b4e49392ee0ab611558c72842d857d2d8af95ec2b3a0db6bdd0b7062dfac24cfd468e5b1a2197ad684a65fe629993c98a5f2bb24227ce0df7dcd04127f5
25
26 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
27 new file mode 100644
28 index 00000000000..3153b0b042a
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.17.0.ebuild
31 @@ -0,0 +1,30 @@
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 GUI frontend for sudo"
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 LGPL-2.1+"
51 +SLOT="0"
52 +
53 +BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"
54 +DEPEND="
55 + app-admin/sudo
56 + >=dev-libs/libqtxdg-3.3.1
57 + dev-qt/qtcore:5
58 + dev-qt/qtwidgets:5
59 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
60 +"
61 +RDEPEND="${DEPEND}"