commit: 118e869da9704b9e11590feaa90580cb46fe2807 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Fri Jan 19 15:53:19 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 22:48:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=118e869d
www-client/qupzilla: update GTK+ icon cache Closes: https://github.com/gentoo/gentoo/pull/6879 .../qupzilla/{qupzilla-2.2.4.ebuild => qupzilla-2.2.4-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www-client/qupzilla/qupzilla-2.2.4.ebuild b/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild similarity index 96% rename from www-client/qupzilla/qupzilla-2.2.4.ebuild rename to www-client/qupzilla/qupzilla-2.2.4-r1.ebuild index 71a122fc233..acb97d50c17 100644 --- a/www-client/qupzilla/qupzilla-2.2.4.ebuild +++ b/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild @@ -12,7 +12,7 @@ PLOCALES="ar_SA bg_BG ca_ES cs_CZ da_DK de_DE el_GR es_419 es_ES es_MX es_VE PLUGINS_HASH="80fea7df7765fdf9c9c64fdb667052b25f1c0a22" PLUGINS_VERSION="2017.03.26" # if there are no updates, we can use the older archive -inherit l10n qmake-utils xdg-utils +inherit gnome2-utils l10n qmake-utils xdg-utils if [[ ${PV} == *9999 ]]; then inherit git-r3 @@ -111,8 +111,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + gnome2_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + gnome2_icon_cache_update }