Home
       twww-client/qtwebbrowser: Add 9999 - parlay - yet another gentoo overlay
  HTML git clone https://git.parazyd.org/parlay
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 175a5a0e53d96bfe4488c458ad1dade5de471a7e
   DIR parent 81298e0f87a37704953c6b7185fe54e524f3791d
  HTML Author: parazyd <parazyd@dyne.org>
       Date:   Mon, 17 Jun 2019 15:19:59 +0200
       
       www-client/qtwebbrowser: Add 9999
       
       Diffstat:
         A www-client/qtwebbrowser/qtwebbrows… |      33 +++++++++++++++++++++++++++++++
       
       1 file changed, 33 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild b/www-client/qtwebbrowser/qtwebbrowser-9999.ebuild
       t@@ -0,0 +1,33 @@
       +# Copyright 2019 Gentoo Authors
       +# Distributed under the terms of the GNU General Public License v2
       +
       +EAPI=7
       +
       +inherit git-r3 qmake-utils pax-utils
       +
       +DESCRIPTION="Qt WebEngine based browser for embedded touch devices."
       +HOMEPAGE="https://doc.qt.io/QtWebBrowser/"
       +EGIT_REPO_URI="https://code.qt.io/qt-apps/qtwebbrowser.git"
       +
       +LICENSE="GPL-3"
       +SLOT="0"
       +KEYWORDS=""
       +IUSE=""
       +
       +DEPEND="
       +        dev-qt/qtwebengine:5
       +        dev-qt/qtvirtualkeyboard:5
       +        dev-qt/qtgraphicaleffects:5
       +        dev-qt/qtquickcontrols:5
       +"
       +RDEPEND="${DEPEND}"
       +BDEPEND=""
       +
       +src_configure() {
       +        eqmake5 INSTALL_PREFIX="${D}/usr/bin/"
       +}
       +
       +src_install() {
       +        emake install
       +        pax-mark -m "${D}/usr/bin/qtwebbrowser"
       +}