# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" inherit gnome2 eutils DESCRIPTION="The GNOME Settings Daemon - Patched version to use Notify-OSD" HOMEPAGE="http://www.gnome.org" SRC_URI="http://ftp.gnome.org/pub/gnome/sources/$PN/2.28/$PN-$PV.tar.bz2" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=gnome-base/libgnomekbd-2.28.2 >=gnome-base/gnome-desktop-2.28.2-r1 >=x11-libs/libnotify-0.4.5 >=media-libs/gstreamer-0.10.25 >=x11-misc/notify-osd-0.9.29 >=x11-libs/libXxf86misc-1.0.2" RDEPEND="${DEPEND}" src_prepare(){ gnome2_src_prepare epatch "${FILESDIR}/20_gstreamer.patch" || die "patch 1 failed" epatch "${FILESDIR}/16_use_synchronous_notifications.patch" || die "patch 2 failed" } src_compile() { libtoolize --force || die "libtoolize failed" aclocal || die "aclocal failed" autoconf || die "autoconf failed" automake || die "automake failed" econf emake } src_install(){ gnome2_src_install }