diff --git a/x11-themes/nuovo-icon-theme/metadata.xml b/x11-themes/nuovo-icon-theme/metadata.xml index cc1ab6847396b..52c3f63cafa27 100644 --- a/x11-themes/nuovo-icon-theme/metadata.xml +++ b/x11-themes/nuovo-icon-theme/metadata.xml @@ -1,8 +1,12 @@ - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project + + gentoo@aisha.cc + Aisha Tammy + + + proxy-maint@gentoo.org + Proxy Maintainers 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-r1.ebuild similarity index 52% rename from x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild rename to x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5-r1.ebuild index 36ef2e9dd4b08..4aaf9b58c2abc 100644 --- a/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5.ebuild +++ b/x11-themes/nuovo-icon-theme/nuovo-icon-theme-0.5-r1.ebuild @@ -1,24 +1,19 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit xdg-utils +EAPI=7 + +inherit xdg DESCRIPTION="A scalable icon theme called Nuovo" HOMEPAGE="http://www.silvestre.com.ar/" -SRC_URI="http://www.silvestre.com.ar/icons/dlg-nuovo-${PV}.tar.bz2" +SRC_URI="mirror://gentoo/dlg-nuovo-${PV}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="minimal" -RDEPEND="!minimal? ( x11-themes/adwaita-icon-theme )" -DEPEND="" - -RESTRICT="binchecks strip" - -S=${WORKDIR} +S="${WORKDIR}" src_install() { dodoc Nuovo/{AUTHORS,Changelog,README} @@ -27,11 +22,3 @@ src_install() { insinto /usr/share/icons doins -r Nuovo } - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -}