diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-05-22 11:24:52 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-05-22 11:24:52 +0100 |
commit | ee63998f76ddaf83aad876588cf9fe4fc2a85500 (patch) | |
tree | c4abfb69d18ae67d35f45d18315265ed9634bcc0 /lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild | |
parent | 031a453da286811549bd89fe369910997b5512c6 (diff) |
lxqt-base/lxqt-qtplugin : version bump
Diffstat (limited to 'lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild new file mode 100644 index 00000000..7e93a2d8 --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="LXQt system integration plugin for Qt" +HOMEPAGE="http://lxqt.org/" + +SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" +KEYWORDS="amd64" + +LICENSE="LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/libdbusmenu-qt[qt5(+)] + >=dev-libs/libqtxdg-3.2.0 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ~lxqt-base/liblxqt-${PV} + >=x11-libs/libfm-qt-0.13.1 + x11-libs/libX11" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} |