diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-09-28 08:17:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-09-28 08:17:07 +0100 |
commit | 5a165c60b9b8c4847067cb83b4be7da785d01f93 (patch) | |
tree | 166b01591366d3479084ea774c888bc84aaa8d4f /x11-themes/yasis-icon-theme | |
parent | a5b65c81168c90928784a1e92cda84ed5d6b9eb3 (diff) |
gentoo resync : 28.09.2019
Diffstat (limited to 'x11-themes/yasis-icon-theme')
-rw-r--r-- | x11-themes/yasis-icon-theme/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild | 13 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-themes/yasis-icon-theme/Manifest b/x11-themes/yasis-icon-theme/Manifest index 97b636a00e18..e420bd2fc597 100644 --- a/x11-themes/yasis-icon-theme/Manifest +++ b/x11-themes/yasis-icon-theme/Manifest @@ -1,3 +1,3 @@ DIST yasis-0.4.2.tar.bz2 1008347 BLAKE2B b78c35920f6e7507304525019a1a4c9fac2ef73479a83095de6175aa6f49fd2533b9a8a7b50b038d395036a1936193ce3bcdfe82e7d700d00582b469c7c9f9b3 SHA512 f417b02adc8f8b4b5ac5447c2babc7a8a887b8bd6c15639221c303e2baf3d5743c8f4fcf4ea264fdae6e6b85f387b4c485b99559071ed81cd054f03533121416 -EBUILD yasis-icon-theme-0.4.2.ebuild 772 BLAKE2B 60a1c55f9af04333dc0b09597af96a7428fad71003d3a1b1b3e2159d555263838d7d8a6911fc8f51a6a3f1d936c1e0070dd65c16cf04f8d9c6dcb79cad4d27f9 SHA512 c933c95ded322d2d1360c0f5a8f5342c1ab49b2ccc30e0147147e26ebd8c50016b4ac8c57a91e5e21b783eecb82cef6d286fd0d42df7b3073e8fdf413c0c5a8c +EBUILD yasis-icon-theme-0.4.2.ebuild 720 BLAKE2B 3b4008bd32aa33bfee727ff466e49f95d57e72ad9ee6b3fd592c0efe6e888fde1521da4f5cf247aab72b320eb358b845b50eb9082b7ffae56bbf075d072d89a2 SHA512 c1b87de7858d4069237191183499f22f002de770ed526218b94b5c49b699ad0b9f7e2da280b2334c07b584768394d2ce073505d5cc461791f7b05c5229df1aab MISC metadata.xml 280 BLAKE2B 6bb9cea51ea678e56e199a9387e52ea4f0c7534eb5af86e2e76d07a83fd2e84cc0bb6940d907f1527bbfb9402b0055d1f9339efa16ccd32689db9e3e49bc4f6e SHA512 ee538f1c3a19740600945d69b105692ab1c0cd6cc49fb49ea59d76696465994a53111eb3b1ab25275716a17239a1c0f3edde83bc8ed7e4d494d6a302fedadc0a diff --git a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild index 2dfde6c04d38..f14489c8268a 100644 --- a/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.ebuild +++ b/x11-themes/yasis-icon-theme/yasis-icon-theme-0.4.2.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 Yasis" HOMEPAGE="http://www.silvestre.com.ar/" @@ -28,6 +28,9 @@ src_install() { doins -r yasis } -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 +} |