commit: 4c3d9b63a34548328d4a2b906cb1d1ad7cd79649 Author: Paolo Pedroni <paolo.pedroni <AT> iol <DOT> it> AuthorDate: Tue Nov 24 11:38:43 2015 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Thu Nov 26 08:20:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c3d9b63
lxqt-base/lxqt-qtplugin: Version bump to 0.10.0 Thanks to Alpha Bravo <aos <AT> ungwana.de> and Denis I. Polukarov <dipolukarov <AT> gmail.com> in bug #564718 .../lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild new file mode 100644 index 0000000..615f259 --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system integration plugin for Qt" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/libdbusmenu-qt[qt5] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ~lxqt-base/liblxqt-${PV} + x11-libs/libX11" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5"
