# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id $ EAPI=6 inherit gnome2 DESCRIPTION="Official themes for Cairo-dock" HOMEPAGE="http://www.cairo-dock.org" SRC_URI="mirror://sourceforge/cairo-dock.berlios/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND=">=x11-misc/cairo-dock-${PV}" src_prepare() { sed -i -e \ "/^pkgdatadir=\`/s|.*|pkgdatadir=${EPREFIX}/usr/share/cairo-dock/themes|" \ configure || die gnome2_src_prepare default }