Gentoo Archives: gentoo-commits

From: Gilles Dartiguelongue <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/gnome-documents/
Date: Sun, 09 Dec 2018 22:58:04
Message-Id: 1544396271.128ef4ee807c2744bfebcc21da8c38773dba63b3.eva@gentoo
1 commit: 128ef4ee807c2744bfebcc21da8c38773dba63b3
2 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 22:48:37 2018 +0000
4 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 22:57:51 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=128ef4ee
7
8 gnome-extra/gnome-documents: 3.28.2 → 3.30.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Manifest-Sign-Key: 0x5A56C8CD0C13248A
12 Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org>
13
14 .../gnome-documents/gnome-documents-3.30.0.ebuild | 70 ++++++++++++++++++++++
15 1 file changed, 70 insertions(+)
16
17 diff --git a/gnome-extra/gnome-documents/gnome-documents-3.30.0.ebuild b/gnome-extra/gnome-documents/gnome-documents-3.30.0.ebuild
18 new file mode 100644
19 index 00000000..677ff08e
20 --- /dev/null
21 +++ b/gnome-extra/gnome-documents/gnome-documents-3.30.0.ebuild
22 @@ -0,0 +1,70 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit gnome.org gnome2-utils meson xdg
28 +
29 +DESCRIPTION="A document manager application for GNOME"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/Documents"
31 +
32 +LICENSE="GPL-2+"
33 +SLOT="0"
34 +IUSE=""
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +# cairo-1.14 for cairo_surface_set_device_scale check and usage
38 +COMMON_DEPEND="
39 + >=dev-libs/gjs-1.48
40 + >=app-text/evince-3.13.3[introspection]
41 + >=dev-libs/glib-2.39.3:2
42 + gnome-base/gnome-desktop:3=[introspection]
43 + >=dev-libs/gobject-introspection-1.31.6:=
44 + >=x11-libs/gtk+-3.22.15:3[introspection]
45 + >=net-libs/libsoup-2.41.3:2.4
46 + >=app-misc/tracker-2:=
47 + >=net-libs/webkit-gtk-2.6:4[introspection]
48 +
49 + >=dev-libs/libgdata-0.13.3:=[crypt,gnome-online-accounts,introspection]
50 + >=app-text/libgepub-0.6[introspection]
51 + >=net-libs/gnome-online-accounts-3.2.0[introspection]
52 + >=net-libs/libzapojit-0.0.2[introspection]
53 +
54 + >=x11-libs/cairo-1.14
55 +"
56 +RDEPEND="${COMMON_DEPEND}
57 + >=app-misc/tracker-miners-2[miner-fs]
58 + net-misc/gnome-online-miners
59 + sys-apps/dbus
60 + x11-themes/adwaita-icon-theme
61 +"
62 +DEPEND="${COMMON_DEPEND}
63 + dev-libs/appstream-glib
64 + app-text/docbook-xml-dtd:4.2
65 + app-text/docbook-xsl-stylesheets
66 + dev-libs/libxml2:2
67 + x11-libs/gdk-pixbuf:2
68 + dev-libs/libxslt
69 + >=sys-devel/gettext-0.19.8
70 + dev-util/itstool
71 + virtual/pkgconfig
72 +"
73 +
74 +src_configure() {
75 + local emesonargs=(
76 + -Ddocumentation=true
77 + -Dgetting_started=false
78 + )
79 + meson_src_configure
80 +}
81 +
82 +pkg_postinst() {
83 + xdg_pkg_postinst
84 + gnome2_schemas_update
85 + gnome2_icon_cache_update
86 +}
87 +
88 +pkg_postrm() {
89 + xdg_pkg_postrm
90 + gnome2_schemas_update
91 + gnome2_icon_cache_update
92 +}