# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit eutils DESCRIPTION="X based boot splash" HOMEPAGE="https://launchpad.net/xsplash" SRC_URI="http://launchpad.net/xsplash/trunk/${PV}/+download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=x11-libs/gtk+-2.20 >=sys-apps/dbus-0.76 x11-libs/libXcomposite x11-libs/libX11 dev-libs/dbus-glib " DEPEND="${RDEPEND} dev-util/pkgconfig " src_prepare() { epatch "${FILESDIR}"/${P}-deprecated-gtk_widget_realized.patch } src_install() { emake DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog NEWS README INSTALL TODO || die }