x11-libs/fltk: Call xdg_icon_cache_update
authorJeroen Roovers <jer@gentoo.org>
Tue, 30 Apr 2019 11:12:11 +0000 (13:12 +0200)
committerJeroen Roovers <jer@gentoo.org>
Tue, 30 Apr 2019 11:12:30 +0000 (13:12 +0200)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Closes: https://bugs.gentoo.org/655248
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
x11-libs/fltk/fltk-1.3.5-r1.ebuild [moved from x11-libs/fltk/fltk-1.3.5.ebuild with 97% similarity]
x11-libs/fltk/fltk-1.3.9999.ebuild
x11-libs/fltk/fltk-1.4.9999.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 008a5a20c956cf5f0020cd24aa53b41d4235f01c..edc10f248706608d4efd7bdfb5f39682aa77bf4a 100644 (file)
@@ -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
 }
index 4171029d334a6aa986cc1bd3dfe9709c33c1a8bb..68c25259dd9504037ea3148d0b71da1e8905c984 100644 (file)
@@ -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
 }
index 708271c605b5c41d6844327c06330ba010bd7a83..f184108a5c5663acb0508236739a64106389e51a 100644 (file)
@@ -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
 }