logo

overlay

My (experimental) gentoo overlay
commit: eac4b6c25a5659e84d9e6f638d43a6d144acc520
parent: 53858436c93babb85ec14e82cc5707d97af8cf07
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 23 Sep 2019 02:55:08 +0200

net-libs/libwpe: Version bump, 1.4.0

Diffstat:

Mnet-libs/libwpe/Manifest1+
Anet-libs/libwpe/libwpe-1.4.0.ebuild22++++++++++++++++++++++
2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/net-libs/libwpe/Manifest b/net-libs/libwpe/Manifest @@ -1 +1,2 @@ DIST libwpe-1.2.1.tar.xz 48028 BLAKE2B 2c1ceaa1e1e9103ab7f1ac4558488f6971be141dc201eba08f772919f91216062adbc515eccfd972ca9e484c49c22a8efc78f6770713c484d5743965380e48b0 SHA512 45870501a265d6775770046198d642d28ececbc95ce75e41b2a2c8a98cf39d15e8320533a06d0e1f94ca45737652031a69609c6cc6eb1dec4b12b5a535fd9c18 +DIST libwpe-1.4.0.tar.xz 49572 BLAKE2B 9172a8ae56a25a5924b4740e0dfc7f38c0f70520c18f328637be148fa65d9dd78440454962ec1358fdf7143dec55d71db65862cc2897bb08f1053ea4316bde80 SHA512 096db1f03357158bf7191543bdcc5cfe5b3b192766fb8ac8c2588e8d4cc837be815b19d65a746981550eafddf513c2b88c2da0e673472cd03e5d43781e6a6d6c diff --git a/net-libs/libwpe/libwpe-1.4.0.ebuild b/net-libs/libwpe/libwpe-1.4.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019 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-utils + +DESCRIPTION="WebKit port optimized for embedded devices" +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 +RDEPEND=" + media-libs/mesa[egl] + x11-libs/libxkbcommon:= +" +DEPEND="${RDEPEND}"