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-9999....

49 lines
770 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit gnome2-utils bzr
DESCRIPTION="Elementary icon theme is designed to be smooth, sexy, clear, and efficient"
HOMEPAGE="https://launchpad.net/elementaryicons"
EBZR_REPO_URI="lp:elementaryicons"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
CDEPEND=""
RDEPEND="${CDEPEND}"
DEPEND="${CDEPEND}
x11-libs/gtk+:2"
RESTRICT="binchecks strip"
pkg_setup() {
DOCS=( AUTHORS COPYING CONTRIBUTORS )
}
src_install() {
dodoc ${DOCS}
rm -r ${DOCS}
insinto /usr/share/icons/elementary
doins -r *
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}