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

24 lines
704 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/claws-mail-themes/claws-mail-themes-20120129.ebuild,v 1.2 2012/05/20 09:46:48 fauli Exp $
EAPI=6
DESCRIPTION="Iconset Papirus for Claws Mail"
HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-claws-mail-theme"
COMMIT="7d02981d23ecfc279c87ff6c172ba09314940352"
SRC_URI="${HOMEPAGE}/archive/${COMMIT}.zip -> ${P}.zip"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="mail-client/claws-mail"
DEPEND=""
S="${WORKDIR}/papirus-claws-mail-theme-${COMMIT}"
src_install() {
insinto /usr/share/claws-mail/themes
doins -r Papirus
}