calculate-icon-theme-19calculate
download
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=8
inherit xdg-utils
DESCRIPTION="Icons theme for Calculate Linux"
HOMEPAGE="https://www.calculate-linux.org/packages/x11-themes/calculate-icon-theme"
SRC_URI="https://mirror.calculate-linux.org/themes/icon/icon-calculate-19.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+qt6"
RDEPEND="|| (
x11-themes/adwaita-icon-theme
kde-plasma/breeze
kde-frameworks/oxygen-icons
x11-themes/elementary-xfce-icon-theme
x11-themes/mate-icon-theme
x11-themes/papirus-icon-theme
)
qt6? ( dev-qt/qtsvg:6 )"
DEPEND="${RDEPEND}"
src_install() {
insinto /
doins -r .
}
pkg_postinst() {
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
}