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-about/
Date: Wed, 20 May 2020 23:28:56
Message-Id: 1590017309.0169d3dbf00b8213f47d27f0794056dd9d6f71bf.asturm@gentoo
1 commit: 0169d3dbf00b8213f47d27f0794056dd9d6f71bf
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 18:32:22 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=0169d3db
7
8 lxqt-base/lxqt-about: 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-about/Manifest | 1 +
15 lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild | 32 +++++++++++++++++++++++++++
16 2 files changed, 33 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
19 index ba50879c8af..0fc088d3ea3 100644
20 --- a/lxqt-base/lxqt-about/Manifest
21 +++ b/lxqt-base/lxqt-about/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-about-0.14.1.tar.xz 36204 BLAKE2B 99bb41746b2ba3943f3817a59dd0786a3fe95a3ff9046a7a382351e17a835953c5fb8748619c2520e18fa5ba665bcadf05fe2c0992dec39366270de26f009fcd SHA512 09cbb4c6c331b16b551d1b63ad4643f424fbaa35cfa9e2d4c70393fae499d403bf8a70c8105d258bd84200d06862033bfe0a082500e794b0db10df38d27b407a
24 +DIST lxqt-about-0.15.0.tar.xz 39048 BLAKE2B 332420e29f1859769e9d191bd9ee3d061ccd67e061ec9b3ae7b6e2f45ff5087b95e7d9898c3d5fe135b1064b5fcd4b1bd041ae5219d09c64ef1b0b856b18ed7e SHA512 0572db83f7f11abe2b17c69ba3d1bcefc5daa011a3c474aa8217f2cf8cc1db54a5de1db4a0678381c4d37caf1d1ebbe4026ed63e17e2fbbaa4133d1e781c6e44
25
26 diff --git a/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild
27 new file mode 100644
28 index 00000000000..1c418a8fd06
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-about/lxqt-about-0.15.0.ebuild
31 @@ -0,0 +1,32 @@
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 about dialog"
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 ~ppc64 ~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-libs/libqtxdg-3.3.1
56 + dev-qt/qtcore:5
57 + dev-qt/qtgui:5
58 + dev-qt/qtwidgets:5
59 + =lxqt-base/liblxqt-$(ver_cut 1-2)*
60 +"
61 +RDEPEND="${DEPEND}
62 + !lxqt-base/lxqt-l10n
63 +"