summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-04-30 13:12:11 +0200
committerJeroen Roovers <jer@gentoo.org>2019-04-30 13:12:30 +0200
commit606295350db997c08b4ed6db1ca8ff78647bc739 (patch)
tree0cc323f37c7628847fef477bc8b9732fd644ddf5 /x11-libs
parentnet-misc/youtube-dl: Whitespace (diff)
downloadgentoo-606295350db997c08b4ed6db1ca8ff78647bc739.tar.gz
gentoo-606295350db997c08b4ed6db1ca8ff78647bc739.tar.bz2
gentoo-606295350db997c08b4ed6db1ca8ff78647bc739.zip
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@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/fltk/fltk-1.3.5-r1.ebuild (renamed from x11-libs/fltk/fltk-1.3.5.ebuild)4
-rw-r--r--x11-libs/fltk/fltk-1.3.9999.ebuild4
-rw-r--r--x11-libs/fltk/fltk-1.4.9999.ebuild4
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
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
}