Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/
Date: Mon, 29 Jul 2019 19:34:25
Message-Id: 1564428823.b1def8ec8e58e94cc35747760215f0ce8bec2377.leio@gentoo
1 commit: b1def8ec8e58e94cc35747760215f0ce8bec2377
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 29 19:32:25 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 29 19:33:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1def8ec
7
8 Revert "app-text/evince: Make dbus optional"
9
10 This reverts commit 6b296be814a9f25a3636b1a0f62302b6e31ed7b7.
11
12 Unauthorized by maintainer. Change seems dubious and misinformed, and
13 maintainer wasn't given a chance to even look over it and explain things.
14
15 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
16
17 app-text/evince/evince-3.32.0-r1.ebuild | 110 --------------------------------
18 1 file changed, 110 deletions(-)
19
20 diff --git a/app-text/evince/evince-3.32.0-r1.ebuild b/app-text/evince/evince-3.32.0-r1.ebuild
21 deleted file mode 100644
22 index dbccbe7a794..00000000000
23 --- a/app-text/evince/evince-3.32.0-r1.ebuild
24 +++ /dev/null
25 @@ -1,110 +0,0 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 -# Distributed under the terms of the GNU General Public License v2
28 -
29 -EAPI=6
30 -GNOME2_LA_PUNT="yes"
31 -GNOME2_EAUTORECONF="yes"
32 -
33 -inherit gnome2 systemd
34 -
35 -DESCRIPTION="Simple document viewer for GNOME"
36 -HOMEPAGE="https://wiki.gnome.org/Apps/Evince"
37 -
38 -LICENSE="GPL-2+ CC-BY-SA-3.0"
39 -# subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3)
40 -SLOT="0/evd3.4-evv3.3"
41 -IUSE="+dbus djvu dvi gstreamer gnome gnome-keyring +introspection nautilus nsplugin postscript spell t1lib tiff xps"
42 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
43 -
44 -# atk used in libview
45 -# bundles unarr
46 -COMMON_DEPEND="
47 - >=app-arch/libarchive-3.2.0
48 - >=app-text/poppler-0.33[cairo]
49 - dev-libs/atk
50 - >=dev-libs/glib-2.36:2[dbus?]
51 - >=dev-libs/libxml2-2.5:2
52 - djvu? ( >=app-text/djvu-3.5.22:= )
53 - dvi? (
54 - t1lib? ( >=media-libs/t1lib-5:= )
55 - virtual/tex-base dev-libs/kpathsea:=
56 - )
57 - gnome-base/gsettings-desktop-schemas
58 - gnome? ( gnome-base/gnome-desktop:3= )
59 - gnome-keyring? ( >=app-crypt/libsecret-0.5 )
60 - gstreamer? (
61 - media-libs/gst-plugins-base:1.0
62 - media-libs/gst-plugins-good:1.0
63 - media-libs/gstreamer:1.0
64 - )
65 - introspection? ( >=dev-libs/gobject-introspection-1:= )
66 - nautilus? ( >=gnome-base/nautilus-2.91.4 )
67 - postscript? ( >=app-text/libspectre-0.2:= )
68 - spell? ( >=app-text/gspell-1.6.0:= )
69 - sys-libs/zlib:=
70 - tiff? ( >=media-libs/tiff-3.6:0= )
71 - >=x11-libs/cairo-1.10:=
72 - >=x11-libs/gdk-pixbuf-2.36.5:2
73 - >=x11-libs/gtk+-3.22.0:3[introspection?]
74 - xps? ( >=app-text/libgxps-0.2.1:= )
75 -"
76 -RDEPEND="${COMMON_DEPEND}
77 - gnome-base/gvfs
78 - gnome-base/librsvg
79 - || (
80 - >=x11-themes/adwaita-icon-theme-2.17.1
81 - >=x11-themes/hicolor-icon-theme-0.10 )
82 -"
83 -# eautoreconf needs:
84 -# app-text/yelp-tools
85 -DEPEND="${COMMON_DEPEND}
86 - app-text/docbook-xml-dtd:4.3
87 - app-text/yelp-tools
88 - dev-util/gdbus-codegen
89 - dev-util/glib-utils
90 - >=dev-util/gtk-doc-am-1.13
91 - >=dev-util/intltool-0.35
92 - dev-util/itstool
93 - sys-devel/gettext
94 - virtual/pkgconfig
95 -"
96 -
97 -PATCHES=(
98 - # don't automagically link to synctex from texlive-core - always use
99 - # internal copy of this small parser for now; requires eautoreconf
100 - "${FILESDIR}"/3.30.2-internal-synctex.patch
101 -)
102 -
103 -src_prepare() {
104 - gnome2_src_prepare
105 -
106 - # Do not depend on adwaita-icon-theme, bug #326855, #391859
107 - # https://bugs.freedesktop.org/show_bug.cgi?id=29942
108 - sed -e 's/adwaita-icon-theme >= $ADWAITA_ICON_THEME_REQUIRED//g' \
109 - -i configure || die "sed failed"
110 -}
111 -
112 -src_configure() {
113 - gnome2_src_configure \
114 - --disable-static \
115 - --enable-pdf \
116 - --enable-comics \
117 - --enable-thumbnailer \
118 - --with-platform=gnome \
119 - BROWSER_PLUGIN_DIR="${EPREFIX}"/usr/$(get_libdir)/nsbrowser/plugins \
120 - --with-systemduserunitdir="$(systemd_get_userunitdir)" \
121 - $(use_enable dbus) \
122 - $(use_enable djvu) \
123 - $(use_enable dvi) \
124 - $(use_enable gnome libgnome-desktop) \
125 - $(use_enable gstreamer multimedia) \
126 - $(use_enable introspection) \
127 - $(use_enable nautilus) \
128 - $(use_enable nsplugin browser-plugin) \
129 - $(use_enable postscript ps) \
130 - $(use_enable t1lib) \
131 - $(use_enable tiff) \
132 - $(use_enable xps) \
133 - $(use_with gnome-keyring keyring) \
134 - $(use_with spell gspell)
135 -}