commit:     a517e43b3b185f061f3bfd75bcaffaf7b6cf01c6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 16 04:45:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 16 04:45:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a517e43b

app-text/libgepub: add 0.7.3

Bug: https://bugs.gentoo.org/958233
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/libgepub/Manifest              |  1 +
 app-text/libgepub/libgepub-0.7.3.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-text/libgepub/Manifest b/app-text/libgepub/Manifest
index e5454b6256c0..e4c04f5bd1d8 100644
--- a/app-text/libgepub/Manifest
+++ b/app-text/libgepub/Manifest
@@ -1 +1,2 @@
 DIST libgepub-0.7.1.tar.xz 28576 BLAKE2B 
a65ecdd13bfcc96fbf0e1998d24cc565f0bd60213f278fdf592dcdf1ad6a1b40c9c10e3ffc3fe9ac500d92f5471619432badd746dfc57538e96a2b6a138b0a26
 SHA512 
9a9c56cffab485b78f0fdf115e655c4f395ee6e3f00b203fee5dfbb2054aa58540ca1fe8dc9dd82460ae3b39e89471e128086be10e77b247d0ce7b195bfbe8e3
+DIST libgepub-0.7.3.tar.xz 27220 BLAKE2B 
e0b929f4b5701ad2c3697d26dfe264f9a439aaedcf1e6466157a4be78ace3d2d0c576a590735389f93c1162691735e38b3734414f4a012351348deead5cc8244
 SHA512 
dd4ee829e6262ce0428f0af21cb766a9b5911fe9378610806b750311388fd70338155df53fce5995f0700ebcedc015dbda0b9d9844de10dcd87ea2900aa7b958

diff --git a/app-text/libgepub/libgepub-0.7.3.ebuild 
b/app-text/libgepub/libgepub-0.7.3.ebuild
new file mode 100644
index 000000000000..9a5390a11b9d
--- /dev/null
+++ b/app-text/libgepub/libgepub-0.7.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org meson xdg
+
+DESCRIPTION="GObject based library for handling and rendering epub documents"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/libgepub";
+
+LICENSE="LGPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+introspection webkit"
+
+RDEPEND="
+       net-libs/libsoup:3.0
+       dev-libs/glib:2
+       dev-libs/libxml2:=
+       app-arch/libarchive:=
+       webkit? ( >=net-libs/webkit-gtk-2.38.0:4.1[introspection?] )
+       introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+       default
+
+       # Tests are not executed by `meson test` and they require GTK+3
+       sed -i -e "/subdir('tests')/d" meson.build || die
+}
+
+src_configure() {
+       local emesonargs=(
+               $(meson_use introspection)
+               $(meson_use webkit widget)
+       )
+       meson_src_configure
+}

Reply via email to