diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-24 10:41:03 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-11-24 10:41:03 +0100 |
commit | c9be43ab3855386a47817a873a9a71854a26bbc6 (patch) | |
tree | 3d0b49f76593416ebc596fe9fca03b99b7fc71b3 /media-video/simplescreenrecorder | |
parent | dev-libs/libatomic_ops: mark s390 stable (diff) | |
download | gentoo-c9be43ab3855386a47817a873a9a71854a26bbc6.tar.gz gentoo-c9be43ab3855386a47817a873a9a71854a26bbc6.tar.bz2 gentoo-c9be43ab3855386a47817a873a9a71854a26bbc6.zip |
media-video/simplescreenrecorder: Revbump to update icon cache
Closes: https://bugs.gentoo.org/671778
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-video/simplescreenrecorder')
-rw-r--r-- | media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild (renamed from media-video/simplescreenrecorder/simplescreenrecorder-0.3.11.ebuild) | 6 | ||||
-rw-r--r-- | media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild index da1692bb1d65..1cf430a123ec 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-0.3.11-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-multilib flag-o-matic xdg-utils +inherit cmake-multilib flag-o-matic gnome2-utils xdg-utils if [[ ${PV} = 9999 ]]; then inherit git-r3 @@ -95,9 +95,11 @@ multilib_src_configure() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update } diff --git a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild index da1692bb1d65..1cf430a123ec 100644 --- a/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild +++ b/media-video/simplescreenrecorder/simplescreenrecorder-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit cmake-multilib flag-o-matic xdg-utils +inherit cmake-multilib flag-o-matic gnome2-utils xdg-utils if [[ ${PV} = 9999 ]]; then inherit git-r3 @@ -95,9 +95,11 @@ multilib_src_configure() { } pkg_postinst() { + gnome2_icon_cache_update xdg_desktop_database_update } pkg_postrm() { + gnome2_icon_cache_update xdg_desktop_database_update } |