diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 21:54:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 21:54:24 +0100 |
commit | da491770b9ba5f179e18db461c49cb6f1ccf0e1f (patch) | |
tree | d3e34a8bd906741ab18cf69d8d4f732853e26ade /x11-themes/nou-icon-theme | |
parent | ad6182343997a405079870a2fe91c4e0c6b94595 (diff) | |
parent | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff) |
gentoo resync : 28.09.2019
Diffstat (limited to 'x11-themes/nou-icon-theme')
-rw-r--r-- | x11-themes/nou-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-themes/nou-icon-theme/Manifest b/x11-themes/nou-icon-theme/Manifest index f2019a2e9c29..3aef27208e2d 100644 --- a/x11-themes/nou-icon-theme/Manifest +++ b/x11-themes/nou-icon-theme/Manifest @@ -1,3 +1,3 @@ DIST Nou-090208.tar.bz2 1637004 BLAKE2B acef999b166af2072c4b948514e46f2feebf3573fcc5a013065bd82813c245583d3ae598f0316de3fa735eb431f67aab0c2a0a3936636927b309f3a7ea4a3257 SHA512 1dfa7a8667ec37f286e626c8ef11e312cf79bb8730fc73957c4938904d239a5d02bfa4a4f99a372d24cb0930e13370f424d0cbb4f6f1b86e625aa611c241c9d2 -EBUILD nou-icon-theme-09.02.08.ebuild 841 BLAKE2B b16d6d8de3ced7c745ed0bb32640c40b1dc10abb6a0600f23fe4338242ca6c089ae34691f1006323da3da229526a4d37125992dcc6bedfa074dd4a280db14f68 SHA512 269f0b44555c2b2d4679a0f93e80c10eebef8b26bdec5b5c99c154b48f5ecca35d6bbac5432c75b80b0cc7b339bfb908f77eeb97a058df92503398d752ca8f82 +EBUILD nou-icon-theme-09.02.08.ebuild 790 BLAKE2B 6d118483e77316f47a50b5d5fe5ee888413e9a59c00f6f3f9a02abd754d43f54df30312d976e0a8dd2af82d3aee082fafc411974756501b9bb1775b68dc97eab SHA512 fdaccdb54ff8d06426a5cc99caf7cd901a5dbc28a774c2f585cba3777d448834db15c5d67e99db16e629130562e63b1b199cec79402522adc7ffcf098f23e23d MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a diff --git a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild index 44b2ece09bb9..8d7a1731ba67 100644 --- a/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild +++ b/x11-themes/nou-icon-theme/nou-icon-theme-09.02.08.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit gnome2-utils versionator +inherit versionator xdg-utils MY_PV="$(delete_all_version_separators ${PV})" @@ -30,6 +30,10 @@ src_install() { doins -r Nou } -pkg_preinst() { gnome2_icon_savelist; } -pkg_postinst() { gnome2_icon_cache_update; } -pkg_postrm() { gnome2_icon_cache_update; } +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} |