# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 eutils DESCRIPTION="Alarm Clock is a personal alarm clock applet for the Gnome panel." HOMEPAGE="http://alarm-clock.pl/" SRC_URI="http://alarm-clock.pl/media/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="" RDEPEND="dev-python/pygtk:2 dev-python/notify-python dev-python/gst-python" src_install() { # Remove the annoying global text-file mimetype sed -i "s@MimeType=text/plain;@@" alarm-clock.desktop || die gnome2_src_install } pkg_postinst () { gnome2_pkg_postinst }