Subversion Repositories KardasA Overlay

Rev

Rev 178 | Blame | Compare with Previous | Last modification | View Log | RSS feed

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 

EAPI="4"

DESCRIPTION="Mint-Z GTK themes"
HOMEPAGE="http://packages.linuxmint.com/pool/main/m/mint-z-theme/"
SRC_URI="http://packages.linuxmint.com/pool/main/m/${PN}/${PN}_${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="x11-themes/mint-x-theme"

DEPEND="${RDEPEND}"

RESTRICT="binchecks strip"

S=${WORKDIR}

src_install() {
        insinto /usr/share/themes
        doins -r mint-z-theme/usr/share/themes/Mint-Z{,-Dark,-Mate}
        dodoc mint-z-theme/debian/changelog  mint-z-theme/debian/copyright
}