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/claws-mail-theme-calculate/claws-mail-theme-calculate-...

25 lines
539 B

# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit xdg
DESCRIPTION="Iconset Calculate for Claws Mail"
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/download.php?file=themes/png/claws-mail-theme_Tango_1.2.1.tar.gz"
LICENSE="CC-BY-SA-2.5"
SLOT="0"
KEYWORDS="alpha amd64 ppc ppc64 x86"
RDEPEND="mail-client/claws-mail"
S="${WORKDIR}/Tango_v1.2.1"
src_install(){
insinto /usr/share/claws-mail/themes/Calculate
doins -r *
}