Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djview/
Date: Wed, 20 May 2020 22:18:09
Message-Id: 1590013073.b70483e0222b4a0d58e37b69fd41a96a4b25a934.asturm@gentoo
1 commit: b70483e0222b4a0d58e37b69fd41a96a4b25a934
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 20 22:11:10 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 20 22:17:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70483e0
7
8 app-text/djview: Add missing DEPEND
9
10 Non-maintainer commit.
11
12 Reported-by: lyzq <lyzq <AT> protonmail.ch>
13 Closes: https://bugs.gentoo.org/685470
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
16
17 app-text/djview/djview-4.10.6-r1.ebuild | 9 +++++----
18 1 file changed, 5 insertions(+), 4 deletions(-)
19
20 diff --git a/app-text/djview/djview-4.10.6-r1.ebuild b/app-text/djview/djview-4.10.6-r1.ebuild
21 index fa5fe0ff6bd..6ce9a8fd210 100644
22 --- a/app-text/djview/djview-4.10.6-r1.ebuild
23 +++ b/app-text/djview/djview-4.10.6-r1.ebuild
24 @@ -1,9 +1,9 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30
31 -inherit autotools gnome2-utils flag-o-matic nsplugins qmake-utils toolchain-funcs versionator xdg-utils
32 +inherit autotools flag-o-matic nsplugins qmake-utils toolchain-funcs xdg-utils
33
34 DESCRIPTION="Portable DjVu viewer using Qt"
35 HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
36 @@ -23,6 +23,7 @@ RDEPEND="
37 dev-qt/qtprintsupport:5
38 dev-qt/qtwidgets:5"
39 DEPEND="${RDEPEND}
40 + dev-qt/linguist-tools:5
41 >=sys-devel/autoconf-2.67
42 virtual/pkgconfig
43 nsplugin? ( dev-libs/glib:2 )"
44 @@ -76,10 +77,10 @@ src_install() {
45
46 pkg_postinst() {
47 xdg_desktop_database_update
48 - gnome2_icon_cache_update
49 + xdg_icon_cache_update
50 }
51
52 pkg_postrm() {
53 xdg_desktop_database_update
54 - gnome2_icon_cache_update
55 + xdg_icon_cache_update
56 }