diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-06-01 12:23:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-06-01 12:23:08 +0100 |
commit | 7a3a5a918d4d8668a9d2c50523e80fb70cb48e87 (patch) | |
tree | d715423983239d2ae063579c8da719b96334a92a /x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild | |
parent | 2845833e768da90179b9d5a324309ca43febb656 (diff) |
x11-libs/qtermwidget : version && EAPI bump
Diffstat (limited to 'x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild')
-rw-r--r-- | x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild new file mode 100644 index 00000000..733d4aa4 --- /dev/null +++ b/x11-libs/qtermwidget/qtermwidget-0.14.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="Qt terminal emulator widget" +HOMEPAGE="https://lxqt.org/" + +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 ~ppc64 ~x86" +fi + +LICENSE="BSD GPL-2 LGPL-2+" +SLOT="0/${PV}" + +BDEPEND=" + dev-qt/linguist-tools:5 + >=lxqt-base/lxqt-build-tools-0.6.0 +" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" |