commit:     7eb81d1dc9d6dec0f28026bc2b45c17623102f51
Author:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 21:33:59 2018 +0000
Commit:     Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
CommitDate: Sat May 26 21:33:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7eb81d1d

app-text/libgepub: bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 app-text/libgepub/libgepub-0.5.3.ebuild | 32 ++++++++++++++++++++++++++++++++
 app-text/libgepub/metadata.xml          |  8 ++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-text/libgepub/libgepub-0.5.3.ebuild 
b/app-text/libgepub/libgepub-0.5.3.ebuild
new file mode 100644
index 00000000..b9c6936a
--- /dev/null
+++ b/app-text/libgepub/libgepub-0.5.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome.org meson
+
+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="
+       app-arch/libarchive
+       dev-libs/glib:2
+       dev-libs/libxml2
+       net-libs/libsoup:2.4
+       net-libs/webkit-gtk:4
+       x11-libs/gtk+:3
+       introspection? ( >=dev-libs/gobject-introspection-1.30:= )
+"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig
+"
+
+src_configure() {
+       meson_src_configure \
+               $(meson_use introspection)
+}

diff --git a/app-text/libgepub/metadata.xml b/app-text/libgepub/metadata.xml
new file mode 100644
index 00000000..4cbddcaa
--- /dev/null
+++ b/app-text/libgepub/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="project">
+    <email>[email protected]</email>
+    <name>Gentoo GNOME Desktop</name>
+  </maintainer>
+</pkgmetadata>

Reply via email to