# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit autotools eutils gnome2 subversion ESVN_REPO_URI="https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/${PN}" S="${WORKDIR}/${PN/-/}" DESCRIPTION="Kiba Dock Plugins" HOMEPAGE="http://kiba-dock.org" SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="glitz svg" DEPEND=" gnome-base/gnome-vfs gnome-base/libgtop gnome-extra/kiba-dock glitz? ( >=media-libs/glitz-0.4 ) svg? ( gnome-base/librsvg ) " G2CONF="${G2CONF} $(use_enable glitz) $(use_enable svg)" src_unpack() { subversion_src_unpack cd "${S}" intltoolize --force --copy || die "intltoolize failed" eautoreconf || die "eautoreconf failed" } pkg_postinst() { einfo einfo "If you have an ati or nvidia card, you should disable the glitz" einfo "support in kiba-dock and kiba-plugins. That should prevent a" einfo "segmentation fault when starting kiba-dock with ati cards and" einfo "colour artifacts or invisible dock with nvidia cards." einfo einfo "DO NOT report bugs to Gentoo's bugzilla" einfo "Please report all bugs to #gentoo-desktop-effects" einfo "Thank you on behalf of the Gentoo Desktop-Effects team" gnome2_pkg_postinst }