From: Jeroen Roovers Date: Tue, 30 Apr 2019 11:12:11 +0000 (+0200) Subject: x11-libs/fltk: Call xdg_icon_cache_update X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=606295350db997c08b4ed6db1ca8ff78647bc739;p=gentoo.git x11-libs/fltk: Call xdg_icon_cache_update Package-Manager: Portage-2.3.65, Repoman-2.3.12 Closes: https://bugs.gentoo.org/655248 Signed-off-by: Jeroen Roovers --- diff --git a/x11-libs/fltk/fltk-1.3.5.ebuild b/x11-libs/fltk/fltk-1.3.5-r1.ebuild similarity index 97% rename from x11-libs/fltk/fltk-1.3.5.ebuild rename to x11-libs/fltk/fltk-1.3.5-r1.ebuild index 008a5a20c956..edc10f248706 100644 --- a/x11-libs/fltk/fltk-1.3.5.ebuild +++ b/x11-libs/fltk/fltk-1.3.5-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic multilib-minimal +inherit autotools fdo-mime flag-o-matic xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -183,8 +183,10 @@ multilib_src_install_all() { pkg_postinst() { fdo-mime_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { fdo-mime_desktop_database_update + xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index 4171029d334a..68c25259dd95 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 multilib-minimal +inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -191,8 +191,10 @@ multilib_src_install_all() { pkg_postinst() { fdo-mime_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { fdo-mime_desktop_database_update + xdg_icon_cache_update } diff --git a/x11-libs/fltk/fltk-1.4.9999.ebuild b/x11-libs/fltk/fltk-1.4.9999.ebuild index 708271c605b5..f184108a5c56 100644 --- a/x11-libs/fltk/fltk-1.4.9999.ebuild +++ b/x11-libs/fltk/fltk-1.4.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools fdo-mime flag-o-matic git-r3 multilib-minimal +inherit autotools fdo-mime flag-o-matic git-r3 xdg-utils multilib-minimal DESCRIPTION="C++ user interface toolkit for X and OpenGL" HOMEPAGE="http://www.fltk.org/" @@ -195,8 +195,10 @@ multilib_src_install_all() { pkg_postinst() { fdo-mime_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { fdo-mime_desktop_database_update + xdg_icon_cache_update }