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

(-)timer-applet/Makefile (-3 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	timer-applet
8
PORTNAME=	timer-applet
9
PORTVERSION=	0.4
9
PORTVERSION=	0.5.1
10
CATEGORIES=	deskutils
10
CATEGORIES=	deskutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
12
MASTER_SITE_SUBDIR=	timerapplet
12
MASTER_SITE_SUBDIR=	timerapplet
Lines 18-23 Link Here
18
18
19
USE_GNOME=	gnomehack gnomeprefix gnomepanel
19
USE_GNOME=	gnomehack gnomeprefix gnomepanel
20
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
21
CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec	# applets belong to libexec
22
CONFIGURE_ARGS=	--bindir=${PREFIX}/libexec	# applets belong to libexec
22
USE_X_PREFIX=	yes
23
USE_X_PREFIX=	yes
23
USE_REINPLACE=	yes
24
USE_REINPLACE=	yes
Lines 27-33 Link Here
27
		's|/usr/share/pixmaps/||; \
28
		's|/usr/share/pixmaps/||; \
28
		 s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \
29
		 s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \
29
		${WRKSRC}/timer-applet.server
30
		${WRKSRC}/timer-applet.server
30
	@${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \
31
	@${REINPLACE_CMD} -e \
31
		${WRKSRC}/src/timer-applet.c
32
		's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \
33
		${WRKSRC}/src/Makefile.in
32
34
33
.include <bsd.port.mk>
35
.include <bsd.port.mk>
(-)timer-applet/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (timer-applet-0.4.tar.gz) = 199caad577d5f4af9295b411af54d964
1
MD5 (timer-applet-0.5.1.tar.gz) = b28aa896e79e86fdb431af5dc1b23b4e
2
SIZE (timer-applet-0.4.tar.gz) = 124903
2
SIZE (timer-applet-0.5.1.tar.gz) = 130053
(-)timer-applet/pkg-plist (+4 lines)
Lines 2-5 Link Here
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/timer-applet.xml
4
share/gnome/pixmaps/timer-applet/timer-applet-icon.png
4
share/gnome/pixmaps/timer-applet/timer-applet-icon.png
5
share/locale/de/LC_MESSAGES/timer-applet.mo
6
share/locale/eu/LC_MESSAGES/timer-applet.mo
7
share/locale/fr/LC_MESSAGES/timer-applet.mo
8
share/locale/sv/LC_MESSAGES/timer-applet.mo
5
@dirrm share/gnome/pixmaps/timer-applet
9
@dirrm share/gnome/pixmaps/timer-applet

Return to bug 77145