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/calculate-icon-theme/calculate-icon-theme-15-r8....

50 lines
910 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit gnome2-utils
DESCRIPTION="Icons theme for Calculate Linux"
HOMEPAGE="http://www.calculate-linux.org/packages/x11-themes/calculate-icon-theme"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+qt5"
SRC_URI="https://mirror.calculate-linux.org/themes/icon/icon-calculate-15-r6.tar.bz2
http://mirror.yandex.ru/calculate/themes/icon/icon-calculate-15-r6.tar.bz2"
REQUIRED_USE=""
RDEPEND="|| (
x11-themes/adwaita-icon-theme
kde-plasma/breeze
kde-frameworks/oxygen-icons
x11-themes/elementary-icon-theme
x11-themes/mate-icon-theme
)
qt5? ( dev-qt/qtsvg:5 )"
DEPEND="${RDEPEND}"
src_install() {
insinto /
doins -r .
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}