commit:     b70483e0222b4a0d58e37b69fd41a96a4b25a934
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed May 20 22:11:10 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 20 22:17:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b70483e0

app-text/djview: Add missing DEPEND

Non-maintainer commit.

Reported-by: lyzq <lyzq <AT> protonmail.ch>
Closes: https://bugs.gentoo.org/685470
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/djview/djview-4.10.6-r1.ebuild | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/app-text/djview/djview-4.10.6-r1.ebuild 
b/app-text/djview/djview-4.10.6-r1.ebuild
index fa5fe0ff6bd..6ce9a8fd210 100644
--- a/app-text/djview/djview-4.10.6-r1.ebuild
+++ b/app-text/djview/djview-4.10.6-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools gnome2-utils flag-o-matic nsplugins qmake-utils 
toolchain-funcs versionator xdg-utils
+inherit autotools flag-o-matic nsplugins qmake-utils toolchain-funcs xdg-utils
 
 DESCRIPTION="Portable DjVu viewer using Qt"
 HOMEPAGE="http://djvu.sourceforge.net/djview4.html";
@@ -23,6 +23,7 @@ RDEPEND="
        dev-qt/qtprintsupport:5
        dev-qt/qtwidgets:5"
 DEPEND="${RDEPEND}
+       dev-qt/linguist-tools:5
        >=sys-devel/autoconf-2.67
        virtual/pkgconfig
        nsplugin? ( dev-libs/glib:2 )"
@@ -76,10 +77,10 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
-       gnome2_icon_cache_update
+       xdg_icon_cache_update
 }

Reply via email to