Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Sat, 02 Jul 2016 10:44:04
Message-Id: 1467456176.204dca8901a6120511bdc4e2a0b3d0667f5314cc.pacho@gentoo
1 commit: 204dca8901a6120511bdc4e2a0b3d0667f5314cc
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 10:07:12 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 10:42:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=204dca89
7
8 app-text/evince: Version bump
9
10 Package-Manager: portage-2.3.0_rc1
11
12 app-text/evince/Manifest | 1 +
13 app-text/evince/evince-3.20.1.ebuild | 98 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 99 insertions(+)
15
16 diff --git a/app-text/evince/Manifest b/app-text/evince/Manifest
17 index bd43010..2fc1706 100644
18 --- a/app-text/evince/Manifest
19 +++ b/app-text/evince/Manifest
20 @@ -1 +1,2 @@
21 DIST evince-3.18.2.tar.xz 3159888 SHA256 42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17 SHA512 9d73d23de18f89034bf3ba1f18aba37316ddd6304370f3442a39c62d95a3443a51b1b7c641616f7b2d2d4deb316f0ea5246650eee3e4458a2356c9f2b2406fe6 WHIRLPOOL 01fd8d0289319c6cd41ee2581a896428f483c960c4f73417102f0697900fe14418ffdcc5811e8f3cfe7be881df54b97f6d8bb840e81db06fa61fc8c9f0ea29da
22 +DIST evince-3.20.1.tar.xz 3352756 SHA256 fc7ac23036939c24f02e9fed6dd6e28a85b4b00b60fa4b591b86443251d20055 SHA512 33f50627f26f241ea94a05cf421363f56439c35169e7beb1555885cd7641a8bb5a50af6710143c66d21220dcd1dc9e1f00bd902b9e2c64a6a6fa1243a5e2eb60 WHIRLPOOL c579dc34550bc5885d696a82adc93470109c1aef9a75bcbcc3c9886cf8d76fe354c3053289f273530f78551e1ce5245a4828c9c626d3058289c548a7b17b1493
23
24 diff --git a/app-text/evince/evince-3.20.1.ebuild b/app-text/evince/evince-3.20.1.ebuild
25 new file mode 100644
26 index 0000000..a37bfe1
27 --- /dev/null
28 +++ b/app-text/evince/evince-3.20.1.ebuild
29 @@ -0,0 +1,98 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +GNOME2_LA_PUNT="yes"
36 +
37 +inherit gnome2
38 +
39 +DESCRIPTION="Simple document viewer for GNOME"
40 +HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
41 +
42 +LICENSE="GPL-2+ CC-BY-SA-3.0"
43 +# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
44 +SLOT="0/evd3.4-evv3.3"
45 +IUSE="djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin +postscript t1lib tiff xps"
46 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
47 +
48 +# atk used in libview
49 +# gdk-pixbuf used all over the place
50 +COMMON_DEPEND="
51 + dev-libs/atk
52 + >=dev-libs/glib-2.36:2[dbus]
53 + >=dev-libs/libxml2-2.5:2
54 + sys-libs/zlib:=
55 + x11-libs/gdk-pixbuf:2
56 + >=x11-libs/gtk+-3.16.0:3[introspection?]
57 + gnome-base/gsettings-desktop-schemas
58 + >=x11-libs/cairo-1.10:=
59 + >=app-text/poppler-0.33:=[cairo]
60 + djvu? ( >=app-text/djvu-3.5.22:= )
61 + dvi? (
62 + virtual/tex-base
63 + dev-libs/kpathsea:=
64 + t1lib? ( >=media-libs/t1lib-5:= ) )
65 + gstreamer? (
66 + media-libs/gstreamer:1.0
67 + media-libs/gst-plugins-base:1.0
68 + media-libs/gst-plugins-good:1.0 )
69 + gnome? ( gnome-base/gnome-desktop:3= )
70 + gnome-keyring? ( >=app-crypt/libsecret-0.5 )
71 + introspection? ( >=dev-libs/gobject-introspection-1:= )
72 + nautilus? ( >=gnome-base/nautilus-2.91.4[introspection?] )
73 + postscript? ( >=app-text/libspectre-0.2:= )
74 + tiff? ( >=media-libs/tiff-3.6:0= )
75 + xps? ( >=app-text/libgxps-0.2.1:= )
76 +"
77 +RDEPEND="${COMMON_DEPEND}
78 + gnome-base/gvfs
79 + gnome-base/librsvg
80 + || (
81 + >=x11-themes/adwaita-icon-theme-2.17.1
82 + >=x11-themes/hicolor-icon-theme-0.10 )
83 +"
84 +DEPEND="${COMMON_DEPEND}
85 + app-text/docbook-xml-dtd:4.3
86 + app-text/yelp-tools
87 + dev-util/gdbus-codegen
88 + >=dev-util/gtk-doc-am-1.13
89 + >=dev-util/intltool-0.35
90 + dev-util/itstool
91 + sys-devel/gettext
92 + virtual/pkgconfig
93 +"
94 +# eautoreconf needs:
95 +# app-text/yelp-tools
96 +
97 +src_prepare() {
98 + gnome2_src_prepare
99 +
100 + # Do not depend on adwaita-icon-theme, bug #326855, #391859
101 + # https://bugs.freedesktop.org/show_bug.cgi?id=29942
102 + sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
103 + -i configure || die "sed failed"
104 +}
105 +
106 +src_configure() {
107 + gnome2_src_configure \
108 + --disable-static \
109 + --enable-pdf \
110 + --enable-comics \
111 + --enable-thumbnailer \
112 + --with-platform=gnome \
113 + --enable-dbus \
114 + $(use_enable djvu) \
115 + $(use_enable dvi) \
116 + $(use_enable gstreamer multimedia) \
117 + $(use_enable gnome libgnome-desktop) \
118 + $(use_with gnome-keyring keyring) \
119 + $(use_enable introspection) \
120 + $(use_enable nautilus) \
121 + $(use_enable nsplugin browser-plugin) \
122 + $(use_enable postscript ps) \
123 + $(use_enable t1lib) \
124 + $(use_enable tiff) \
125 + $(use_enable xps) \
126 + BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins
127 +}