diff options
author | Tim Harder <radhermit@gentoo.org> | 2020-02-04 22:26:53 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2020-02-04 22:26:53 -0700 |
commit | e9fac96c4e3ae98d34aecc09961fb0be1b2e4054 (patch) | |
tree | e42855a039f25c0b86f2d58f8eedd6ccd38c8c2c /media-gfx/sxiv/sxiv-9999.ebuild | |
parent | media-libs/exiftool: version bump to 11.86 (diff) | |
download | gentoo-e9fac96c4e3ae98d34aecc09961fb0be1b2e4054.tar.gz gentoo-e9fac96c4e3ae98d34aecc09961fb0be1b2e4054.tar.bz2 gentoo-e9fac96c4e3ae98d34aecc09961fb0be1b2e4054.zip |
media-gfx/sxiv: version bump to 26
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-gfx/sxiv/sxiv-9999.ebuild')
-rw-r--r-- | media-gfx/sxiv/sxiv-9999.ebuild | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 348cf62e0e1a..ff78c92751b8 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit desktop xdg-utils gnome2-utils savedconfig toolchain-funcs +inherit desktop xdg-utils savedconfig toolchain-funcs if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/muennich/sxiv.git" @@ -47,16 +47,12 @@ src_install() { save_config config.h } -pkg_preinst() { - gnome2_icon_savelist -} - 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 } |