diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-15 23:19:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-16 00:07:33 +0100 |
commit | 5b3f170f3417c5539a54c5faa2c8d359816e216a (patch) | |
tree | b0187324fed6931b55348407108fefee0518309d /media-gfx | |
parent | app-office/skrooge: 2.18.0 version bump (diff) | |
download | gentoo-5b3f170f3417c5539a54c5faa2c8d359816e216a.tar.gz gentoo-5b3f170f3417c5539a54c5faa2c8d359816e216a.tar.bz2 gentoo-5b3f170f3417c5539a54c5faa2c8d359816e216a.zip |
media-gfx/qiv: Switch gnome2-utils -> xdg
Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/qiv/qiv-2.3.2.ebuild | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/media-gfx/qiv/qiv-2.3.2.ebuild b/media-gfx/qiv/qiv-2.3.2.ebuild index 0b0984e667e7..cd62b56094ca 100644 --- a/media-gfx/qiv/qiv-2.3.2.ebuild +++ b/media-gfx/qiv/qiv-2.3.2.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit desktop gnome2-utils toolchain-funcs xdg-utils vcs-snapshot + +inherit desktop toolchain-funcs vcs-snapshot xdg DESCRIPTION="Quick Image Viewer" HOMEPAGE="http://spiegl.de/qiv/ https://bitbucket.org/ciberandy/qiv" @@ -13,8 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~mips ~x86" IUSE="exif lcms magic" -RDEPEND=">=x11-libs/gtk+-2.12:2 +RDEPEND=" media-libs/imlib2[X] + >=x11-libs/gtk+-2.12:2 exif? ( media-libs/libexif ) lcms? ( media-libs/lcms:2 @@ -59,13 +61,3 @@ src_install() { domenu qiv.desktop doicon qiv.png } - -pkg_postinst() { - xdg_desktop_database_update - gnome2_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - gnome2_icon_cache_update -} |