logo

overlay

My own overlay for experimentations, use with caution, no support is provided
commit: 26a7fd200694e095464522ed0c2a9f9c64cceed7
parent: 789fa1b7b23dc6941a6523dd4a5cf5e8b9644384
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  5 Apr 2020 01:03:13 +0200

gui-libs/wpebackend-fdo: Version bump, 1.6.0

Diffstat:

Mgui-libs/wpebackend-fdo/Manifest1+
Agui-libs/wpebackend-fdo/wpebackend-fdo-1.6.0.ebuild24++++++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/gui-libs/wpebackend-fdo/Manifest b/gui-libs/wpebackend-fdo/Manifest @@ -1 +1,2 @@ DIST wpebackend-fdo-1.4.2.tar.xz 30284 BLAKE2B b0c219a73e91292f064ded608b1edb3209761ce689b6357e9a32269d69ec359b2f09a1c1e605e9821af4272ad356a67bc982bfe1e56290d110e2fb5612a88075 SHA512 bdbd949e63b3be5e42ab7aa43a7ecd6620fcba12905673204ab79dac783afe491036c5c0d2291a7b8cb76a8b6881e4799507db20d7b8bf1f399800631150c61f +DIST wpebackend-fdo-1.6.0.tar.xz 35004 BLAKE2B 0a0b8eba28d77300b273e0ca7fb64a9d44b77ee975a68b814b2775d27e0bb1509cb7af9376ed734dbd02b5bf0c0a69c98ceec14cc854f0790b7fe1c4ae4a7d9d SHA512 26827684419d24c52d303d0caffc37d62cdd4bff7335660259167e46ad309b111ce5bccfc9656a0c62fed169f45bfa0c84d2b9ad9437445aa512dec89bd9e8bc diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.6.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.6.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2019-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +CMAKE_MAKEFILE_GENERATOR="ninja" + +inherit cmake + +DESCRIPTION="FreeDesktop.Org backend for WPE WebKit" +HOMEPAGE="https://wpewebkit.org/" +LICENSE="BSD-2" +SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz" +SLOT="1.0" # WPE_API_VERSION +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x86-macos" +IUSE="" + +# documentation depends on hotdoc +DEPEND=" + media-libs/mesa[egl] + dev-libs/glib:= + >=dev-libs/wayland-1.10:= + >=gui-libs/libwpe-1.6:= +" +RDEPEND="${DEPEND}"