diff options
author | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-24 12:38:43 +0100 |
---|---|---|
committer | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-26 09:20:39 +0100 |
commit | 4c3d9b63a34548328d4a2b906cb1d1ad7cd79649 (patch) | |
tree | ddfc0284894efcd89b224d9547d0ffad5cb47a38 /lxqt-base/lxqt-qtplugin | |
parent | lxqt-base/lxqt-powermanagement: Version bump to 0.10.0 (diff) | |
download | gentoo-4c3d9b63a34548328d4a2b906cb1d1ad7cd79649.tar.gz gentoo-4c3d9b63a34548328d4a2b906cb1d1ad7cd79649.tar.bz2 gentoo-4c3d9b63a34548328d4a2b906cb1d1ad7cd79649.zip |
lxqt-base/lxqt-qtplugin: Version bump to 0.10.0
Thanks to Alpha Bravo <aos@ungwana.de> and Denis I. Polukarov
<dipolukarov@gmail.com> in bug #564718
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.10.0.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
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 000000000000..615f259b0043 --- /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" |