summaryrefslogtreecommitdiff
path: root/x11-themes/hicolor-icon-theme
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /x11-themes/hicolor-icon-theme
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'x11-themes/hicolor-icon-theme')
-rw-r--r--x11-themes/hicolor-icon-theme/Manifest2
-rw-r--r--x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild13
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-themes/hicolor-icon-theme/Manifest b/x11-themes/hicolor-icon-theme/Manifest
index 51cdb5f4a510..d038c6597bbb 100644
--- a/x11-themes/hicolor-icon-theme/Manifest
+++ b/x11-themes/hicolor-icon-theme/Manifest
@@ -1,3 +1,3 @@
DIST hicolor-icon-theme-0.17.tar.xz 53016 BLAKE2B c20c6e23eae799468d9f4aac038d823611cabdbcc8237d9fdb4f3d7ee5c8031223b0e9e0cf7c2b3fdf975291489223445775f340024cb6d4bdbdd29a4cf5548e SHA512 eca8655930aa7e234f42630041c0053fde067b970fad1f81c55fcd4c5046c03edfdf2ede72a3e78fba2908e7da53e9463d3c5ae12ab9f5ef261e29a49f9c7a8d
-EBUILD hicolor-icon-theme-0.17.ebuild 738 BLAKE2B c4d40b10772341c3a2c4f6f4d61f5a7e7e15c7f92e2846e489402f7911d35ddc0f10118a6bb5119c7fc069d4ffee64278597f50ef364d85d2d6eb4f1583046f5 SHA512 7993eefbd9ef07dfb225c303035ca6850e59f0f482efc1b9987cc3b94a3a2a3b68abc74bb818213aaa82ae4bf342d54e2be101a42219c6ee8c9d542c8d375565
+EBUILD hicolor-icon-theme-0.17.ebuild 671 BLAKE2B ca7cf51234c80f0f8a529bcc00617c9e6fbfc5a1e10719777b63cbbfd69ee44bec005fe253252f1f200d22b279f794141536f244c5eb7c5a4e256971bb1dd8dd SHA512 fbbaed903e1fd8f3f2b4d8c5a8ed87e09dba75137adc3687cd8d137ca414139e9674be55def1c1eaacab10c41285c3e42a9925d7997f811c5dc3fa66a6352da6
MISC metadata.xml 232 BLAKE2B b8ca675b002ba96d45a3afe7b6dd9f0e74d21db87eb002f72bae4e23fd49602115a18b372084596fdc09c3dccef80ae95ab540dad93fdf5dab0c9fb34f5d28db SHA512 21ba416ac701f1c9deb55d07f8afbf9da930fb04d274d84c5cf0df5e549554059959228ee6a4b8523d985fe0762af1a7c36aaefcb0e5b3c7baa5866e2841cfb4
diff --git a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild
index d05f0515940f..544b2ef31062 100644
--- a/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild
+++ b/x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-inherit gnome2-utils
+EAPI=7
+inherit xdg-utils
DESCRIPTION="Fallback theme for the freedesktop icon theme specification"
HOMEPAGE="https://freedesktop.org/wiki/Software/icon-theme"
@@ -11,13 +11,10 @@ SRC_URI="https://icon-theme.freedesktop.org/releases/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-RDEPEND=""
-DEPEND="app-arch/xz-utils"
+BDEPEND="app-arch/xz-utils"
RESTRICT="binchecks strip"
-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; }