Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxqt-base/lxqt-qtplugin/
Date: Sat, 28 Nov 2015 17:36:11
Message-Id: 1448526039.4c3d9b63a34548328d4a2b906cb1d1ad7cd79649.monsieurp@gentoo
1 commit: 4c3d9b63a34548328d4a2b906cb1d1ad7cd79649
2 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it>
3 AuthorDate: Tue Nov 24 11:38:43 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 26 08:20:39 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d9b63
7
8 lxqt-base/lxqt-qtplugin: Version bump to 0.10.0
9
10 Thanks to Alpha Bravo <aos <AT> ungwana.de> and Denis I. Polukarov
11 <dipolukarov <AT> gmail.com> in bug #564718
12
13 .../lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild | 30 ++++++++++++++++++++++
14 1 file changed, 30 insertions(+)
15
16 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild
17 new file mode 100644
18 index 0000000..615f259
19 --- /dev/null
20 +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild
21 @@ -0,0 +1,30 @@
22 +# Copyright 1999-2015 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Id$
25 +
26 +EAPI=5
27 +inherit cmake-utils
28 +
29 +DESCRIPTION="LXQt system integration plugin for Qt"
30 +HOMEPAGE="http://lxqt.org/"
31 +
32 +if [[ ${PV} = *9999* ]]; then
33 + inherit git-r3
34 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
35 +else
36 + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz"
37 + KEYWORDS="~amd64 ~arm ~arm64 ~x86"
38 +fi
39 +
40 +LICENSE="LGPL-2.1+"
41 +SLOT="0"
42 +
43 +RDEPEND="
44 + dev-libs/libdbusmenu-qt[qt5]
45 + dev-qt/qtcore:5
46 + dev-qt/qtgui:5
47 + dev-qt/qtwidgets:5
48 + ~lxqt-base/liblxqt-${PV}
49 + x11-libs/libX11"
50 +DEPEND="${RDEPEND}
51 + dev-qt/linguist-tools:5"