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-qtplugin/
Date: Thu, 21 May 2020 19:47:58
Message-Id: 1590090463.1813c343ab9b0eea177b488fd5caeb52eeb6c34f.asturm@gentoo
1 commit: 1813c343ab9b0eea177b488fd5caeb52eeb6c34f
2 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 17:49:47 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:47:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1813c343
7
8 lxqt-base/lxqt-qtplugin: bump 'dev-libs/libqtxdg' dependency
9
10 Closes: https://bugs.gentoo.org/724436
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>
13 Closes: https://github.com/gentoo/gentoo/pull/15904
14 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
15
16 .../lxqt-qtplugin/lxqt-qtplugin-0.15.0-r1.ebuild | 36 ++++++++++++++++++++++
17 1 file changed, 36 insertions(+)
18
19 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0-r1.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0-r1.ebuild
20 new file mode 100644
21 index 00000000000..00aeff17f9a
22 --- /dev/null
23 +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.15.0-r1.ebuild
24 @@ -0,0 +1,36 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +inherit cmake
31 +
32 +DESCRIPTION="LXQt system integration plugin for Qt"
33 +HOMEPAGE="https://lxqt.github.io/"
34 +
35 +if [[ ${PV} = *9999* ]]; then
36 + inherit git-r3
37 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
38 +else
39 + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
40 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
41 +fi
42 +
43 +LICENSE="LGPL-2.1+"
44 +SLOT="0"
45 +
46 +BDEPEND="
47 + dev-qt/linguist-tools:5
48 + >=dev-util/lxqt-build-tools-0.7.0
49 +"
50 +DEPEND="
51 + dev-libs/libdbusmenu-qt:=[qt5(+)]
52 + >=dev-libs/libqtxdg-3.5.0
53 + dev-qt/qtcore:5
54 + dev-qt/qtdbus:5
55 + dev-qt/qtgui:5=
56 + dev-qt/qtwidgets:5
57 + dev-qt/qtx11extras:5
58 + =x11-libs/libfm-qt-$(ver_cut 1-2)*
59 +"
60 +RDEPEND="${DEPEND}"