# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit gnome2-utils meson DESCRIPTION="An original set of vector icons designed specifically for elementary OS" HOMEPAGE="https://github.com/elementary/icons" SRC_URI="https://github.com/elementary/icons/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="amd64 ~x86" IUSE="" DEPEND="x11-apps/xcursorgen" RDEPEND="${DEPEND}" S=${WORKDIR}/icons-${PV} pkg_preinst() { gnome2_icon_savelist } pkg_postinst() { gnome2_icon_cache_update } pkg_postrm() { gnome2_icon_cache_update }