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-about/
Date: Sun, 18 Apr 2021 05:09:25
Message-Id: 1618722035.a3a4c6c1bf1be38335b276fb5702f64f27eafc92.juippis@gentoo
1 commit: a3a4c6c1bf1be38335b276fb5702f64f27eafc92
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 17:17:32 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=a3a4c6c1
7
8 lxqt-base/lxqt-about: 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-about/Manifest | 1 +
15 lxqt-base/lxqt-about/lxqt-about-0.17.0.ebuild | 30 +++++++++++++++++++++++++++
16 2 files changed, 31 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest
19 index 1b5a68bc7e9..10e5f57fdb4 100644
20 --- a/lxqt-base/lxqt-about/Manifest
21 +++ b/lxqt-base/lxqt-about/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-about-0.16.0.tar.xz 38660 BLAKE2B 4d16ed711986df41dd60a9a0371f91dc3cea6f7643c6bb50a3ff5bb91d8ab059c98b22e945fcfea93a02ebaf7d57d5c44f5f86d58d2d0c7171e543cd4b569af6 SHA512 fc7f7aa747f45fa2c3fc26e0c5de6595e3e011a3af8740a5c07a6d18b34a201c245b13dfe17167b578e84536334078a8925b4bb750461fa49923bcb88b4bf6a4
24 +DIST lxqt-about-0.17.0.tar.xz 40976 BLAKE2B b1b3b1422b9c7f001d22b76ce1bce6c858406f49f9c995496802caf7594d91f00a3665cad00bf58b0b22fde8340e12b3683a79609e93ec00255608bb5f4ae122 SHA512 d347db528a267b857279a96fba31ebfcb1468603cb16c6f002d1675ddf351524f6a93d811f2f980dafd2c46db4a2a86b4521ce82157050dd3166f74c771c4367
25
26 diff --git a/lxqt-base/lxqt-about/lxqt-about-0.17.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-0.17.0.ebuild
27 new file mode 100644
28 index 00000000000..bb8df1f0fb4
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-about/lxqt-about-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 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.9.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}"