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