diff options
author | 2021-02-04 00:33:45 +0000 | |
---|---|---|
committer | 2021-03-12 21:49:20 +0100 | |
commit | c62c054b1cdf6be368bd8e5ccd0763f7dc0d0e59 (patch) | |
tree | 343936309f7d24bade3ad4649efa6b5fc3c68965 /x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild | |
parent | x11-themes/numix-icon-theme: fix eclass usage (diff) | |
download | gentoo-c62c054b1cdf6be368bd8e5ccd0763f7dc0d0e59.tar.gz gentoo-c62c054b1cdf6be368bd8e5ccd0763f7dc0d0e59.tar.bz2 gentoo-c62c054b1cdf6be368bd8e5ccd0763f7dc0d0e59.zip |
x11-themes/echo-icon-theme: fix eclass usage
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild')
-rw-r--r-- | x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild index d702d72480b5..3fd74457f14b 100644 --- a/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild +++ b/x11-themes/echo-icon-theme/echo-icon-theme-0.3.89.0_pre20081031.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -inherit gnome2-utils +EAPI=7 + +inherit xdg DESCRIPTION="SVG icon theme from the Echo Icon project" HOMEPAGE="https://fedorahosted.org/echo-icon-theme" @@ -11,26 +12,10 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="CC-BY-SA-3.0" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="" -DEPEND="${RDEPEND} +BDEPEND=" virtual/pkgconfig >=x11-misc/icon-naming-utils-0.8.90 " -RESTRICT="binchecks strip" - S="${WORKDIR}/${PN}-${PV/_pre*}" - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} |