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/nuovo-icon-theme | |
parent | ad6182343997a405079870a2fe91c4e0c6b94595 (diff) | |
parent | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (diff) |
gentoo resync : 28.09.2019
Diffstat (limited to 'x11-themes/nuovo-icon-theme')
-rw-r--r-- | x11-themes/nuovo-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild | 14 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-themes/nuovo-icon-theme/Manifest b/x11-themes/nuovo-icon-theme/Manifest index fcba1a756504..d908f2729b1d 100644 --- a/x11-themes/nuovo-icon-theme/Manifest +++ b/x11-themes/nuovo-icon-theme/Manifest @@ -1,3 +1,3 @@ DIST dlg-nuovo-0.5.tar.bz2 1023277 BLAKE2B 5bf04f70932b60b877e2b97296f5ac8251ee7ae9e5cfad62f70436c9b4b63f085fb99ac5f37e08c46e652717cee094f9373e551aadf86b838288abe8210e3c71 SHA512 ce331f362383a04d0620c11ae73875db246b78ea2c7a724a0f615c5c8715b6bad898af4e354e1720888043c355eec3857409486f0454f2c515b1d4cd634cb8c9 -EBUILD nuovo-icon-theme-0.5.ebuild 759 BLAKE2B 3618da42271126fca1743ab2d5beee7b19efd5847d31b1fd767750b25c3c96ad870d9949795dbc74466db1edebf4392c98ba09438e04c955740aedb268e4bd03 SHA512 f7928e776826b2d805169b0f4e74bcdcd0b2caeb65c2a0e5110a25f990b935d7c32e0c7a2a62dbceb7b3b3080fdaf0529f5aedfbd15e37c9289240ce7a028a87 +EBUILD nuovo-icon-theme-0.5.ebuild 708 BLAKE2B 64646243087d329deb057177df0af9d237ba512b0f6b27ce081d9723b250fa47f2d64887df67663866ce67dd74ed826d58083a794e7dc16b9f2be5662ae312d3 SHA512 0d09af6b4c5323f3865fdef79a3fd15665e19766e02f20add6877e2f4a032c6750152609b32deab76c03d19241e83f1a947652e7a18a196df707912f7a2ec3a9 MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a diff --git a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild index a5eb76f0c92b..36ef2e9dd4b0 100644 --- a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild +++ b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.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 +inherit xdg-utils DESCRIPTION="A scalable icon theme called Nuovo" HOMEPAGE="http://www.silvestre.com.ar/" @@ -28,6 +28,10 @@ src_install() { doins -r Nuovo } -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 +} |