diff options
author | Zetok Zalbavar <zetok@openmailbox.org> | 2017-08-19 01:44:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-19 09:31:19 +0200 |
commit | 55768dacc7692722c4ca4fed90272b06f734eba8 (patch) | |
tree | fb96260ff11f35a2b72c79d3c1a139b4742d5a3b /net-im | |
parent | dev-ruby/recog: install required xml files, fixing bug 628214 (diff) | |
download | gentoo-55768dacc7692722c4ca4fed90272b06f734eba8.tar.gz gentoo-55768dacc7692722c4ca4fed90272b06f734eba8.tar.bz2 gentoo-55768dacc7692722c4ca4fed90272b06f734eba8.zip |
net-im/qtox: add updating icon cache and .desktop database
Also removed no longer needed toolchain-funcs from inherits.
Closes: https://github.com/gentoo/gentoo/pull/5473
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qtox/qtox-1.11.0.ebuild | 12 | ||||
-rw-r--r-- | net-im/qtox/qtox-9999.ebuild | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/net-im/qtox/qtox-1.11.0.ebuild b/net-im/qtox/qtox-1.11.0.ebuild index d7cf4a9df23f..2e8bb695264d 100644 --- a/net-im/qtox/qtox-1.11.0.ebuild +++ b/net-im/qtox/qtox-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils toolchain-funcs unpacker +inherit cmake-utils gnome2-utils unpacker xdg-utils DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5" HOMEPAGE="https://github.com/qTox/qTox" @@ -56,3 +56,13 @@ src_configure() { cmake-utils_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/net-im/qtox/qtox-9999.ebuild b/net-im/qtox/qtox-9999.ebuild index cd4bd86f7e95..dd9f1a5c5026 100644 --- a/net-im/qtox/qtox-9999.ebuild +++ b/net-im/qtox/qtox-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils git-r3 +inherit cmake-utils eutils git-r3 gnome2-utils xdg-utils DESCRIPTION="Most feature-rich GUI for net-libs/tox using Qt5" HOMEPAGE="https://github.com/qTox/qTox" @@ -53,3 +53,13 @@ src_configure() { cmake-utils_src_configure } + +pkg_postinst() { + gnome2_icon_cache_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_icon_cache_update + xdg_desktop_database_update +} |