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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8B1A158094 for ; Thu, 4 Aug 2022 00:36:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB54E0DA7; Thu, 4 Aug 2022 00:36:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4046E0DA7 for ; Thu, 4 Aug 2022 00:36:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78D6D340B54 for ; Thu, 4 Aug 2022 00:36:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5640559 for ; Thu, 4 Aug 2022 00:36:16 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1659573371.4c32ae5a18e97a8ec9b0133f1d00b367f50c0dc9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/libwpe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/libwpe/Manifest gui-libs/libwpe/libwpe-1.12.2.ebuild X-VCS-Directories: gui-libs/libwpe/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4c32ae5a18e97a8ec9b0133f1d00b367f50c0dc9 X-VCS-Branch: master Date: Thu, 4 Aug 2022 00:36:16 +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: 8c841e58-5938-44cd-9021-ade5cd84a50f X-Archives-Hash: 99415bedd193946515d6bd593202ddfe commit: 4c32ae5a18e97a8ec9b0133f1d00b367f50c0dc9 Author: Matt Turner gentoo org> AuthorDate: Thu Aug 4 00:35:04 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Aug 4 00:36:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c32ae5a gui-libs/libwpe: Version bump to 1.12.2 Signed-off-by: Matt Turner gentoo.org> gui-libs/libwpe/Manifest | 1 + gui-libs/libwpe/libwpe-1.12.2.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/gui-libs/libwpe/Manifest b/gui-libs/libwpe/Manifest index 5e77c8345fe1..3abb71cb92e3 100644 --- a/gui-libs/libwpe/Manifest +++ b/gui-libs/libwpe/Manifest @@ -1 +1,2 @@ DIST libwpe-1.12.0.tar.xz 54548 BLAKE2B d2eb3f410ba0691c6e9ad4638de517be36d5b9729c7b09c44a316d91822071b527c1ea4a4fda5248d623bf61250cc398cffdf19ec47059621323ed726a5d0889 SHA512 d85865fd6f2dd907589a4d2c1b956d9a2093f72f5b7f755ab2bef040f7f26a73ddadd47a607a78578dec6eb6d59f44e18fa8b96a71f7bd19f3d62073f3ca6fee +DIST libwpe-1.12.2.tar.xz 55416 BLAKE2B ac0d1f824b3cb82f1068cf4536b2481be6e1fb243582b3bc48afaa2b15450dbeeb374e52cf607ca3c758f314382a5090d5376be9b7ccf07bb06b654afa99844d SHA512 ff09d80ef896c22091169d62f25cf03213149b592a65029c4e1190c48068f023a81cb8191c7f4e6e27dedf8ba3dd6c28588dac6c6571cf634b3f3093115d6562 diff --git a/gui-libs/libwpe/libwpe-1.12.2.ebuild b/gui-libs/libwpe/libwpe-1.12.2.ebuild new file mode 100644 index 000000000000..c7b2ec058f58 --- /dev/null +++ b/gui-libs/libwpe/libwpe-1.12.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Platform-agnostic interfaces for WPE WebKit" +HOMEPAGE="https://wpewebkit.org/" +SRC_URI="https://wpewebkit.org/releases/${P}.tar.xz" + +LICENSE="BSD-2" +SLOT="1.0" + +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + media-libs/mesa[egl(+)] + x11-libs/libxkbcommon +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local emesonargs=( + -Dbuild-docs=false # hotdoc not packaged + ) + meson_src_configure +}