commit:     b6d89d4c5324944a0ed63df38c2e23230c213263
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 18 23:07:03 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 23:39:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6d89d4c

gui-libs/wpebackend-fdo: Version bump to 1.12.0

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 gui-libs/wpebackend-fdo/Manifest                   |  1 +
 .../wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild    | 35 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/gui-libs/wpebackend-fdo/Manifest b/gui-libs/wpebackend-fdo/Manifest
index 9a7aef974ae4..2ef9872bc8e4 100644
--- a/gui-libs/wpebackend-fdo/Manifest
+++ b/gui-libs/wpebackend-fdo/Manifest
@@ -1 +1,2 @@
 DIST wpebackend-fdo-1.10.0.tar.xz 38484 BLAKE2B 
6b2cb4d4b1321245dee13d33ad58ee8d31aa4f5a25cfc2cde2bc2a67db15e9835de59f1b0550b7a205502b2e201398cf8032a0f235ae01f74e4568874cb47620
 SHA512 
50e65d1560b943ec85b80449c838b61d7ab3baf96844542cce06028bd934b1145319f3fa07a3dc629d2a7896b95ab388edbe853b7e377cf0ff02fb66291e1ce0
+DIST wpebackend-fdo-1.12.0.tar.xz 43080 BLAKE2B 
0ef0e537d430b60841732e9b350d46b44317c2ee9833d6f382cc792a7aaf6e93b5eb782c4913c6bd7af5e30a08cac348430d4d383bce247415babf48f1f4322f
 SHA512 
856885394872ad3f205b600caecbae48ae0c51185a8e19e66add93222e49bb1b060cdc77f5c9269d43509a0b85af0b5642c27f951d1c9836d8616aa51a9180a5

diff --git a/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild 
b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild
new file mode 100644
index 000000000000..02268c1d36d4
--- /dev/null
+++ b/gui-libs/wpebackend-fdo/wpebackend-fdo-1.12.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+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"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+       media-libs/libepoxy[egl]
+       dev-libs/glib:2
+       >=dev-libs/wayland-1.10
+       >=gui-libs/libwpe-1.6:1.0
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-util/wayland-scanner
+       virtual/pkgconfig
+"
+
+src_configure() {
+       local emesonargs=(
+               -Dbuild_docs=false # hotdoc not packaged
+       )
+
+       meson_src_configure
+}

Reply via email to