diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-08 18:12:52 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-09 10:33:39 -0500 |
commit | f28d868a79da3c645512852ca5c31b0aa5ad4e5c (patch) | |
tree | c711933cf8db2611e6e8e94cf47bf4bc6cab501a /x11-themes | |
parent | mail-filter/opendkim: new masked revision with slotted lua. (diff) | |
download | gentoo-f28d868a79da3c645512852ca5c31b0aa5ad4e5c.tar.gz gentoo-f28d868a79da3c645512852ca5c31b0aa5ad4e5c.tar.bz2 gentoo-f28d868a79da3c645512852ca5c31b0aa5ad4e5c.zip |
x11-themes/hicolor-icon-theme: EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/hicolor-icon-theme/hicolor-icon-theme-0.17.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
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; } |