summaryrefslogtreecommitdiff
path: root/lxqt-base
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-22 11:49:52 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-22 11:49:52 +0100
commitedbf529bfda0a8856629b0d24573d2a28899448c (patch)
treebfb56e45ff8b32e5112caa0d31376a7c4b986638 /lxqt-base
parentaa615da06b8cab5f770bcb0dab51a84e11274380 (diff)
lxqt-base/liblxqt : EAPI bump
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/liblxqt/liblxqt-0.14.1.ebuild50
1 files changed, 26 insertions, 24 deletions
diff --git a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
index f1c9a727..536de0b1 100644
--- a/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
+++ b/lxqt-base/liblxqt/liblxqt-0.14.1.ebuild
@@ -1,19 +1,30 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit cmake-utils
DESCRIPTION="Common base library for the LXQt desktop environment"
-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="GPL-2 LGPL-2.1+"
-SLOT="0"
+LICENSE="LGPL-2.1+ BSD"
+SLOT="0/$(ver_cut 1-2)"
-RDEPEND=">=dev-libs/libqtxdg-3.2.0
+BDEPEND="
+ dev-qt/linguist-tools:5
+ >=lxqt-base/lxqt-build-tools-0.6.0
+"
+DEPEND="
+ >=dev-libs/libqtxdg-3.3.1
dev-qt/qtcore:5
dev-qt/qtdbus:5
dev-qt/qtgui:5
@@ -21,19 +32,10 @@ RDEPEND=">=dev-libs/libqtxdg-3.2.0
dev-qt/qtx11extras:5
dev-qt/qtxml:5
kde-frameworks/kwindowsystem:5[X]
- >=lxqt-base/lxqt-build-tools-0.5.0
- x11-libs/libXScrnSaver"
-DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5"
-
-pkg_pretend() {
- if [[ ${MERGE_TYPE} != binary ]]; then
- tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \
- die 'The active compiler needs to be gcc 4.8 (or newer)'
- fi
-}
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}
+ sys-auth/polkit-qt
+ x11-libs/libX11
+ x11-libs/libXScrnSaver
+"
+RDEPEND="${DEPEND}
+ !lxqt-base/lxqt-l10n
+"