commit: 606295350db997c08b4ed6db1ca8ff78647bc739 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Apr 30 11:12:11 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Apr 30 11:12:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60629535
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 <jer <AT> gentoo.org> x11-libs/fltk/{fltk-1.3.5.ebuild => fltk-1.3.5-r1.ebuild} | 4 +++- x11-libs/fltk/fltk-1.3.9999.ebuild | 4 +++- x11-libs/fltk/fltk-1.4.9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) 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 008a5a20c95..edc10f24870 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 4171029d334..68c25259dd9 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 708271c605b..f184108a5c5 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 }
