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-qtplugin/
Date: Sun, 18 Apr 2021 05:09:24
Message-Id: 1618722033.3af546bccff93e5d796999bc965a0d5676da55f7.juippis@gentoo
1 commit: 3af546bccff93e5d796999bc965a0d5676da55f7
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 16:04:56 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 18 05:00:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3af546bc
7
8 lxqt-base/lxqt-qtplugin: 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-qtplugin/Manifest | 1 +
15 .../lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild | 36 ++++++++++++++++++++++
16 2 files changed, 37 insertions(+)
17
18 diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest
19 index 87e17f41a48..b7c9e881264 100644
20 --- a/lxqt-base/lxqt-qtplugin/Manifest
21 +++ b/lxqt-base/lxqt-qtplugin/Manifest
22 @@ -1 +1,2 @@
23 DIST lxqt-qtplugin-0.16.0.tar.xz 23640 BLAKE2B 53bb3e2f9dd9a72a148858af2b7b5729aeb4337494695ccf936c1c2ce13fd6e46fce95b738c000def6b8871b1f045de651fdc1d5aa3acf900dedc1d02ce59d7c SHA512 8dc6174a5b2a43332b40509b466095912d31407e70d5d3487243de3a25fd07e925fae8f46359f6b69f2e4d7e920a7ba0ae5982a8d7ad9129ffacb4d62e108203
24 +DIST lxqt-qtplugin-0.17.0.tar.xz 23744 BLAKE2B 226adea0061d38b93b621fb4cb745623eafc57ea4184bb154e50f31da8b7b7c2e51158800b5dfb4dee78e986280b42f3822a47d426f970bfe6d62d11338b6e15 SHA512 5fda2858223de1973dede43c4a278c0ff07006b087a19fe9088113d93e968716a6b0ed59624de3d69924961a2dba184955b73b380ea007cf9942e20ec1614fb7
25
26 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild
27 new file mode 100644
28 index 00000000000..bde9f9e6a46
29 --- /dev/null
30 +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.17.0.ebuild
31 @@ -0,0 +1,36 @@
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 system integration plugin for Qt"
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="
54 + dev-qt/linguist-tools:5
55 + >=dev-util/lxqt-build-tools-0.9.0
56 +"
57 +DEPEND="
58 + dev-libs/libdbusmenu-qt:=[qt5(+)]
59 + >=dev-libs/libqtxdg-3.7.0
60 + dev-qt/qtcore:5
61 + dev-qt/qtdbus:5
62 + dev-qt/qtgui:5=
63 + dev-qt/qtwidgets:5
64 + dev-qt/qtx11extras:5
65 + =x11-libs/libfm-qt-$(ver_cut 1-2)*
66 +"
67 +RDEPEND="${DEPEND}"