View | Details | Raw Unified | Return to bug 176550
Collapse All | Expand All

(-)deskutils/timer-applet/Makefile (-14 / +15 lines)
Lines 1-31 Link Here
1
# New ports collection makefile for:	timer-applet
1
# Created by: Michael Johnson <ahze@FreeBSD.org>
2
# Date created:		2005-01-12
3
# Whom:			Michael Johnson <ahze@FreeBSD.org>
4
#
5
# $FreeBSD: head/deskutils/timer-applet/Makefile 300896 2012-07-14 13:54:48Z beat $
2
# $FreeBSD: head/deskutils/timer-applet/Makefile 300896 2012-07-14 13:54:48Z beat $
6
#
7
3
8
PORTNAME=	timer-applet
4
PORTNAME=	timer-applet
9
PORTVERSION=	2.1.2
5
PORTVERSION=	2.1.4
10
PORTREVISION=	6
11
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
12
MASTER_SITES=	SF/timerapplet/timerapplet/${PORTNAME}-${PORTVERSION}
7
MASTER_SITES=	http://launchpadlibrarian.net/52401395/
13
8
14
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A timer applet for the GNOME panel
10
COMMENT=	Timer applet for the GNOME panel
16
11
17
RUN_DEPENDS=	${LOCALBASE}/share/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio \
12
LICENSE=	GPLv2 # (or later)
18
		${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \
13
19
		${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify
14
RUN_DEPENDS=	gnome-audio>0:${PORTSDIR}/audio/gnome-audio \
15
		${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \
16
		${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify
17
18
WRKSRC=		${WRKDIR}/${PORTNAME}
20
19
21
USE_GNOME=	gnomehack gnomeprefix intlhack pygnomedesktop
20
USE_GNOME=	gnomehack gnomeprefix intlhack pygnomedesktop
22
USE_PYTHON=	2.5+
21
USE_PYTHON=	yes
23
USE_GETTEXT=	yes
22
USE_GETTEXT=	yes
24
USE_GMAKE=	yes
23
USE_GMAKE=	yes
25
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec
26
MAKE_JOBS_SAFE=	yes
27
26
CPPFLAGS+=	-I${LOCALBASE}/include
28
CPPFLAGS+=	-I${LOCALBASE}/include
27
LDFLAGS+=	-L${LOCALBASE}/lib
29
LDFLAGS+=	-L${LOCALBASE}/lib
28
CONFIGURE_ARGS=	--libdir=${PREFIX}/libexec
29
30
30
GCONF_SCHEMAS=	timer-applet.schemas
31
GCONF_SCHEMAS=	timer-applet.schemas
31
32
(-)deskutils/timer-applet/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (timer-applet-2.1.2.tar.gz) = e0689342fa14a24c940534b6bd7d52849fd71a4274b21270c7611d60eb852d8a
1
SHA256 (timer-applet-2.1.4.tar.gz) = 26d794da947ae09685a012d36cedf2a7ece1b05357ecaa9755a1475350988648
2
SIZE (timer-applet-2.1.2.tar.gz) = 203617
2
SIZE (timer-applet-2.1.4.tar.gz) = 410129
(-)deskutils/timer-applet/pkg-descr (-1 / +1 lines)
Lines 9-12 Link Here
9
    * Each applet remembers your last-used timer, even after you log out
9
    * Each applet remembers your last-used timer, even after you log out
10
    * User interface follows the GNOME Human Interface Guidelines
10
    * User interface follows the GNOME Human Interface Guidelines
11
11
12
WWW: http://timerapplet.sourceforge.net/
12
WWW: http://launchpad.net/timer-applet

Return to bug 176550