You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/x11-themes/elementary-icon-theme/elementary-icon-theme-2.7.1...

42 lines
790 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit gnome2-utils
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
SRC_URI="ftp://ftp.calculate-linux.org/calculate/themes/elementary/${PF}.tar.bz2
http://mirror.yandex.ru/calculate/themes/elementary/${PF}.tar.bz2"
RESTRICT="binchecks strip"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND=""
RDEPEND="${DEPEND}
x11-themes/hicolor-icon-theme"
S="${WORKDIR}"
src_install() {
insinto /usr/share/icons
doins -r elementary
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}