commit: 95b11d7da45c4f1e38d66c2d6c87e80e96e0ee4f Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Dec 9 22:17:00 2018 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Dec 9 22:57:51 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=95b11d7d
app-text/libgepub: 0.5.3 → 0.6.0 Re-order dependencies according to build system. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Manifest-Sign-Key: 0x5A56C8CD0C13248A Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> app-text/libgepub/libgepub-0.6.0.ebuild | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild b/app-text/libgepub/libgepub-0.6.0.ebuild new file mode 100644 index 00000000..96ff804b --- /dev/null +++ b/app-text/libgepub/libgepub-0.6.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome.org meson xdg-utils + +DESCRIPTION="GObject based library for handling and rendering epub documents" +HOMEPAGE="https://git.gnome.org/browse/libgepub" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="+introspection" + +RDEPEND=" + net-libs/webkit-gtk:4 + net-libs/libsoup:2.4 + dev-libs/glib:2 + dev-libs/libxml2:2 + app-arch/libarchive + x11-libs/gtk+:3 + introspection? ( >=dev-libs/gobject-introspection-1.30:= ) +" +DEPEND="${RDEPEND} + virtual/pkgconfig +" + +src_prepare() { + default + xdg_environment_reset +} + +src_configure() { + meson_src_configure \ + $(meson_use introspection) +}
