summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-06-07 02:51:21 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-06-07 02:51:21 +0000
commit23f6ea841eb457f77d8163c05688434392a400dd (patch)
treefeb538b49a930f6481692ccb7a25ec47b65acc40 /deskutils
parentFix a hang that can occur at configure time when Java is installed. (diff)
- Fix a typo in COMMENT. [1]
- Remove the ${BUILD_DEPENDS} in RUN_DEPENDS, because it causes gmake, libtool and few others become as runtime dependency, which they are just need to be in the build dependency. - Fix the dbus by chase dbus's change in Oct 2004 for from lib/dbus-1.0/services to share/dbus-1/services. It should fix the plist. [2] - Bump the PORTREVISION. Reported by: pointyhat via kris [2] Submitted by: sajd via IRC (#freebsd-gnome) [1] Discussed with: marcus and tmclaugh via IRC (#freebsd-gnome) [2]
Notes
Notes: svn path=/head/; revision=136958
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/tomboy/Makefile12
-rw-r--r--deskutils/tomboy/pkg-plist4
2 files changed, 12 insertions, 4 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile
index 767b0d4937df..f016068de730 100644
--- a/deskutils/tomboy/Makefile
+++ b/deskutils/tomboy/Makefile
@@ -8,20 +8,22 @@
PORTNAME= tomboy
PORTVERSION= 0.3.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.beatniksoftware.com/tomboy/releases/
MAINTAINER= tmclaugh@sdf.lonestar.org
-COMMENT= Personal note taking systemfor the GNOME desktop
+COMMENT= Personal note taking system for the GNOME desktop
LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2
BUILD_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= gapi-fixup:${PORTSDIR}/x11-toolkits/gtk-sharp \
+ ${LOCALBASE}/lib/mono/dbus-sharp/dbus-sharp.dll:${PORTSDIR}/devel/dbus-sharp
USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomepanel
USE_X_PREFIX= yes
+USE_REINPLACE= yes
USE_LIBTOOL_VER=15
USE_GMAKE= yes
@@ -31,4 +33,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= tomboy.1
GCONF_SCHEMAS= tomboy.schemas
+post-patch:
+ @${REINPLACE_CMD} -e 's|(libdir)/dbus-1.0|(prefix)/share/dbus-1|g' \
+ ${WRKSRC}/data/Makefile.in
+
.include <bsd.port.mk>
diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist
index b4542e29ec47..ce42a825d636 100644
--- a/deskutils/tomboy/pkg-plist
+++ b/deskutils/tomboy/pkg-plist
@@ -1,11 +1,11 @@
bin/tomboy
-lib/dbus-1.0/services/com.beatniksoftware.Tomboy.service
lib/tomboy/Plugins/PrintNotes.dll
lib/tomboy/Tomboy.exe
lib/tomboy/Tomboy.exe.config
lib/tomboy/libtomboy.so
libdata/bonobo/servers/GNOME_TomboyApplet.server
libdata/pkgconfig/tomboy-plugins.pc
+share/dbus-1/services/com.beatniksoftware.Tomboy.service
share/gnome/gnome-2.0/ui/GNOME_TomboyApplet.xml
share/gnome/pixmaps/tintin.png
share/locale/bg/LC_MESSAGES/tomboy.mo
@@ -33,5 +33,7 @@ share/locale/rw/LC_MESSAGES/tomboy.mo
share/locale/sq/LC_MESSAGES/tomboy.mo
share/locale/sv/LC_MESSAGES/tomboy.mo
share/locale/zh_CN/LC_MESSAGES/tomboy.mo
+@unexec rmdir %D/share/locale/rw/LC_MESSAGES 2> /dev/null || true
+@unexec rmdir %D/share/locale/rw 2> /dev/null || true
@dirrm lib/tomboy/Plugins
@dirrm lib/tomboy