diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:15:38 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-20 05:15:38 +0800 |
commit | 15e071ab0d4a2fef392ee77e7abf888cc1e94f77 (patch) | |
tree | fd216348dcb13c2c40d886911b085b0a407c05b7 /deskutils | |
parent | ad23a67a4294ee830ace89bc71e930f59ca2fb8f (diff) | |
download | marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar.gz marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar.bz2 marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar.lz marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar.xz marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.tar.zst marcuscom-ports-15e071ab0d4a2fef392ee77e7abf888cc1e94f77.zip |
- Update to 0.9.4. I had to do it since tomboy is always way behind with our
GNOME.
- Add ndesk-dbus-glib dependency, I will removing ndesk-dbus-glib from
x11/gnome2 shortly.
I have added a hack of /bin/bash -> /bin/sh. It would be nice for bash vs sh
expert to check and make sure two scripts don't really required bash. These
work fine in the runtime, thought.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10167 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/tomboy/Makefile | 56 | ||||
-rw-r--r-- | deskutils/tomboy/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tomboy/pkg-descr | 11 | ||||
-rw-r--r-- | deskutils/tomboy/pkg-plist | 276 |
4 files changed, 346 insertions, 0 deletions
diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile new file mode 100644 index 000000000..33a137d82 --- /dev/null +++ b/deskutils/tomboy/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: tomboy +# Date created: 20041011 +# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> +# +# $FreeBSD$ +# $Id: Makefile,v 1.14 2008-01-19 21:15:37 mezz Exp $ +# + +PORTNAME= tomboy +PORTVERSION= 0.9.4 +CATEGORIES= deskutils gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +DIST_SUBDIR= gnome2 + +MAINTAINER= bsd-sharp-list@forge.novell.com +COMMENT= Personal note taking system for the GNOME desktop + +LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell +BUILD_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib +RUN_DEPENDS= ${LOCALBASE}/lib/mono/gmime-sharp/gmime-sharp.dll:${PORTSDIR}/mail/gmime2-sharp \ + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib \ + dbus-daemon:${PORTSDIR}/devel/dbus + +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GNOME= gnomehack gnometarget intlhack gnomeprefix gnomesharp20 +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALLS_ICONS= yes +INSTALLS_OMF= yes + +CONFIGURE_ARGS+=--enable-evolution=yes \ + --enable-dbus=yes \ + --enable-dbus-service-dir-check=no \ + --with-dbus-service-dir=${PREFIX}/share/dbus-1/services +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + DBUS_SERVICE_DIR="${PREFIX}/share/dbus-1/services" + +MAN1= tomboy.1 +GCONF_SCHEMAS= tomboy.schemas + +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} 's|`$$PKG_CONFIG --variable=libdir libpanelapplet-2.0`|"$$libdir"|g; \ + s|PANELAPPLET_SERVER_DIR="$$libdir|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g; \ + s|PANELAPPLET_SERVER_DIR="$$PANELAPPLET_LIBDIR|PANELAPPLET_SERVER_DIR="$$prefix/libdata|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \ + ${WRKSRC}/Tomboy/tomboy*.in + +.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" +.include <bsd.port.post.mk> diff --git a/deskutils/tomboy/distinfo b/deskutils/tomboy/distinfo new file mode 100644 index 000000000..922a969c0 --- /dev/null +++ b/deskutils/tomboy/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/tomboy-0.9.4.tar.bz2) = 03f898f109a124ae7345761c69b073e6 +SHA256 (gnome2/tomboy-0.9.4.tar.bz2) = ec9b414ead0370dc562ec9760c1388eab30289f2a7438f6afd57553c2995a620 +SIZE (gnome2/tomboy-0.9.4.tar.bz2) = 2065383 diff --git a/deskutils/tomboy/pkg-descr b/deskutils/tomboy/pkg-descr new file mode 100644 index 000000000..528fc8436 --- /dev/null +++ b/deskutils/tomboy/pkg-descr @@ -0,0 +1,11 @@ +Tomboy is a desktop note-taking application for Linux and Unix. Simple +and easy to use, but with potential to help you organize the ideas and +information you deal with every day. + +The key to Tomboy's usefulness lies in the ability to relate notes and +ideas together. Using a WikiWiki-like linking system, organizing ideas +is as simple as typing a name. Branching an idea off is easy as pressing +the Link button. And links between your ideas won't break, even when +renaming and reorganizing them. + +WWW: http://www.beatniksoftware.com/tomboy/ diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist new file mode 100644 index 000000000..c03b318d0 --- /dev/null +++ b/deskutils/tomboy/pkg-plist @@ -0,0 +1,276 @@ +bin/tomboy +bin/tomboy-panel +lib/tomboy/Mono.Addins.Gui.dll +lib/tomboy/Mono.Addins.Setup.dll +lib/tomboy/Mono.Addins.dll +lib/tomboy/Mono.Addins.dll.config +lib/tomboy/Tomboy.exe +lib/tomboy/Tomboy.exe.config +lib/tomboy/addins/Backlinks.dll +lib/tomboy/addins/Bugzilla.dll +lib/tomboy/addins/Evolution.dll +lib/tomboy/addins/ExportToHtml.dll +lib/tomboy/addins/FileSystemSyncService.dll +lib/tomboy/addins/FixedWidth.dll +lib/tomboy/addins/InsertTimestamp.dll +lib/tomboy/addins/NoteOfTheDay.dll +lib/tomboy/addins/PrintNotes.dll +lib/tomboy/addins/SshSyncServiceAddin.dll +lib/tomboy/addins/StickyNoteImport.dll +lib/tomboy/addins/WebDavSyncService.dll +lib/tomboy/libprintnotes.la +lib/tomboy/libprintnotes.so +lib/tomboy/libtomboy.la +lib/tomboy/libtomboy.so +libdata/bonobo/servers/GNOME_TomboyApplet.server +libdata/pkgconfig/tomboy-addins.pc +share/applications/tomboy.desktop +share/dbus-1/services/org.gnome.Tomboy.service +share/gnome/help/tomboy/C/figures/tomboy-main-menu.png +share/gnome/help/tomboy/C/figures/tomboy-new-note.png +share/gnome/help/tomboy/C/figures/tomboy-panel.png +share/gnome/help/tomboy/C/figures/tomboy-pindown.png +share/gnome/help/tomboy/C/figures/tomboy-pinup.png +share/gnome/help/tomboy/C/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/C/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/C/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/C/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/C/figures/tomboy-tools.png +share/gnome/help/tomboy/C/legal.xml +share/gnome/help/tomboy/C/tomboy.xml +share/gnome/help/tomboy/ca/figures/tomboy-main-menu.png +share/gnome/help/tomboy/ca/figures/tomboy-new-note.png +share/gnome/help/tomboy/ca/figures/tomboy-panel.png +share/gnome/help/tomboy/ca/figures/tomboy-pindown.png +share/gnome/help/tomboy/ca/figures/tomboy-pinup.png +share/gnome/help/tomboy/ca/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/ca/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/ca/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/ca/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/ca/figures/tomboy-tools.png +share/gnome/help/tomboy/ca/legal.xml +share/gnome/help/tomboy/ca/tomboy.xml +share/gnome/help/tomboy/en_GB/figures/tomboy-main-menu.png +share/gnome/help/tomboy/en_GB/figures/tomboy-new-note.png +share/gnome/help/tomboy/en_GB/figures/tomboy-panel.png +share/gnome/help/tomboy/en_GB/figures/tomboy-pindown.png +share/gnome/help/tomboy/en_GB/figures/tomboy-pinup.png +share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/en_GB/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/en_GB/figures/tomboy-tools.png +share/gnome/help/tomboy/en_GB/legal.xml +share/gnome/help/tomboy/en_GB/tomboy.xml +share/gnome/help/tomboy/es/figures/tomboy-main-menu.png +share/gnome/help/tomboy/es/figures/tomboy-new-note.png +share/gnome/help/tomboy/es/figures/tomboy-panel.png +share/gnome/help/tomboy/es/figures/tomboy-pindown.png +share/gnome/help/tomboy/es/figures/tomboy-pinup.png +share/gnome/help/tomboy/es/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/es/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/es/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/es/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/es/figures/tomboy-tools.png +share/gnome/help/tomboy/es/legal.xml +share/gnome/help/tomboy/es/tomboy.xml +share/gnome/help/tomboy/fr/figures/tomboy-main-menu.png +share/gnome/help/tomboy/fr/figures/tomboy-new-note.png +share/gnome/help/tomboy/fr/figures/tomboy-panel.png +share/gnome/help/tomboy/fr/figures/tomboy-pindown.png +share/gnome/help/tomboy/fr/figures/tomboy-pinup.png +share/gnome/help/tomboy/fr/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/fr/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/fr/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/fr/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/fr/figures/tomboy-tools.png +share/gnome/help/tomboy/fr/legal.xml +share/gnome/help/tomboy/fr/tomboy.xml +share/gnome/help/tomboy/oc/figures/tomboy-main-menu.png +share/gnome/help/tomboy/oc/figures/tomboy-new-note.png +share/gnome/help/tomboy/oc/figures/tomboy-panel.png +share/gnome/help/tomboy/oc/figures/tomboy-pindown.png +share/gnome/help/tomboy/oc/figures/tomboy-pinup.png +share/gnome/help/tomboy/oc/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/oc/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/oc/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/oc/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/oc/figures/tomboy-tools.png +share/gnome/help/tomboy/oc/legal.xml +share/gnome/help/tomboy/oc/tomboy.xml +share/gnome/help/tomboy/pt_BR/figures/tomboy-main-menu.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-new-note.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-panel.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-pindown.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-pinup.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/pt_BR/figures/tomboy-tools.png +share/gnome/help/tomboy/pt_BR/legal.xml +share/gnome/help/tomboy/pt_BR/tomboy.xml +share/gnome/help/tomboy/ru/figures/tomboy-main-menu.png +share/gnome/help/tomboy/ru/figures/tomboy-new-note.png +share/gnome/help/tomboy/ru/figures/tomboy-panel.png +share/gnome/help/tomboy/ru/figures/tomboy-pindown.png +share/gnome/help/tomboy/ru/figures/tomboy-pinup.png +share/gnome/help/tomboy/ru/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/ru/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/ru/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/ru/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/ru/figures/tomboy-tools.png +share/gnome/help/tomboy/ru/legal.xml +share/gnome/help/tomboy/ru/tomboy.xml +share/gnome/help/tomboy/sv/figures/tomboy-main-menu.png +share/gnome/help/tomboy/sv/figures/tomboy-new-note.png +share/gnome/help/tomboy/sv/figures/tomboy-panel.png +share/gnome/help/tomboy/sv/figures/tomboy-pindown.png +share/gnome/help/tomboy/sv/figures/tomboy-pinup.png +share/gnome/help/tomboy/sv/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/sv/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/sv/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/sv/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/sv/figures/tomboy-tools.png +share/gnome/help/tomboy/sv/legal.xml +share/gnome/help/tomboy/sv/tomboy.xml +share/gnome/help/tomboy/uk/figures/tomboy-main-menu.png +share/gnome/help/tomboy/uk/figures/tomboy-new-note.png +share/gnome/help/tomboy/uk/figures/tomboy-panel.png +share/gnome/help/tomboy/uk/figures/tomboy-pindown.png +share/gnome/help/tomboy/uk/figures/tomboy-pinup.png +share/gnome/help/tomboy/uk/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/uk/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/uk/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/uk/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/uk/figures/tomboy-tools.png +share/gnome/help/tomboy/uk/legal.xml +share/gnome/help/tomboy/uk/tomboy.xml +share/icons/hicolor/16x16/apps/tomboy-note.png +share/icons/hicolor/16x16/apps/tomboy-tag.png +share/icons/hicolor/16x16/apps/tomboy.png +share/icons/hicolor/22x22/apps/tomboy-all-notes.png +share/icons/hicolor/22x22/apps/tomboy-new-notebook.png +share/icons/hicolor/22x22/apps/tomboy-note.png +share/icons/hicolor/22x22/apps/tomboy-notebook.png +share/icons/hicolor/22x22/apps/tomboy-tag.png +share/icons/hicolor/22x22/apps/tomboy-unfiled-notes.png +share/icons/hicolor/22x22/apps/tomboy.png +share/icons/hicolor/32x32/apps/tomboy-tag.png +share/icons/hicolor/32x32/apps/tomboy.png +share/icons/hicolor/48x48/apps/tomboy-new-notebook.png +share/icons/hicolor/48x48/apps/tomboy.png +share/icons/hicolor/scalable/apps/tomboy-tag.svg +share/icons/hicolor/scalable/apps/tomboy.svg +share/locale/ar/LC_MESSAGES/tomboy.mo +share/locale/be/LC_MESSAGES/tomboy.mo +share/locale/be@latin/LC_MESSAGES/tomboy.mo +share/locale/bg/LC_MESSAGES/tomboy.mo +share/locale/bn/LC_MESSAGES/tomboy.mo +share/locale/bn_IN/LC_MESSAGES/tomboy.mo +share/locale/ca/LC_MESSAGES/tomboy.mo +share/locale/cs/LC_MESSAGES/tomboy.mo +share/locale/da/LC_MESSAGES/tomboy.mo +share/locale/de/LC_MESSAGES/tomboy.mo +share/locale/dz/LC_MESSAGES/tomboy.mo +share/locale/el/LC_MESSAGES/tomboy.mo +share/locale/en_CA/LC_MESSAGES/tomboy.mo +share/locale/en_GB/LC_MESSAGES/tomboy.mo +share/locale/es/LC_MESSAGES/tomboy.mo +share/locale/et/LC_MESSAGES/tomboy.mo +share/locale/eu/LC_MESSAGES/tomboy.mo +share/locale/fi/LC_MESSAGES/tomboy.mo +share/locale/fr/LC_MESSAGES/tomboy.mo +share/locale/gl/LC_MESSAGES/tomboy.mo +share/locale/gu/LC_MESSAGES/tomboy.mo +share/locale/he/LC_MESSAGES/tomboy.mo +share/locale/hi/LC_MESSAGES/tomboy.mo +share/locale/hu/LC_MESSAGES/tomboy.mo +share/locale/is/LC_MESSAGES/tomboy.mo +share/locale/it/LC_MESSAGES/tomboy.mo +share/locale/ja/LC_MESSAGES/tomboy.mo +share/locale/ko/LC_MESSAGES/tomboy.mo +share/locale/ku/LC_MESSAGES/tomboy.mo +share/locale/lt/LC_MESSAGES/tomboy.mo +share/locale/lv/LC_MESSAGES/tomboy.mo +share/locale/mk/LC_MESSAGES/tomboy.mo +share/locale/ml/LC_MESSAGES/tomboy.mo +share/locale/nb/LC_MESSAGES/tomboy.mo +share/locale/ne/LC_MESSAGES/tomboy.mo +share/locale/nl/LC_MESSAGES/tomboy.mo +share/locale/oc/LC_MESSAGES/tomboy.mo +share/locale/or/LC_MESSAGES/tomboy.mo +share/locale/pa/LC_MESSAGES/tomboy.mo +share/locale/pl/LC_MESSAGES/tomboy.mo +share/locale/pt/LC_MESSAGES/tomboy.mo +share/locale/pt_BR/LC_MESSAGES/tomboy.mo +share/locale/ro/LC_MESSAGES/tomboy.mo +share/locale/ru/LC_MESSAGES/tomboy.mo +share/locale/rw/LC_MESSAGES/tomboy.mo +share/locale/sk/LC_MESSAGES/tomboy.mo +share/locale/sl/LC_MESSAGES/tomboy.mo +share/locale/sq/LC_MESSAGES/tomboy.mo +share/locale/sr/LC_MESSAGES/tomboy.mo +share/locale/sr@Latn/LC_MESSAGES/tomboy.mo +share/locale/sv/LC_MESSAGES/tomboy.mo +share/locale/ta/LC_MESSAGES/tomboy.mo +share/locale/te/LC_MESSAGES/tomboy.mo +share/locale/th/LC_MESSAGES/tomboy.mo +share/locale/tr/LC_MESSAGES/tomboy.mo +share/locale/uk/LC_MESSAGES/tomboy.mo +share/locale/vi/LC_MESSAGES/tomboy.mo +share/locale/zh_CN/LC_MESSAGES/tomboy.mo +share/locale/zh_HK/LC_MESSAGES/tomboy.mo +share/locale/zh_TW/LC_MESSAGES/tomboy.mo +share/omf/tomboy/tomboy-C.omf +share/omf/tomboy/tomboy-ca.omf +share/omf/tomboy/tomboy-en_GB.omf +share/omf/tomboy/tomboy-es.omf +share/omf/tomboy/tomboy-fr.omf +share/omf/tomboy/tomboy-oc.omf +share/omf/tomboy/tomboy-pt_BR.omf +share/omf/tomboy/tomboy-ru.omf +share/omf/tomboy/tomboy-sv.omf +share/omf/tomboy/tomboy-uk.omf +share/pixmaps/tomboy.png +@dirrm share/omf/tomboy +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/rw/LC_MESSAGES +@dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/ku/LC_MESSAGES +@dirrmtry share/locale/ku +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin +@dirrm share/gnome/help/tomboy/uk/figures +@dirrm share/gnome/help/tomboy/uk +@dirrm share/gnome/help/tomboy/sv/figures +@dirrm share/gnome/help/tomboy/sv +@dirrm share/gnome/help/tomboy/ru/figures +@dirrm share/gnome/help/tomboy/ru +@dirrm share/gnome/help/tomboy/pt_BR/figures +@dirrm share/gnome/help/tomboy/pt_BR +@dirrm share/gnome/help/tomboy/oc/figures +@dirrm share/gnome/help/tomboy/oc +@dirrm share/gnome/help/tomboy/fr/figures +@dirrm share/gnome/help/tomboy/fr +@dirrm share/gnome/help/tomboy/es/figures +@dirrm share/gnome/help/tomboy/es +@dirrm share/gnome/help/tomboy/en_GB/figures +@dirrm share/gnome/help/tomboy/en_GB +@dirrm share/gnome/help/tomboy/ca/figures +@dirrm share/gnome/help/tomboy/ca +@dirrm share/gnome/help/tomboy/C/figures +@dirrm share/gnome/help/tomboy/C +@dirrm share/gnome/help/tomboy +@dirrm lib/tomboy/addins +@dirrm lib/tomboy +@dirrmtry share/applications |