diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 18:22:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-02-05 18:22:07 +0000 |
commit | 0203a5397b1d3cca6a6d1d98e180d30f16728066 (patch) | |
tree | 6be69eb26919469bae0356d0c65234064f06a104 /deskutils/timer-applet | |
parent | c3eb2392c8f1a53e57398a65a6cbc6f11cee96e8 (diff) | |
download | ports-0203a5397b1d3cca6a6d1d98e180d30f16728066.tar.gz ports-0203a5397b1d3cca6a6d1d98e180d30f16728066.zip |
Notes
Diffstat (limited to 'deskutils/timer-applet')
-rw-r--r-- | deskutils/timer-applet/Makefile | 8 | ||||
-rw-r--r-- | deskutils/timer-applet/distinfo | 4 | ||||
-rw-r--r-- | deskutils/timer-applet/pkg-plist | 4 |
3 files changed, 11 insertions, 5 deletions
diff --git a/deskutils/timer-applet/Makefile b/deskutils/timer-applet/Makefile index 91897ae2b6f6..bbde50ea5360 100644 --- a/deskutils/timer-applet/Makefile +++ b/deskutils/timer-applet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= timer-applet -PORTVERSION= 0.4 +PORTVERSION= 0.5.1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= timerapplet @@ -18,6 +18,7 @@ RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/gtk-events/clicked.wav:${PORTSDIR}/au USE_GNOME= gnomehack gnomeprefix gnomepanel GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --bindir=${PREFIX}/libexec # applets belong to libexec USE_X_PREFIX= yes USE_REINPLACE= yes @@ -27,7 +28,8 @@ post-patch: 's|/usr/share/pixmaps/||; \ s|location="timer-applet"|location="${PREFIX}/libexec/timer-applet"|' \ ${WRKSRC}/timer-applet.server - @${REINPLACE_CMD} -e 's|/usr/share/sounds|${X11BASE}/share/gnome/sounds|' \ - ${WRKSRC}/src/timer-applet.c + @${REINPLACE_CMD} -e \ + 's|$$(datadir)/sounds|${X11BASE}/share/gnome/sounds|' \ + ${WRKSRC}/src/Makefile.in .include <bsd.port.mk> diff --git a/deskutils/timer-applet/distinfo b/deskutils/timer-applet/distinfo index c0cb7d65cd95..fd65c99fd556 100644 --- a/deskutils/timer-applet/distinfo +++ b/deskutils/timer-applet/distinfo @@ -1,2 +1,2 @@ -MD5 (timer-applet-0.4.tar.gz) = 199caad577d5f4af9295b411af54d964 -SIZE (timer-applet-0.4.tar.gz) = 124903 +MD5 (timer-applet-0.5.1.tar.gz) = b28aa896e79e86fdb431af5dc1b23b4e +SIZE (timer-applet-0.5.1.tar.gz) = 130053 diff --git a/deskutils/timer-applet/pkg-plist b/deskutils/timer-applet/pkg-plist index a9e9615a7cdc..54e6a69993fb 100644 --- a/deskutils/timer-applet/pkg-plist +++ b/deskutils/timer-applet/pkg-plist @@ -2,4 +2,8 @@ libdata/bonobo/servers/timer-applet.server libexec/timer-applet share/gnome/gnome-2.0/ui/timer-applet.xml share/gnome/pixmaps/timer-applet/timer-applet-icon.png +share/locale/de/LC_MESSAGES/timer-applet.mo +share/locale/eu/LC_MESSAGES/timer-applet.mo +share/locale/fr/LC_MESSAGES/timer-applet.mo +share/locale/sv/LC_MESSAGES/timer-applet.mo @dirrm share/gnome/pixmaps/timer-applet |