From 189d79d9352215a4c9f782c8f9a894b7ffdeab7e Mon Sep 17 00:00:00 2001 From: ahze Date: Thu, 20 Jan 2005 18:46:14 +0000 Subject: - Transfer MAINTAINER to jylefort@brutele.be - add gnomeaudio2 to RUN_DEPENDS PR: ports/75863 --- deskutils/timer-applet/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 602805e61fa4..1fac4131b63f 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -7,15 +7,23 @@ PORTNAME= timer-applet PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= jylefort@brutele.be COMMENT= Timer applet for the Gnome panel +RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2 + USE_GNOME= gnomehack gnomeprefix gnometarget gnomepanel GNU_CONFIGURE= yes USE_X_PREFIX= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ + ${WRKSRC}/src/timer-applet.c .include -- cgit