diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-22 10:34:22 +0100 |
commit | e57e403d595a1b4239d58ffa01cfd04116e3d876 (patch) | |
tree | 670e014359cc66d97abb1f174b1659fc14d06261 /lxqt-base/lxqt-qtplugin | |
parent | 8ae6831a751f37cc69146795decc0732f625e43d (diff) |
lxqt-base/lxqt-meta : version bump
Diffstat (limited to 'lxqt-base/lxqt-qtplugin')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.12.0.ebuild | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-qtplugin/Manifest b/lxqt-base/lxqt-qtplugin/Manifest new file mode 100644 index 00000000..7a3fa252 --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/Manifest @@ -0,0 +1 @@ +DIST lxqt-qtplugin-0.12.0.tar.xz 23316 SHA256 a41a1e06c7246eb109225885a9ab9239c0d310baa0ab86b8712c410e77e00cef SHA512 ea060e600ab5c19e43bcbf77c17797f77050fbd7a532b7ff3fa3d77005064c59b0e553f3dd6819ca4206056af709cea9a8ad892c37454191f6f9ddc509f3f119 WHIRLPOOL 98dc79b9c62c20829c99ba7492cb6e41dd26350a105172972fe0774520c9fb9099fc06d9292a73b4cf65cb94f2f2db54161a2af8570b60d8f15c3eedafaf7f02 diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.12.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.12.0.ebuild new file mode 100644 index 00000000..0d1285d3 --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.12.0.ebuild @@ -0,0 +1,36 @@ +# 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/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-libs/libdbusmenu-qt[qt5(+)] + >=dev-libs/libqtxdg-3.1.0 + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + ~lxqt-base/liblxqt-${PV} + ~x11-libs/libfm-qt-${PV} + x11-libs/libX11" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} |