diff options
author | Francesco Turco <fturco@fastmail.fm> | 2018-01-19 16:53:19 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-20 23:48:47 +0100 |
commit | 118e869da9704b9e11590feaa90580cb46fe2807 (patch) | |
tree | ca1c6cf9fc6878e735d7256fad873c6ba068fa02 /www-client | |
parent | media-gfx/kphotoalbum: 5.3 version bump (diff) | |
download | gentoo-118e869da9704b9e11590feaa90580cb46fe2807.tar.gz gentoo-118e869da9704b9e11590feaa90580cb46fe2807.tar.bz2 gentoo-118e869da9704b9e11590feaa90580cb46fe2807.zip |
www-client/qupzilla: update GTK+ icon cache
Closes: https://github.com/gentoo/gentoo/pull/6879
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/qupzilla/qupzilla-2.2.4-r1.ebuild (renamed from www-client/qupzilla/qupzilla-2.2.4.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/qupzilla/qupzilla-2.2.4.ebuild b/www-client/qupzilla/qupzilla-2.2.4-r1.ebuild index 71a122fc233a..acb97d50c177 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 } |