summaryrefslogtreecommitdiff
path: root/lxqt-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-22 12:10:09 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-22 12:10:09 +0100
commit452fd2ee56f1411945b1aa209afede7c86a4777c (patch)
tree818c3575590fb3f5a4e9cc4874d63dba0cce9121 /lxqt-base
parentb431f8d3f29fff44247db8a3c849c8e9b5eee03c (diff)
lxqt-base/lxqt-qtplugin : EAPI bump
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild43
1 files changed, 24 insertions, 19 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
index 7e93a2d8..dd600b3e 100644
--- a/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild
+++ b/lxqt-base/lxqt-qtplugin/lxqt-qtplugin-0.14.0.ebuild
@@ -1,31 +1,36 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
+
inherit cmake-utils
DESCRIPTION="LXQt system integration plugin for Qt"
-HOMEPAGE="http://lxqt.org/"
+HOMEPAGE="https://lxqt.org/"
-SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz"
-KEYWORDS="amd64"
+if [[ ${PV} = *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
+else
+ SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${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.2.0
+BDEPEND="
+ dev-qt/linguist-tools:5
+ >=lxqt-base/lxqt-build-tools-0.6.0
+"
+DEPEND="
+ dev-libs/libdbusmenu-qt:=[qt5(+)]
+ >=dev-libs/libqtxdg-3.3.1
dev-qt/qtcore:5
- dev-qt/qtgui:5
+ dev-qt/qtdbus: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
-}
+ dev-qt/qtx11extras:5
+ =x11-libs/libfm-qt-$(ver_cut 1-2)*
+"
+RDEPEND="${DEPEND}"