Gentoo Archives: gentoo-commits

From: Jimi Huotari <chiitoo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: x11-themes/lxqt-themes/
Date: Mon, 18 Feb 2019 23:30:03
Message-Id: 1550532015.5885624a7ab8aaa6204e4ed7d9b5761005d5ad17.chiitoo@gentoo
1 commit: 5885624a7ab8aaa6204e4ed7d9b5761005d5ad17
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 18 23:08:27 2019 +0000
4 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 18 23:20:15 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=5885624a
7
8 x11-themes/lxqt-themes: add 0.14.0 for testing
9
10 Package-Manager: Portage-2.3.61, Repoman-2.3.12
11 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
12
13 x11-themes/lxqt-themes/Manifest | 1 +
14 x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild | 24 ++++++++++++++++++++++++
15 2 files changed, 25 insertions(+)
16
17 diff --git a/x11-themes/lxqt-themes/Manifest b/x11-themes/lxqt-themes/Manifest
18 new file mode 100644
19 index 00000000..749961bf
20 --- /dev/null
21 +++ b/x11-themes/lxqt-themes/Manifest
22 @@ -0,0 +1 @@
23 +DIST lxqt-themes-0.14.0.tar.xz 3203820 BLAKE2B a8fd0e77f3c6844f13755bd5c6e0e48c194475c082cbcf83b3999e120f548f457293cc0bcf06cff2ab38ac4ddf54346cf07abb80d5f5f326eca5c5a6baee45da SHA512 622449df60f5f50d59ab308a7aaae35114e91bda48e112fb2abb2c394bfdfc5794d2bf0c6ce63689a29081a31bdde191e3c8cb7217f833d76a407f9970eb1fb2
24
25 diff --git a/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
26 new file mode 100644
27 index 00000000..8e8ce23c
28 --- /dev/null
29 +++ b/x11-themes/lxqt-themes/lxqt-themes-0.14.0.ebuild
30 @@ -0,0 +1,24 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +inherit cmake-utils
37 +
38 +DESCRIPTION="Themes, graphics and icons for LXQt"
39 +HOMEPAGE="https://lxqt.org/"
40 +
41 +if [[ ${PV} = *9999* ]]; then
42 + inherit git-r3
43 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
44 +else
45 + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
46 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
47 +fi
48 +
49 +LICENSE="LGPL-2.1+"
50 +SLOT="0"
51 +
52 +BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
53 +RDEPEND=""
54 +DEPEND="${RDEPEND}"