From b70483e0222b4a0d58e37b69fd41a96a4b25a934 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 21 May 2020 00:11:10 +0200 Subject: [PATCH] app-text/djview: Add missing DEPEND Non-maintainer commit. Reported-by: lyzq Closes: https://bugs.gentoo.org/685470 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- 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 fa5fe0ff6bd9..6ce9a8fd2109 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 } -- 2.26.2