From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DCBB4138334 for ; Sun, 29 Dec 2019 14:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42321E0C94; Sun, 29 Dec 2019 14:45:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B33E7E0C94 for ; Sun, 29 Dec 2019 14:45:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 919AE34DCCA for ; Sun, 29 Dec 2019 14:45:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32DA974 for ; Sun, 29 Dec 2019 14:45:11 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1577628071.678aa1de11e119c700949fc87f351daa4a7a0f01.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wpebackend-fdo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wpebackend-fdo/Manifest gui-libs/wpebackend-fdo/metadata.xml gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild X-VCS-Directories: gui-libs/wpebackend-fdo/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 678aa1de11e119c700949fc87f351daa4a7a0f01 X-VCS-Branch: master Date: Sun, 29 Dec 2019 14:45:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 505c6ca6-ff35-40e5-86ec-4c4b90097c48 X-Archives-Hash: 3415c2bd798d551a122a5c83b4c60174 commit: 678aa1de11e119c700949fc87f351daa4a7a0f01 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Dec 28 22:16:48 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 29 14:01:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=678aa1de gui-libs/wpebackend-fdo: new package, needed by webkit-gtk[wayland] This will be used by webkit-gtk-2.26 to achieve accelerated compositing under wayland. Package-Manager: Portage-2.3.79, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/wpebackend-fdo/Manifest | 1 + gui-libs/wpebackend-fdo/metadata.xml | 8 +++++ .../wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/gui-libs/wpebackend-fdo/Manifest b/gui-libs/wpebackend-fdo/Manifest new file mode 100644 index 00000000000..2d5bfe4ff11 --- /dev/null +++ b/gui-libs/wpebackend-fdo/Manifest @@ -0,0 +1 @@ +DIST wpebackend-fdo-1.4.0.tar.xz 30204 BLAKE2B dda32e0408a8fd98dc1d03c4606e20fb219fe722aef24360e31cd62027601a4795dbdbf026925e284e6b87f223e6e79824e8e6bab181b7bbf42a9db0664358dc SHA512 f94167b13345adfda15312b16e5de04910f812c7481f7e3c8a00163ce8387be22373867b51b2c5cb424e62de877c1aaa48592aac85ec9cc03c969c7e83185660 diff --git a/gui-libs/wpebackend-fdo/metadata.xml b/gui-libs/wpebackend-fdo/metadata.xml new file mode 100644 index 00000000000..996e7cacd21 --- /dev/null +++ b/gui-libs/wpebackend-fdo/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild new file mode 100644 index 00000000000..2c65c642ac4 --- /dev/null +++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.4.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="WPE backend designed for Linux desktop systems" +HOMEPAGE="https://wpewebkit.org/" +SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="1.0" +IUSE="" + +KEYWORDS="~amd64" + +RDEPEND=" + media-libs/mesa[egl] + dev-libs/glib:2 + >=dev-libs/wayland-1.10 + gui-libs/libwpe:1.0 +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DBUILD_DOCS=OFF # hotdoc not packaged + ) + + cmake-utils_src_configure +}