# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 DESCRIPTION="GNOME On-Screen Display notification system" HOMEPAGE="http://telecom.inescporto.pt/~gjc/gnome-osd/" SRC_URI="http://telecom.inescporto.pt/~gjc/gnome-osd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="doc" RDEPEND=">=dev-lang/python-2.3 >=dev-python/pygtk-2.4 >=dev-python/gnome-python-2.6" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig sys-devel/gettext" G2CONF="${G2CONF} --disable-schemas-install" DOCS="AUTHORS 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 }