# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Gnome OSD notification system" HOMEPAGE="http://www.gnomefiles.org/app.php?soft_id=350" SRC_URI="http://telecom.inescporto.pt/~gjc/${PN}/${PV}/${PN}_${PV}-1.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" S="${WORKDIR}/${PN}" RDEPEND=">=dev-python/gnome-python-2.6.0" DEPEND=${RDEPEND} DOCS="AUTHORS COPYING ChangeLog NEWS README" USE_DESTDIR="1" pkg_postinst() { gnome2_pkg_postinst # see the Installation section of the README kill -s HUP `pidof gconfd-2` > /dev/null 2>&1 || true }