diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-11-05 21:45:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-23 08:11:32 +0100 |
commit | 378e98d114e9709be704d74043a225701c44494d (patch) | |
tree | 2cea29aabacd21c315fe8deb4f7d1cf5ff9d9146 /lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild | |
parent | x11-misc/pcmanfm-qt: add version 0.16.0 (diff) | |
download | gentoo-378e98d114e9709be704d74043a225701c44494d.tar.gz gentoo-378e98d114e9709be704d74043a225701c44494d.tar.bz2 gentoo-378e98d114e9709be704d74043a225701c44494d.zip |
lxqt-base/lxqt-qtplugin: add version 0.16.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild new file mode 100644 index 000000000000..a47159d4569a --- /dev/null +++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.16.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt system integration plugin for Qt" +HOMEPAGE="https://lxqt.github.io/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=" + dev-qt/linguist-tools:5 + >=dev-util/lxqt-build-tools-0.8.0 +" +DEPEND=" + dev-libs/libdbusmenu-qt:=[qt5(+)] + >=dev-libs/libqtxdg-3.6.0 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5= + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + =x11-libs/libfm-qt-$(ver_cut 1-2)* +" +RDEPEND="${DEPEND}" |