diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 00:11:10 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-21 00:17:53 +0200 |
commit | b70483e0222b4a0d58e37b69fd41a96a4b25a934 (patch) | |
tree | bdf8fff2c071ffb828b6ede81a72a457c7bbaa19 /app-text/djview | |
parent | media-sound/qtscrobbler: EAPI-7 bump, use xdg-utils.eclass (diff) | |
download | gentoo-b70483e0222b4a0d58e37b69fd41a96a4b25a934.tar.gz gentoo-b70483e0222b4a0d58e37b69fd41a96a4b25a934.tar.bz2 gentoo-b70483e0222b4a0d58e37b69fd41a96a4b25a934.zip |
app-text/djview: Add missing DEPEND
Non-maintainer commit.
Reported-by: lyzq <lyzq@protonmail.ch>
Closes: https://bugs.gentoo.org/685470
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/djview')
-rw-r--r-- | app-text/djview/djview-4.10.6-r1.ebuild | 9 |
1 files 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 } |