From 669cef86f272215ff51f1204a893b15568d1c7ad Mon Sep 17 00:00:00 2001 From: "David Grant (dgrant)" Date: Tue, 11 Jul 2006 02:13:05 +0000 Subject: net-mail/gmail-notify: incorporated suggestions from Tristan Heaven svn path=/sunrise/; revision=586 --- net-mail/gmail-notify/gmail-notify-1.6.1.ebuild | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'net-mail/gmail-notify/gmail-notify-1.6.1.ebuild') diff --git a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild index 0413598a3..1d4411231 100644 --- a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild +++ b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit python +inherit python eutils DESCRIPTION="Gmail Notifier is a Linux alternative for the notifier program released by Google" -HOMEPAGE="http://gmail-notify.sf.net" +HOMEPAGE="http://gmail-notify.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" @@ -14,10 +14,9 @@ KEYWORDS="~x86" IUSE="" RDEPEND="virtual/python - >=dev-python/pygtk-2.0* - >=x11-libs/gtk+-2.4*" -DEPEND="${RDEPEND} - app-arch/bzip2" + >=dev-python/pygtk-2.0 + >=x11-libs/gtk+-2.4" +DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} @@ -27,16 +26,16 @@ src_install() { #Install docs dodoc README - rm -f README #Install all python files into site-packages insinto ${INST_DIR} - doins -r * + doins *.py *.jpg *.png langs.xml pytrayicon.so notifier.conf.sample #Install a script in /usr/bin echo "#!/bin/bash" > gmail-notify echo "exec /usr/bin/python ${INST_DIR}/notifier.py \"\$1\"" >> gmail-notify dobin gmail-notify + make_wrapper gmail-notify "/usr/bin/python ${INST_DIR}/notifier.py" } pkg_postinst() { -- cgit v1.2.3-65-gdbad