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

(-)timer-applet/Makefile (-5 / +16 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	timer-applet
8
PORTNAME=	timer-applet
9
PORTVERSION=	0.5.1
9
PORTVERSION=	1.0
10
PORTREVISION=	1
11
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
13
MASTER_SITE_SUBDIR=	timerapplet
12
MASTER_SITE_SUBDIR=	timerapplet
14
13
15
MAINTAINER=	jylefort@brutele.be
14
MAINTAINER=	jylefort@brutele.be
16
COMMENT=	Timer applet for the Gnome panel
15
COMMENT=	A timer applet for the GNOME panel
17
16
18
RUN_DEPENDS=	${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2
17
RUN_DEPENDS=	${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnomeaudio2
19
18
Lines 23-36 Link Here
23
CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec	# applets belong to libexec
22
CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec	# applets belong to libexec
24
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
25
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
25
USE_GMAKE=	yes
26
GCONF_SCHEMAS=	timer-applet.schemas
27
INSTALLS_OMF=	yes
28
OMFDIR=		${PREFIX}/share/gnome/omf/${PORTNAME}
26
29
27
post-patch:
30
post-patch:
28
	@${REINPLACE_CMD} -e \
31
	@${REINPLACE_CMD} -e \
29
		's|/usr/share/pixmaps/||; \
32
		's|/usr/share/pixmaps/|${PREFIX}/share/gnome/pixmaps/|; \
30
		 s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \
33
		 s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \
31
		${WRKSRC}/timer-applet.server
34
		${WRKSRC}/GNOME_TimerApplet.server.in
32
	@${REINPLACE_CMD} -e \
35
	@${REINPLACE_CMD} -e \
33
		's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \
36
		's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \
34
		${WRKSRC}/src/Makefile.in
37
		${WRKSRC}/src/Makefile.in
38
	@${MKDIR} ${WRKSRC}/omf-install
39
40
post-install:
41
	${MKDIR} ${OMFDIR}
42
.for lang in C fr
43
	${INSTALL_DATA} ${WRKSRC}/omf-install/${PORTNAME}-${lang}.omf ${OMFDIR}
44
	-scrollkeeper-install -q ${OMFDIR}/${PORTNAME}-${lang}.omf
45
.endfor
35
46
36
.include <bsd.port.mk>
47
.include <bsd.port.mk>
(-)timer-applet/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (timer-applet-0.5.1.tar.gz) = b28aa896e79e86fdb431af5dc1b23b4e
1
MD5 (timer-applet-1.0.tar.gz) = 63b40b8ae59e12d2f7068ebf64fffd86
2
SIZE (timer-applet-0.5.1.tar.gz) = 130053
2
SIZE (timer-applet-1.0.tar.gz) = 170234
(-)timer-applet/pkg-descr (-10 / +6 lines)
Lines 2-17 Link Here
2
2
3
Highlights:
3
Highlights:
4
4
5
	* Add multiple Timer Applets to the panel to have different
5
    * Quickly set a timer and the applet will notify you when time is up
6
	  timers running simultaneously
6
    * Add multiple Timer Applets to the panel to have different timers
7
	* Quickly set a time and the applet will notify you when
7
      running simultaneously
8
	  time's up
8
    * Create presets for quick access to frequently-used times
9
	* Create presets for quick access to frequently-used times
9
    * Each applet remembers your last-used timer, even after you log out
10
	* Small and unobtrusive. Choose to either view the remaining
10
    * User interface follows the GNOME Human Interface Guidelines
11
	  time right in the panel or hide it so you don't get
12
	  distracted by the countdown. You can still view the
13
	  remaining time by hovering your mouse over the timer icon
14
	* User interface follows the GNOME Human Interface Guidelines
15
11
16
WWW: http://timerapplet.sourceforge.net/
12
WWW: http://timerapplet.sourceforge.net/
17
13
(-)timer-applet/pkg-plist (-2 / +15 lines)
Lines 1-9 Link Here
1
libdata/bonobo/servers/timer-applet.server
1
libdata/bonobo/servers/GNOME_TimerApplet.server
2
libexec/timer-applet
2
libexec/timer-applet
3
share/gnome/gnome-2.0/ui/timer-applet.xml
3
share/gnome/gnome-2.0/ui/GNOME_TimerApplet.xml
4
share/gnome/help/timer-applet/C/legal.xml
5
share/gnome/help/timer-applet/C/timer-applet.xml
6
share/gnome/help/timer-applet/fr/legal.xml
7
share/gnome/help/timer-applet/fr/timer-applet.xml
8
share/gnome/omf/timer-applet/timer-applet-C.omf
9
share/gnome/omf/timer-applet/timer-applet-fr.omf
4
share/gnome/pixmaps/timer-applet/timer-applet-icon.png
10
share/gnome/pixmaps/timer-applet/timer-applet-icon.png
5
share/locale/de/LC_MESSAGES/timer-applet.mo
11
share/locale/de/LC_MESSAGES/timer-applet.mo
12
share/locale/es/LC_MESSAGES/timer-applet.mo
6
share/locale/eu/LC_MESSAGES/timer-applet.mo
13
share/locale/eu/LC_MESSAGES/timer-applet.mo
7
share/locale/fr/LC_MESSAGES/timer-applet.mo
14
share/locale/fr/LC_MESSAGES/timer-applet.mo
8
share/locale/sv/LC_MESSAGES/timer-applet.mo
15
share/locale/sv/LC_MESSAGES/timer-applet.mo
16
@dirrm share/gnome/help/timer-applet/C/figures
17
@dirrm share/gnome/help/timer-applet/C
18
@dirrm share/gnome/help/timer-applet/fr/figures
19
@dirrm share/gnome/help/timer-applet/fr
20
@dirrm share/gnome/help/timer-applet
21
@dirrm share/gnome/omf/timer-applet
9
@dirrm share/gnome/pixmaps/timer-applet
22
@dirrm share/gnome/pixmaps/timer-applet

Return to bug 79790