diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 03:52:36 +0000 |
commit | 6f32add9a75efb180e462ffbdb0b080bc88088e3 (patch) | |
tree | 0fc7af36e22fc0dc7c1dc8aacabf6fe117e881da /deskutils | |
parent | b8d245fedd5842fb6d68d0bdc6539885555a84e3 (diff) |
The FreeBSD GNOME team is proud to annunce the release of GNOME 2.22.0 for
FreeBSD. The official GNOME 2.22 release notes can be found at
http://library.gnome.org/misc/release-notes/2.22/ . On the FreeBSD front,
this release features an updated hal port with support for video4linux
devices, DRM (Direct Rendering), and better support of removable media. Work
is also underway to tie webkit more closely into GNOME. As part of the
GNOME 2.22 upgrade, GStreamer received a rather large upgrade as well.
Be sure to consult UPDATING on the proper steps to upgrade all of your
GNOME ports.
This release would not have been possible without the contributions and
testing efforts of the following people:
Pawel Worach
kan
edwin
Peter Ulrich Kruppa
J. W. Ballantine
Yasuda Keisuke
Andriy Gapon
Notes
Notes:
svn path=/head/; revision=209647
Diffstat (limited to 'deskutils')
29 files changed, 860 insertions, 330 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile index cbdc01458ed4..0bd11f5135ed 100644 --- a/deskutils/buoh/Makefile +++ b/deskutils/buoh/Makefile @@ -3,19 +3,19 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/deskutils/buoh/Makefile,v 1.1 2006/10/23 21:43:08 mezz Exp $ +# $MCom: ports/deskutils/buoh/Makefile,v 1.5 2008/03/22 00:42:46 mezz Exp $ # PORTNAME= buoh PORTVERSION= 0.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils www gnome MASTER_SITES= http://buoh.steve-o.org/downloads/ MAINTAINER= mezz@FreeBSD.org COMMENT= A reader for online strips comics -LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22 USE_BZIP2= yes USE_GMAKE= yes diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index f9ea6ac0f726..d8a588588572 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -3,37 +3,61 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/conduit/Makefile,v 1.3 2006/10/11 20:26:26 ahze Exp $ +# $MCom: ports/deskutils/conduit/Makefile,v 1.7 2008/03/18 14:53:42 ahze Exp $ PORTNAME= conduit -PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTVERSION= 0.3.9 CATEGORIES= deskutils -MASTER_SITES= http://files.conduit-project.org/releases/ +MASTER_SITES= GNOME -MAINTAINER= ahze@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Synchronization application for GNOME +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ + ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \ + ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \ + xmlproc_parse:${PORTSDIR}/textproc/py-xml \ + ${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \ + ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus +LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goocanvas \ ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \ ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py-pysqlite23 \ - xmlproc_parse:${PORTSDIR}/textproc/py-xml + xmlproc_parse:${PORTSDIR}/textproc/py-xml \ + ${PYTHON_SITELIBDIR}/vobject/__init__.py:${PORTSDIR}/deskutils/py-vobject \ + firefox:${PORTSDIR}/www/firefox \ + ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus -NO_WRKSUBDIR= yes USE_PYTHON= 2.4+ -MAKE_ENV= DESTDIR="" -USE_GNOME= pygnome2 -DESKTOP_ENTRIES= "Conduit" "${COMMENT}" "conduit-icon.png" \ - "${PORTNAME}" "GNOME;Application;Office;" true +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GETTEXT= yes +INSTALLS_OMF= yes +INSTALLS_ICONS= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_GNOME= pygnome2 gnomeprefix +OPTIONS= NAUTILUS "Enable Nautilus Plugin" On \ + EOG "Enable Eye-Of-Gnome Plugin" On .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|; \ - s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR:S/${LOCALBASE}/${PREFIX}/}|' \ - ${WRKSRC}/Makefile +.if defined(WITH_NAUTILUS) +USE_GNOME+= nautilus2 +CONFIGURE_ARGS+= --enable-nautilus-extension +.endif -pre-install: - ${MKDIR} ${PREFIX}/share/applications +.if defined(WITH_EOG) +BUILD_DEPENDS+= eog:${PORTSDIR}/graphics/eog +RUN_DEPENDS+= eog:${PORTSDIR}/graphics/eog +CONFIGURE_ARGS+= --enable-eog-plugin +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/data/Makefile.in + @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ + -e 's|/usr/bin/python|${LOCALBASE}/bin/python|' \ + -e 's|/usr/lib/firefox*|${LOCALBASE}/lib/firefox|' .include <bsd.port.post.mk> diff --git a/deskutils/conduit/distinfo b/deskutils/conduit/distinfo index f0440d95048e..f0b202122914 100644 --- a/deskutils/conduit/distinfo +++ b/deskutils/conduit/distinfo @@ -1,3 +1,3 @@ -MD5 (conduit-0.2.0.tar.gz) = 4f27b6ae1c416da186e58cf27175f598 -SHA256 (conduit-0.2.0.tar.gz) = 01b74297d701858fd800161facea5682f6e03b7bc7320140c8e236c98a8587ce -SIZE (conduit-0.2.0.tar.gz) = 211110 +MD5 (conduit-0.3.9.tar.gz) = b04cd4b39ad0a689bff020ba23dd69b7 +SHA256 (conduit-0.3.9.tar.gz) = 04e6b207a73c140b09a96a32e81d470a46b414cc9f6022a2d4a4c0f8c59fb104 +SIZE (conduit-0.3.9.tar.gz) = 893253 diff --git a/deskutils/conduit/files/patch-Makefile b/deskutils/conduit/files/patch-Makefile deleted file mode 100644 index d042246883a7..000000000000 --- a/deskutils/conduit/files/patch-Makefile +++ /dev/null @@ -1,52 +0,0 @@ ---- Makefile.orig Wed Sep 20 05:08:31 2006 -+++ Makefile Tue Oct 10 21:01:22 2006 -@@ -2,13 +2,13 @@ - VERSION=`cat conduit/__init__.py | grep 'APPVERSION=\"' | sed -e 's/APPVERSION=//' -e 's/\"//g'` - - #Install prefix, can be overridden by setting DESTDIR --PREFIX=/usr -+PREFIX=%%PREFIX%% - CWD=`pwd` - - #Python version for installation into python dir - PYTHON_VERSION=2.4 - #PYTHON_VERSION=`python -V 2>&1 | sed -e "s/Python //" | cut --bytes=1-3` --PYTHON_PATH=$(DESTDIR)$(PREFIX)/lib/python$(PYTHON_VERSION)/site-packages -+PYTHON_PATH=%%PYTHON_SITELIBDIR%% - - #Source Files - SRC=conduit/*.py conduit/dataproviders/*.py conduit/datatypes/*.py -@@ -40,8 +40,8 @@ - mkdir -p $(DESTDIR)$(PREFIX)/share/conduit/dataproviders - mkdir -p $(PYTHON_PATH)/conduit - mkdir -p $(PYTHON_PATH)/conduit/datatypes -- mkdir -p ~/.conduit -- mkdir -p ~/.conduit/modules -+ mkdir -p .conduit -+ mkdir -p .conduit/modules - @for i in `ls contrib`; do \ - ( mkdir -p $(DESTDIR)$(PREFIX)/share/conduit/contrib/$$i ) \ - done -@@ -52,14 +52,14 @@ - install -m 644 conduit/data/conduit-icon.png $(DESTDIR)$(PREFIX)/share/pixmaps - install -m 644 conduit/data/conduit.glade $(DESTDIR)$(PREFIX)/share/conduit/data - install -m 644 conduit/dataproviders/*.py $(DESTDIR)$(PREFIX)/share/conduit/dataproviders -- install -m 644 conduit.desktop $(DESTDIR)$(PREFIX)/share/applications/ -+# install -m 644 conduit.desktop $(DESTDIR)$(PREFIX)/share/applications/ - install -m 644 conduit/*.py $(PYTHON_PATH)/conduit - install -m 644 conduit/datatypes/*.py $(PYTHON_PATH)/conduit/datatypes - install -m 755 conduit/start_conduit.py $(DESTDIR)$(PREFIX)/bin/conduit - @for i in `ls contrib`; do \ - ( install -m 644 contrib/$$i/*.py $(DESTDIR)$(PREFIX)/share/conduit/contrib/$$i ) \ - done -- ln -sf $(CWD)/doc/ExampleModule.py ~/.conduit/modules/MoinModule.py -+ ln -sf $(CWD)/doc/ExampleModule.py .conduit/modules/MoinModule.py - - clean: clean-bin - -rm dist-stamp -@@ -101,4 +101,4 @@ - rm -r $(DESTDIR)$(PREFIX)/share/applications/conduit.desktop - rm -r $(PYTHON_PATH)/conduit - rm -r $(DESTDIR)$(PREFIX)/bin/conduit -- rm ~/.conduit/modules/MoinModule.py -+ rm .conduit/modules/MoinModule.py diff --git a/deskutils/conduit/files/patch-configure b/deskutils/conduit/files/patch-configure new file mode 100644 index 000000000000..c7c260c8802f --- /dev/null +++ b/deskutils/conduit/files/patch-configure @@ -0,0 +1,38 @@ +--- configure.orig 2008-03-18 09:06:41.000000000 -0400 ++++ configure 2008-03-18 10:48:08.000000000 -0400 +@@ -6447,24 +6447,8 @@ + v=`echo 0.9.0 | sed -e "s/\./,/g"` + { echo "$as_me:$LINENO: checking for 0.9.0 of goocanvas" >&5 + echo $ECHO_N "checking for 0.9.0 of goocanvas... $ECHO_C" >&6; } +-prog=" +-import goocanvas +-ver = goocanvas.pygoocanvas_version +- +-if type(ver) == str: +- ver = ver.split('.') +- ver = map(int,ver) +- ver = tuple(ver) +-elif type(ver) == tuple: +- pass +-else: +- raise Exception +- +-if ver >= ($v): +- print 'yes' +-" +-out=`$PYTHON -c "$prog"` +-if test "x$out" == xyes; then ++out=yes ++if test "x$out" = xyes; then + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } + else +@@ -6496,7 +6480,7 @@ + print 'yes' + " + out=`$PYTHON -c "$prog"` +-if test "x$out" == xyes; then ++if test "x$out" = xyes; then + { echo "$as_me:$LINENO: result: yes" >&5 + echo "${ECHO_T}yes" >&6; } + else diff --git a/deskutils/conduit/pkg-plist b/deskutils/conduit/pkg-plist index bf5c39d8f88b..810dce4ae2c4 100644 --- a/deskutils/conduit/pkg-plist +++ b/deskutils/conduit/pkg-plist @@ -1,64 +1,443 @@ bin/conduit -%%PYTHON_SITELIBDIR%%/conduit/Canvas.py +bin/conduit-client +bin/conduit.real +lib/conduit/modules/AudioVideoConverterModule.py +lib/conduit/modules/AudioVideoConverterModule.pyc +lib/conduit/modules/AudioVideoConverterModule.pyo +lib/conduit/modules/BackpackModule/BackpackModule.py +lib/conduit/modules/BackpackModule/BackpackModule.pyc +lib/conduit/modules/BackpackModule/BackpackModule.pyo +lib/conduit/modules/BackpackModule/backpack/backpack.py +lib/conduit/modules/BackpackModule/backpack/backpack.pyc +lib/conduit/modules/BackpackModule/backpack/backpack.pyo +lib/conduit/modules/BackpackModule/config.glade +lib/conduit/modules/BansheeModule/BansheeModule.py +lib/conduit/modules/BansheeModule/BansheeModule.pyc +lib/conduit/modules/BansheeModule/BansheeModule.pyo +lib/conduit/modules/BansheeModule/config.glade +lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.py +lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.pyc +lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI/boxdotnet.pyo +lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.py +lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.pyc +lib/conduit/modules/BoxDotNetModule/BoxDotNetModule.pyo +lib/conduit/modules/BoxDotNetModule/config.glade +lib/conduit/modules/ConverterModule.py +lib/conduit/modules/ConverterModule.pyc +lib/conduit/modules/ConverterModule.pyo +lib/conduit/modules/EvolutionModule/EvolutionModule.py +lib/conduit/modules/EvolutionModule/EvolutionModule.pyc +lib/conduit/modules/EvolutionModule/EvolutionModule.pyo +lib/conduit/modules/EvolutionModule/config.glade +lib/conduit/modules/FacebookModule/FacebookModule.py +lib/conduit/modules/FacebookModule/FacebookModule.pyc +lib/conduit/modules/FacebookModule/FacebookModule.pyo +lib/conduit/modules/FacebookModule/pyfacebook/__init__.py +lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyc +lib/conduit/modules/FacebookModule/pyfacebook/__init__.pyo +lib/conduit/modules/FeedModule/FeedModule.py +lib/conduit/modules/FeedModule/FeedModule.pyc +lib/conduit/modules/FeedModule/FeedModule.pyo +lib/conduit/modules/FeedModule/config.glade +lib/conduit/modules/FileModule/FileConfiguration.py +lib/conduit/modules/FileModule/FileConfiguration.pyc +lib/conduit/modules/FileModule/FileConfiguration.pyo +lib/conduit/modules/FileModule/FileModule.py +lib/conduit/modules/FileModule/FileModule.pyc +lib/conduit/modules/FileModule/FileModule.pyo +lib/conduit/modules/FileModule/config.glade +lib/conduit/modules/FlickrModule/FlickrModule.py +lib/conduit/modules/FlickrModule/FlickrModule.pyc +lib/conduit/modules/FlickrModule/FlickrModule.pyo +lib/conduit/modules/FlickrModule/config.glade +lib/conduit/modules/FlickrModule/flickrapi/__init__.py +lib/conduit/modules/FlickrModule/flickrapi/__init__.pyc +lib/conduit/modules/FlickrModule/flickrapi/__init__.pyo +lib/conduit/modules/FlickrModule/flickrapi/multipart.py +lib/conduit/modules/FlickrModule/flickrapi/multipart.pyc +lib/conduit/modules/FlickrModule/flickrapi/multipart.pyo +lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.py +lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.pyc +lib/conduit/modules/FlickrModule/flickrapi/reportinghttp.pyo +lib/conduit/modules/FlickrModule/flickrapi/tokencache.py +lib/conduit/modules/FlickrModule/flickrapi/tokencache.pyc +lib/conduit/modules/FlickrModule/flickrapi/tokencache.pyo +lib/conduit/modules/FlickrModule/flickrapi/xmlnode.py +lib/conduit/modules/FlickrModule/flickrapi/xmlnode.pyc +lib/conduit/modules/FlickrModule/flickrapi/xmlnode.pyo +lib/conduit/modules/FspotModule/FspotModule.py +lib/conduit/modules/FspotModule/FspotModule.pyc +lib/conduit/modules/FspotModule/FspotModule.pyo +lib/conduit/modules/FspotModule/config.glade +lib/conduit/modules/GConfModule/GConfModule.py +lib/conduit/modules/GConfModule/GConfModule.pyc +lib/conduit/modules/GConfModule/GConfModule.pyo +lib/conduit/modules/GmailModule/GmailModule.py +lib/conduit/modules/GmailModule/GmailModule.pyc +lib/conduit/modules/GmailModule/GmailModule.pyo +lib/conduit/modules/GmailModule/config.glade +lib/conduit/modules/GmailModule/libgmail/gmail_transport.py +lib/conduit/modules/GmailModule/libgmail/gmail_transport.pyc +lib/conduit/modules/GmailModule/libgmail/gmail_transport.pyo +lib/conduit/modules/GmailModule/libgmail/lgconstants.py +lib/conduit/modules/GmailModule/libgmail/lgconstants.pyc +lib/conduit/modules/GmailModule/libgmail/lgconstants.pyo +lib/conduit/modules/GmailModule/libgmail/libgmail.py +lib/conduit/modules/GmailModule/libgmail/libgmail.pyc +lib/conduit/modules/GmailModule/libgmail/libgmail.pyo +lib/conduit/modules/GoogleModule/GoogleModule.py +lib/conduit/modules/GoogleModule/GoogleModule.pyc +lib/conduit/modules/GoogleModule/GoogleModule.pyo +lib/conduit/modules/GoogleModule/atom/__init__.py +lib/conduit/modules/GoogleModule/atom/__init__.pyc +lib/conduit/modules/GoogleModule/atom/__init__.pyo +lib/conduit/modules/GoogleModule/atom/service.py +lib/conduit/modules/GoogleModule/atom/service.pyc +lib/conduit/modules/GoogleModule/atom/service.pyo +lib/conduit/modules/GoogleModule/calendar-config.glade +lib/conduit/modules/GoogleModule/gdata/__init__.py +lib/conduit/modules/GoogleModule/gdata/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/auth.py +lib/conduit/modules/GoogleModule/gdata/auth.pyc +lib/conduit/modules/GoogleModule/gdata/auth.pyo +lib/conduit/modules/GoogleModule/gdata/calendar/__init__.py +lib/conduit/modules/GoogleModule/gdata/calendar/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/calendar/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/calendar/service.py +lib/conduit/modules/GoogleModule/gdata/calendar/service.pyc +lib/conduit/modules/GoogleModule/gdata/calendar/service.pyo +lib/conduit/modules/GoogleModule/gdata/exif/__init__.py +lib/conduit/modules/GoogleModule/gdata/exif/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/exif/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/geo/__init__.py +lib/conduit/modules/GoogleModule/gdata/geo/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/geo/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/media/__init__.py +lib/conduit/modules/GoogleModule/gdata/media/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/media/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/photos/__init__.py +lib/conduit/modules/GoogleModule/gdata/photos/__init__.pyc +lib/conduit/modules/GoogleModule/gdata/photos/__init__.pyo +lib/conduit/modules/GoogleModule/gdata/photos/service.py +lib/conduit/modules/GoogleModule/gdata/photos/service.pyc +lib/conduit/modules/GoogleModule/gdata/photos/service.pyo +lib/conduit/modules/GoogleModule/gdata/service.py +lib/conduit/modules/GoogleModule/gdata/service.pyc +lib/conduit/modules/GoogleModule/gdata/service.pyo +lib/conduit/modules/GoogleModule/picasa-config.glade +lib/conduit/modules/GoogleModule/youtube-config.glade +lib/conduit/modules/N800Module/N800Module.py +lib/conduit/modules/N800Module/N800Module.pyc +lib/conduit/modules/N800Module/N800Module.pyo +lib/conduit/modules/NetworkModule/Client.py +lib/conduit/modules/NetworkModule/Client.pyc +lib/conduit/modules/NetworkModule/Client.pyo +lib/conduit/modules/NetworkModule/NetworkModule.py +lib/conduit/modules/NetworkModule/NetworkModule.pyc +lib/conduit/modules/NetworkModule/NetworkModule.pyo +lib/conduit/modules/NetworkModule/Peers.py +lib/conduit/modules/NetworkModule/Peers.pyc +lib/conduit/modules/NetworkModule/Peers.pyo +lib/conduit/modules/NetworkModule/Server.py +lib/conduit/modules/NetworkModule/Server.pyc +lib/conduit/modules/NetworkModule/Server.pyo +lib/conduit/modules/NetworkModule/XMLRPCUtils.py +lib/conduit/modules/NetworkModule/XMLRPCUtils.pyc +lib/conduit/modules/NetworkModule/XMLRPCUtils.pyo +lib/conduit/modules/NetworkModule/__init__.py +lib/conduit/modules/NetworkModule/__init__.pyc +lib/conduit/modules/NetworkModule/__init__.pyo +lib/conduit/modules/PhotoConverterModule.py +lib/conduit/modules/PhotoConverterModule.pyc +lib/conduit/modules/PhotoConverterModule.pyo +lib/conduit/modules/RhythmboxModule/RhythmboxModule.py +lib/conduit/modules/RhythmboxModule/RhythmboxModule.pyc +lib/conduit/modules/RhythmboxModule/RhythmboxModule.pyo +lib/conduit/modules/RhythmboxModule/config.glade +lib/conduit/modules/ShutterflyModule/ShutterflyModule.py +lib/conduit/modules/ShutterflyModule/ShutterflyModule.pyc +lib/conduit/modules/ShutterflyModule/ShutterflyModule.pyo +lib/conduit/modules/ShutterflyModule/shutterfly.glade +lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.py +lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.pyc +lib/conduit/modules/ShutterflyModule/shutterfly/shutterfly.pyo +lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.py +lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.pyc +lib/conduit/modules/SmugMugModule/SmugMugAPI/smugmug.pyo +lib/conduit/modules/SmugMugModule/SmugMugModule.py +lib/conduit/modules/SmugMugModule/SmugMugModule.pyc +lib/conduit/modules/SmugMugModule/SmugMugModule.pyo +lib/conduit/modules/SmugMugModule/config.glade +lib/conduit/modules/TomboyModule.py +lib/conduit/modules/TomboyModule.pyc +lib/conduit/modules/TomboyModule.pyo +lib/conduit/modules/__init__.py +lib/conduit/modules/__init__.pyc +lib/conduit/modules/__init__.pyo +lib/conduit/modules/iPodModule.py +lib/conduit/modules/iPodModule.pyc +lib/conduit/modules/iPodModule.pyo %%PYTHON_SITELIBDIR%%/conduit/Conduit.py -%%PYTHON_SITELIBDIR%%/conduit/DataProvider.py +%%PYTHON_SITELIBDIR%%/conduit/Conduit.pyc +%%PYTHON_SITELIBDIR%%/conduit/Conduit.pyo +%%PYTHON_SITELIBDIR%%/conduit/Conflict.py +%%PYTHON_SITELIBDIR%%/conduit/Conflict.pyc +%%PYTHON_SITELIBDIR%%/conduit/Conflict.pyo +%%PYTHON_SITELIBDIR%%/conduit/DBus.py +%%PYTHON_SITELIBDIR%%/conduit/DBus.pyc +%%PYTHON_SITELIBDIR%%/conduit/DBus.pyo +%%PYTHON_SITELIBDIR%%/conduit/Database.py +%%PYTHON_SITELIBDIR%%/conduit/Database.pyc +%%PYTHON_SITELIBDIR%%/conduit/Database.pyo +%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.py +%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.pyc +%%PYTHON_SITELIBDIR%%/conduit/DeltaProvider.pyo %%PYTHON_SITELIBDIR%%/conduit/Exceptions.py -%%PYTHON_SITELIBDIR%%/conduit/MainWindow.py +%%PYTHON_SITELIBDIR%%/conduit/Exceptions.pyc +%%PYTHON_SITELIBDIR%%/conduit/Exceptions.pyo +%%PYTHON_SITELIBDIR%%/conduit/Globals.py +%%PYTHON_SITELIBDIR%%/conduit/Globals.pyc +%%PYTHON_SITELIBDIR%%/conduit/Globals.pyo +%%PYTHON_SITELIBDIR%%/conduit/Logging.py +%%PYTHON_SITELIBDIR%%/conduit/Logging.pyc +%%PYTHON_SITELIBDIR%%/conduit/Logging.pyo +%%PYTHON_SITELIBDIR%%/conduit/Main.py +%%PYTHON_SITELIBDIR%%/conduit/Main.pyc +%%PYTHON_SITELIBDIR%%/conduit/Main.pyo +%%PYTHON_SITELIBDIR%%/conduit/MappingDB.py +%%PYTHON_SITELIBDIR%%/conduit/MappingDB.pyc +%%PYTHON_SITELIBDIR%%/conduit/MappingDB.pyo %%PYTHON_SITELIBDIR%%/conduit/Module.py +%%PYTHON_SITELIBDIR%%/conduit/Module.pyc +%%PYTHON_SITELIBDIR%%/conduit/Module.pyo +%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.py +%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.pyc +%%PYTHON_SITELIBDIR%%/conduit/ModuleWrapper.pyo %%PYTHON_SITELIBDIR%%/conduit/Settings.py +%%PYTHON_SITELIBDIR%%/conduit/Settings.pyc +%%PYTHON_SITELIBDIR%%/conduit/Settings.pyo +%%PYTHON_SITELIBDIR%%/conduit/SyncSet.py +%%PYTHON_SITELIBDIR%%/conduit/SyncSet.pyc +%%PYTHON_SITELIBDIR%%/conduit/SyncSet.pyo %%PYTHON_SITELIBDIR%%/conduit/Synchronization.py +%%PYTHON_SITELIBDIR%%/conduit/Synchronization.pyc +%%PYTHON_SITELIBDIR%%/conduit/Synchronization.pyo %%PYTHON_SITELIBDIR%%/conduit/TypeConverter.py +%%PYTHON_SITELIBDIR%%/conduit/TypeConverter.pyc +%%PYTHON_SITELIBDIR%%/conduit/TypeConverter.pyo %%PYTHON_SITELIBDIR%%/conduit/Utils.py +%%PYTHON_SITELIBDIR%%/conduit/Utils.pyc +%%PYTHON_SITELIBDIR%%/conduit/Utils.pyo +%%PYTHON_SITELIBDIR%%/conduit/Vfs.py +%%PYTHON_SITELIBDIR%%/conduit/Vfs.pyc +%%PYTHON_SITELIBDIR%%/conduit/Vfs.pyo +%%PYTHON_SITELIBDIR%%/conduit/Web.py +%%PYTHON_SITELIBDIR%%/conduit/Web.pyc +%%PYTHON_SITELIBDIR%%/conduit/Web.pyo %%PYTHON_SITELIBDIR%%/conduit/__init__.py +%%PYTHON_SITELIBDIR%%/conduit/__init__.pyc +%%PYTHON_SITELIBDIR%%/conduit/__init__.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/AutoSync.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProvider.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/DataProviderCategory.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/File.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/HalFactory.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/Image.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/SimpleFactory.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/VolumeFactory.pyo +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.py +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.pyc +%%PYTHON_SITELIBDIR%%/conduit/dataproviders/__init__.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Audio.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Contact.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/DataType.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.py -%%PYTHON_SITELIBDIR%%/conduit/datatypes/Feed.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Email.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Event.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/File.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/File.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/File.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Note.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Photo.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Setting.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Text.pyo +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.py +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/Video.pyo %%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.py -%%PYTHON_SITELIBDIR%%/conduit/start_conduit.py -%%DATADIR%%/contrib/EXIF-15-FEB-04/EXIF.py -%%DATADIR%%/contrib/FlickrAPI-8/flickrapi.py -%%DATADIR%%/contrib/FlickrAPI-8/setup.py -%%DATADIR%%/contrib/backpack-1.1/backpack.py -%%DATADIR%%/contrib/backpack-1.1/bptest.py -%%DATADIR%%/contrib/backpack-1.1/wapsupport.py -%%DATADIR%%/contrib/httplib2/__init__.py -%%DATADIR%%/contrib/libgmail-0.1.5/lgconstants.py -%%DATADIR%%/contrib/libgmail-0.1.5/libgmail.py -%%DATADIR%%/contrib/libgmail-0.1.5/setup.py -%%DATADIR%%/contrib/python-opml-0.5/OPML.py -%%DATADIR%%/data/backpack.png -%%DATADIR%%/data/conduit-icon.png -%%DATADIR%%/data/conduit-splash.png -%%DATADIR%%/data/conduit.glade -%%DATADIR%%/data/f-spot.png -%%DATADIR%%/data/feed-icon.png -%%DATADIR%%/data/liferea.png -%%DATADIR%%/data/tomboy.png -%%DATADIR%%/dataproviders/BackpackModule.py -%%DATADIR%%/dataproviders/FeedModule.py -%%DATADIR%%/dataproviders/FileModule.py -%%DATADIR%%/dataproviders/FlickrModule.py -%%DATADIR%%/dataproviders/FspotModule.py -%%DATADIR%%/dataproviders/GmailModule.py -%%DATADIR%%/dataproviders/LifereaModule.py -%%DATADIR%%/dataproviders/NotesModule.py -%%DATADIR%%/dataproviders/TestModule.py -%%DATADIR%%/dataproviders/TextConverterModule.py -%%DATADIR%%/dataproviders/__init__.py -share/pixmaps/conduit-icon.png -@dirrm %%DATADIR%%/dataproviders -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/contrib/python-opml-0.5 -@dirrm %%DATADIR%%/contrib/libgmail-0.1.5 -@dirrm %%DATADIR%%/contrib/httplib2 -@dirrm %%DATADIR%%/contrib/backpack-1.1 -@dirrm %%DATADIR%%/contrib/FlickrAPI-8 -@dirrm %%DATADIR%%/contrib/EXIF-15-FEB-04 -@dirrm %%DATADIR%%/contrib +%%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.pyc +%%PYTHON_SITELIBDIR%%/conduit/datatypes/__init__.pyo +%%PYTHON_SITELIBDIR%%/conduit/defs.py +%%PYTHON_SITELIBDIR%%/conduit/defs.pyc +%%PYTHON_SITELIBDIR%%/conduit/defs.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Canvas.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/ConflictResolver.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Database.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/SimpleConfigurator.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/Tree.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/UI.pyo +%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.py +%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.pyc +%%PYTHON_SITELIBDIR%%/conduit/gtkui/__init__.pyo +%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.py +%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.pyc +%%PYTHON_SITELIBDIR%%/conduit/hildonui/Canvas.pyo +%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.py +%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.pyc +%%PYTHON_SITELIBDIR%%/conduit/hildonui/List.pyo +%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.py +%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.pyc +%%PYTHON_SITELIBDIR%%/conduit/hildonui/UI.pyo +%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.py +%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.pyc +%%PYTHON_SITELIBDIR%%/conduit/hildonui/__init__.pyo +libdata/pkgconfig/conduit.pc +share/applications/conduit.desktop +%%DATADIR%%/backpack.png +%%DATADIR%%/boxdotnet.png +%%DATADIR%%/conduit-splash.png +%%DATADIR%%/conduit.glade +%%DATADIR%%/f-spot.png +%%DATADIR%%/facebook.png +%%DATADIR%%/feed.png +%%DATADIR%%/flickr.png +%%DATADIR%%/liferea.png +%%DATADIR%%/picasa.png +%%DATADIR%%/shutterfly.png +%%DATADIR%%/smugmug.png +%%DATADIR%%/tomboy.png +%%DATADIR%%/youtube.png +share/dbus-1/services/org.conduit.service +share/gnome/autostart/conduit-autostart.desktop +share/gnome/help/conduit/C/conduit.xml +share/gnome/help/conduit/C/figures/conduit-dp.png +share/gnome/help/conduit/C/figures/conduit-folder-configuration.png +share/gnome/help/conduit/C/figures/conduit-gui-parts.png +share/icons/hicolor/16x16/actions/conduit-conflict-ask.png +share/icons/hicolor/16x16/actions/conduit-conflict-delete.png +share/icons/hicolor/16x16/actions/conduit-conflict-left.png +share/icons/hicolor/16x16/actions/conduit-conflict-right.png +share/icons/hicolor/16x16/actions/conduit-conflict-skip.png +share/icons/hicolor/16x16/apps/conduit-sink.png +share/icons/hicolor/16x16/apps/conduit-source.png +share/icons/hicolor/16x16/apps/conduit-twoway.png +share/icons/hicolor/16x16/apps/conduit.png +share/icons/hicolor/16x16/status/conduit-progress-1.png +share/icons/hicolor/16x16/status/conduit-progress-2.png +share/icons/hicolor/16x16/status/conduit-progress-3.png +share/icons/hicolor/16x16/status/conduit-progress-4.png +share/icons/hicolor/16x16/status/conduit-progress-5.png +share/icons/hicolor/16x16/status/conduit-progress-6.png +share/icons/hicolor/16x16/status/conduit-progress-7.png +share/icons/hicolor/16x16/status/conduit-progress-8.png +share/icons/hicolor/16x16/status/conduit-sink.png +share/icons/hicolor/16x16/status/conduit-source.png +share/icons/hicolor/16x16/status/conduit-twoway.png +share/icons/hicolor/22x22/apps/conduit.png +share/icons/hicolor/24x24/apps/conduit.png +share/icons/hicolor/26x26/apps/conduit.png +share/icons/hicolor/32x32/apps/conduit.png +share/icons/hicolor/48x48/apps/conduit.png +share/icons/hicolor/scalable/apps/conduit.svg +share/locale/ar/LC_MESSAGES/conduit.mo +share/locale/ca/LC_MESSAGES/conduit.mo +share/locale/en_GB/LC_MESSAGES/conduit.mo +share/locale/es/LC_MESSAGES/conduit.mo +share/locale/fr/LC_MESSAGES/conduit.mo +share/locale/it/LC_MESSAGES/conduit.mo +share/locale/nb/LC_MESSAGES/conduit.mo +share/locale/pt/LC_MESSAGES/conduit.mo +share/locale/pt_BR/LC_MESSAGES/conduit.mo +share/locale/ru/LC_MESSAGES/conduit.mo +share/locale/sv/LC_MESSAGES/conduit.mo +share/omf/conduit/conduit-C.omf +@dirrm share/omf/conduit +@dirrm share/gnome/help/conduit/C/figures +@dirrm share/gnome/help/conduit/C +@dirrm share/gnome/help/conduit @dirrm %%DATADIR%% @dirrmtry share/applications +@dirrm %%PYTHON_SITELIBDIR%%/conduit/hildonui +@dirrm %%PYTHON_SITELIBDIR%%/conduit/gtkui @dirrm %%PYTHON_SITELIBDIR%%/conduit/datatypes +@dirrm %%PYTHON_SITELIBDIR%%/conduit/dataproviders @dirrm %%PYTHON_SITELIBDIR%%/conduit +@dirrm lib/conduit/modules/SmugMugModule/SmugMugAPI +@dirrm lib/conduit/modules/SmugMugModule +@dirrm lib/conduit/modules/ShutterflyModule/shutterfly +@dirrm lib/conduit/modules/ShutterflyModule +@dirrm lib/conduit/modules/RhythmboxModule +@dirrm lib/conduit/modules/NetworkModule +@dirrm lib/conduit/modules/N800Module +@dirrm lib/conduit/modules/GoogleModule/gdata/photos +@dirrm lib/conduit/modules/GoogleModule/gdata/media +@dirrm lib/conduit/modules/GoogleModule/gdata/geo +@dirrm lib/conduit/modules/GoogleModule/gdata/exif +@dirrm lib/conduit/modules/GoogleModule/gdata/calendar +@dirrm lib/conduit/modules/GoogleModule/gdata +@dirrm lib/conduit/modules/GoogleModule/atom +@dirrm lib/conduit/modules/GoogleModule +@dirrm lib/conduit/modules/GmailModule/libgmail +@dirrm lib/conduit/modules/GmailModule +@dirrm lib/conduit/modules/GConfModule +@dirrm lib/conduit/modules/FspotModule +@dirrm lib/conduit/modules/FlickrModule/flickrapi +@dirrm lib/conduit/modules/FlickrModule +@dirrm lib/conduit/modules/FileModule +@dirrm lib/conduit/modules/FeedModule +@dirrm lib/conduit/modules/FacebookModule/pyfacebook +@dirrm lib/conduit/modules/FacebookModule +@dirrm lib/conduit/modules/EvolutionModule +@dirrm lib/conduit/modules/BoxDotNetModule/BoxDotNetAPI +@dirrm lib/conduit/modules/BoxDotNetModule +@dirrm lib/conduit/modules/BansheeModule +@dirrm lib/conduit/modules/BackpackModule/backpack +@dirrm lib/conduit/modules/BackpackModule +@dirrm lib/conduit/modules +@dirrm lib/conduit diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile index 54e7acc0a509..c40a498a36e1 100644 --- a/deskutils/deskbar-applet/Makefile +++ b/deskutils/deskbar-applet/Makefile @@ -3,14 +3,13 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports-stable/deskutils/deskbar-applet/Makefile,v 1.1 2007/11/30 22:05:58 marcus Exp $ +# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.80 2008/03/11 14:26:12 ahze Exp $ # PORTNAME= deskbar-applet -PORTVERSION= 2.20.3 +PORTVERSION= 2.22.0.1 CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo index 65eaa2aff59b..6766564fdf25 100644 --- a/deskutils/deskbar-applet/distinfo +++ b/deskutils/deskbar-applet/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/deskbar-applet-2.20.3.tar.bz2) = f84abfede0bbe5b172b24f581550e4a0 -SHA256 (gnome2/deskbar-applet-2.20.3.tar.bz2) = 20c4af80682c1a9018f70d33bde4a27dc87c8b5d37ba558c8db4218017414d8c -SIZE (gnome2/deskbar-applet-2.20.3.tar.bz2) = 753652 +MD5 (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = ec335345998e5ca6c71b058904a264e4 +SHA256 (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = 6f17abbf17dc6206bb6041876a54590bf5180b90664b04d49a2c3111ff509c91 +SIZE (gnome2/deskbar-applet-2.22.0.1.tar.bz2) = 836470 diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist index 7f33564c8998..b018ec0a8829 100644 --- a/deskutils/deskbar-applet/pkg-plist +++ b/deskutils/deskbar-applet/pkg-plist @@ -35,6 +35,12 @@ lib/deskbar-applet/modules-2.20-compatible/programs.pyo lib/deskbar-applet/modules-2.20-compatible/recent.py lib/deskbar-applet/modules-2.20-compatible/recent.pyc lib/deskbar-applet/modules-2.20-compatible/recent.pyo +lib/deskbar-applet/modules-2.20-compatible/templates.py +lib/deskbar-applet/modules-2.20-compatible/templates.pyc +lib/deskbar-applet/modules-2.20-compatible/templates.pyo +lib/deskbar-applet/modules-2.20-compatible/tomboy.py +lib/deskbar-applet/modules-2.20-compatible/tomboy.pyc +lib/deskbar-applet/modules-2.20-compatible/tomboy.pyo lib/deskbar-applet/modules-2.20-compatible/web_address.py lib/deskbar-applet/modules-2.20-compatible/web_address.pyc lib/deskbar-applet/modules-2.20-compatible/web_address.pyo @@ -86,6 +92,11 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo %%PYTHON_SITELIBDIR%%/deskbar/core/__init__.py %%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyc %%PYTHON_SITELIBDIR%%/deskbar/core/__init__.pyo +%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.py +%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyc +%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__init__.pyo +%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.la +%%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs/__userdirs.so %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.py %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.pyc %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop/__init__.pyo @@ -183,21 +194,27 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/About.py %%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo +%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.py +%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyc +%%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacAlignedView.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.py %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowController.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.py %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/CuemiacWindowView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarApplet.pyo +%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.py +%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.pyc +%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarTray.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.py %%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/__init__.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.py %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacActionsTreeView.pyo +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.py +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyc +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacAlignedWindow.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.py %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyo @@ -216,6 +233,9 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.py %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyo +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.py +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyc +%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/LingeringSelectionWindow.pyo %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo @@ -254,6 +274,8 @@ libdata/pkgconfig/deskbar-applet.pc %%DATADIR%%/art/generic.png %%DATADIR%%/art/gpm-suspend-to-disk.png %%DATADIR%%/art/gpm-suspend-to-ram.png +%%DATADIR%%/art/note-new.png +%%DATADIR%%/art/note.png %%DATADIR%%/art/web-search.png %%DATADIR%%/art/yahoo.png %%DATADIR%%/mozilla-search.glade @@ -265,6 +287,9 @@ share/gnome/help/deskbar/C/legal.xml share/gnome/help/deskbar/ca/deskbar.xml share/gnome/help/deskbar/ca/figures/deskbar-applet.png share/gnome/help/deskbar/ca/legal.xml +share/gnome/help/deskbar/el/deskbar.xml +share/gnome/help/deskbar/el/figures/deskbar-applet.png +share/gnome/help/deskbar/el/legal.xml share/gnome/help/deskbar/en_GB/deskbar.xml share/gnome/help/deskbar/en_GB/figures/deskbar-applet.png share/gnome/help/deskbar/en_GB/legal.xml @@ -289,6 +314,7 @@ share/icons/hicolor/32x32/apps/deskbar-applet.png share/icons/hicolor/48x48/apps/deskbar-applet.png share/icons/hicolor/scalable/apps/deskbar-applet.svg share/locale/ar/LC_MESSAGES/deskbar-applet.mo +share/locale/as/LC_MESSAGES/deskbar-applet.mo share/locale/be/LC_MESSAGES/deskbar-applet.mo share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo share/locale/bg/LC_MESSAGES/deskbar-applet.mo @@ -318,6 +344,7 @@ share/locale/id/LC_MESSAGES/deskbar-applet.mo share/locale/it/LC_MESSAGES/deskbar-applet.mo share/locale/ja/LC_MESSAGES/deskbar-applet.mo share/locale/ka/LC_MESSAGES/deskbar-applet.mo +share/locale/kn/LC_MESSAGES/deskbar-applet.mo share/locale/ko/LC_MESSAGES/deskbar-applet.mo share/locale/ku/LC_MESSAGES/deskbar-applet.mo share/locale/lt/LC_MESSAGES/deskbar-applet.mo @@ -330,6 +357,7 @@ share/locale/mr/LC_MESSAGES/deskbar-applet.mo share/locale/nb/LC_MESSAGES/deskbar-applet.mo share/locale/ne/LC_MESSAGES/deskbar-applet.mo share/locale/nl/LC_MESSAGES/deskbar-applet.mo +share/locale/nn/LC_MESSAGES/deskbar-applet.mo share/locale/oc/LC_MESSAGES/deskbar-applet.mo share/locale/or/LC_MESSAGES/deskbar-applet.mo share/locale/pa/LC_MESSAGES/deskbar-applet.mo @@ -349,14 +377,13 @@ share/locale/ta/LC_MESSAGES/deskbar-applet.mo share/locale/th/LC_MESSAGES/deskbar-applet.mo share/locale/tr/LC_MESSAGES/deskbar-applet.mo share/locale/uk/LC_MESSAGES/deskbar-applet.mo -share/locale/uz/LC_MESSAGES/deskbar-applet.mo -share/locale/uz@cyrillic/LC_MESSAGES/deskbar-applet.mo share/locale/vi/LC_MESSAGES/deskbar-applet.mo share/locale/zh_CN/LC_MESSAGES/deskbar-applet.mo share/locale/zh_HK/LC_MESSAGES/deskbar-applet.mo share/locale/zh_TW/LC_MESSAGES/deskbar-applet.mo share/omf/deskbar/deskbar-C.omf share/omf/deskbar/deskbar-ca.omf +share/omf/deskbar/deskbar-el.omf share/omf/deskbar/deskbar-en_GB.omf share/omf/deskbar/deskbar-es.omf share/omf/deskbar/deskbar-fr.omf @@ -376,6 +403,8 @@ share/omf/deskbar/deskbar-uk.omf @dirrm share/gnome/help/deskbar/es @dirrm share/gnome/help/deskbar/en_GB/figures @dirrm share/gnome/help/deskbar/en_GB +@dirrm share/gnome/help/deskbar/el/figures +@dirrm share/gnome/help/deskbar/el @dirrm share/gnome/help/deskbar/ca/figures @dirrm share/gnome/help/deskbar/ca @dirrm share/gnome/help/deskbar/C/figures @@ -396,14 +425,13 @@ share/omf/deskbar/deskbar-uk.omf @dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/updater @dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/keybinder @dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop +@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs @dirrm %%PYTHON_SITELIBDIR%%/deskbar/core @dirrm %%PYTHON_SITELIBDIR%%/deskbar @dirrm lib/deskbar-applet/modules-2.20-compatible @dirrm lib/deskbar-applet @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic @dirrmtry share/locale/si/LC_MESSAGES @dirrmtry share/locale/si @dirrmtry share/locale/oc/LC_MESSAGES @@ -420,3 +448,5 @@ share/omf/deskbar/deskbar-uk.omf @dirrmtry share/locale/bn_IN @dirrmtry share/locale/be@latin/LC_MESSAGES @dirrmtry share/locale/be@latin +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile index 368a58caf6d4..e08023336f7e 100644 --- a/deskutils/evolution-jescs/Makefile +++ b/deskutils/evolution-jescs/Makefile @@ -3,17 +3,14 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.23 2007/09/17 12:31:53 ahze Exp $ +# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.29 2008/03/11 18:33:24 mezz Exp $ # -PORTNAME= jescs -PORTVERSION= 2.12.0 -PORTREVISION= 1 +PORTNAME= evolution-jescs +PORTVERSION= 2.22 CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= evolution- -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} +MASTER_SITES= GNOME +DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution @@ -30,8 +27,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -EVO_VERSION= 2.12 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.12" +EVO_VERSION= 2.22 +PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.22" post-patch: @${REINPLACE_CMD} -e 's|libdir/bonobo/servers|prefix/libdata/bonobo/servers|g' \ diff --git a/deskutils/evolution-jescs/distinfo b/deskutils/evolution-jescs/distinfo index 4bf4c49b80c6..1e141a8837ff 100644 --- a/deskutils/evolution-jescs/distinfo +++ b/deskutils/evolution-jescs/distinfo @@ -1,3 +1,3 @@ -MD5 (evolution-jescs-2.12.0.tar.bz2) = 3b26fb74086a9146648e0e3fda66c209 -SHA256 (evolution-jescs-2.12.0.tar.bz2) = 6b120a754ec08531ff22158581590df49d5ce58438374403f905ff073764c8ba -SIZE (evolution-jescs-2.12.0.tar.bz2) = 529901 +MD5 (gnome2/evolution-jescs-2.22.tar.bz2) = a0d7c00e83e40f02d12645259ef366dc +SHA256 (gnome2/evolution-jescs-2.22.tar.bz2) = 7bb9806b18cb97215e3944303376c9359c1b61eae4b1cad15fc88c5cbf357928 +SIZE (gnome2/evolution-jescs-2.22.tar.bz2) = 533692 diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 71c541a8df78..22f5fb90f69b 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -3,14 +3,13 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.41 2007/09/18 12:13:31 ahze Exp $ +# $MCom: ports/deskutils/gucharmap/Makefile,v 1.47 2008/03/09 22:24:55 mezz Exp $ # PORTNAME= gucharmap -PORTVERSION= 1.10.2 +PORTVERSION= 2.22.0 CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -22,7 +21,7 @@ USE_BZIP2= yes USE_GETTEXT= yes USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils +USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 WANT_GNOME= yes GNU_CONFIGURE= yes INSTALLS_OMF= yes @@ -31,19 +30,6 @@ INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -.undef WITHOUT_ALL -WITH_GNOME= yes -.endif +GCONF_SCHEMAS= gucharmap.schemas -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -PKGNAMESUFFIX:= -gnome -.else -CONFIGURE_ARGS= --disable-gnome -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo index 5503b9bd0dc8..c0e2163fab85 100644 --- a/deskutils/gucharmap/distinfo +++ b/deskutils/gucharmap/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/gucharmap-1.10.2.tar.bz2) = 0a81695c916b2dbae2392f4bcb8c4e22 -SHA256 (gnome2/gucharmap-1.10.2.tar.bz2) = 586d55f1c61b5daa2237159aa8e7c80a397dcd3c4b7f4fdab4cd6356af808dc6 -SIZE (gnome2/gucharmap-1.10.2.tar.bz2) = 2514969 +MD5 (gnome2/gucharmap-2.22.0.tar.bz2) = aff0c556ab360e0d6c63be911260637e +SHA256 (gnome2/gucharmap-2.22.0.tar.bz2) = d2e0d4e027f67ef310d3bee3d36ad22d99337723e6e7df862b0e1bd254302008 +SIZE (gnome2/gucharmap-2.22.0.tar.bz2) = 2624670 diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist index a9f1da2dd817..7bf41a2c8449 100644 --- a/deskutils/gucharmap/pkg-plist +++ b/deskutils/gucharmap/pkg-plist @@ -1,14 +1,19 @@ bin/charmap bin/gnome-character-map bin/gucharmap +include/gucharmap/gucharmap-block-chapters-model.h include/gucharmap/gucharmap-block-chapters.h +include/gucharmap/gucharmap-chapters-model.h +include/gucharmap/gucharmap-chapters-view.h include/gucharmap/gucharmap-chapters.h include/gucharmap/gucharmap-charmap.h include/gucharmap/gucharmap-codepoint-list.h include/gucharmap/gucharmap-mini-fontsel.h +include/gucharmap/gucharmap-script-chapters-model.h include/gucharmap/gucharmap-script-chapters.h include/gucharmap/gucharmap-script-codepoint-list.h include/gucharmap/gucharmap-search-dialog.h +include/gucharmap/gucharmap-settings.h include/gucharmap/gucharmap-table.h include/gucharmap/gucharmap-unicode-info.h include/gucharmap/gucharmap-window.h @@ -52,6 +57,9 @@ share/gnome/help/gucharmap/ko/gucharmap.xml share/gnome/help/gucharmap/oc/figures/gucharmap_start_window.png share/gnome/help/gucharmap/oc/figures/gucharmap_window.png share/gnome/help/gucharmap/oc/gucharmap.xml +share/gnome/help/gucharmap/pt_BR/figures/gucharmap_start_window.png +share/gnome/help/gucharmap/pt_BR/figures/gucharmap_window.png +share/gnome/help/gucharmap/pt_BR/gucharmap.xml share/gnome/help/gucharmap/ru/figures/gucharmap_start_window.png share/gnome/help/gucharmap/ru/figures/gucharmap_window.png share/gnome/help/gucharmap/ru/gucharmap.xml @@ -69,6 +77,7 @@ share/locale/am/LC_MESSAGES/gucharmap.mo share/locale/ar/LC_MESSAGES/gucharmap.mo share/locale/az/LC_MESSAGES/gucharmap.mo share/locale/be/LC_MESSAGES/gucharmap.mo +share/locale/be@latin/LC_MESSAGES/gucharmap.mo share/locale/bg/LC_MESSAGES/gucharmap.mo share/locale/bn/LC_MESSAGES/gucharmap.mo share/locale/bn_IN/LC_MESSAGES/gucharmap.mo @@ -92,6 +101,7 @@ share/locale/fr/LC_MESSAGES/gucharmap.mo share/locale/ga/LC_MESSAGES/gucharmap.mo share/locale/gl/LC_MESSAGES/gucharmap.mo share/locale/gu/LC_MESSAGES/gucharmap.mo +share/locale/he/LC_MESSAGES/gucharmap.mo share/locale/hi/LC_MESSAGES/gucharmap.mo share/locale/hr/LC_MESSAGES/gucharmap.mo share/locale/hu/LC_MESSAGES/gucharmap.mo @@ -150,6 +160,7 @@ share/omf/gucharmap/gucharmap-it.omf share/omf/gucharmap/gucharmap-ja.omf share/omf/gucharmap/gucharmap-ko.omf share/omf/gucharmap/gucharmap-oc.omf +share/omf/gucharmap/gucharmap-pt_BR.omf share/omf/gucharmap/gucharmap-ru.omf share/omf/gucharmap/gucharmap-sv.omf share/omf/gucharmap/gucharmap-zh_CN.omf @@ -163,6 +174,8 @@ share/omf/gucharmap/gucharmap-zh_TW.omf @dirrm share/gnome/help/gucharmap/sv @dirrm share/gnome/help/gucharmap/ru/figures @dirrm share/gnome/help/gucharmap/ru +@dirrm share/gnome/help/gucharmap/pt_BR/figures +@dirrm share/gnome/help/gucharmap/pt_BR @dirrm share/gnome/help/gucharmap/oc/figures @dirrm share/gnome/help/gucharmap/oc @dirrm share/gnome/help/gucharmap/ko/figures @@ -186,6 +199,7 @@ share/omf/gucharmap/gucharmap-zh_TW.omf @dirrm share/gnome/help/gucharmap/C/figures @dirrm share/gnome/help/gucharmap/C @dirrm share/gnome/help/gucharmap +@dirrmtry share/applications @dirrm include/gucharmap @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK @@ -205,4 +219,5 @@ share/omf/gucharmap/gucharmap-zh_TW.omf @dirrmtry share/locale/dz @dirrmtry share/locale/bn_IN/LC_MESSAGES @dirrmtry share/locale/bn_IN -@dirrmtry share/applications +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 1315d8e6f50e..eb1cd9625e36 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -3,11 +3,11 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.4 2006/10/01 02:12:23 ahze Exp $ +# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.7 2008/03/18 14:45:27 ahze Exp $ +# PORTNAME= nautilus-actions -PORTVERSION= 1.4 -PORTREVISION= 2 +PORTVERSION= 1.4.1 CATEGORIES= deskutils MASTER_SITES= ftp://ftp2.grumz.net/grumz/ @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0 +CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0 post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure diff --git a/deskutils/nautilus-actions/distinfo b/deskutils/nautilus-actions/distinfo index 4c043f918a91..1e16b870728d 100644 --- a/deskutils/nautilus-actions/distinfo +++ b/deskutils/nautilus-actions/distinfo @@ -1,3 +1,3 @@ -MD5 (nautilus-actions-1.4.tar.gz) = c3434900718401e13432533eab10e681 -SHA256 (nautilus-actions-1.4.tar.gz) = 61f05fcf7557eda96c9f275de5fb132858e80c8b7a33b04fbd06caafff4b056b -SIZE (nautilus-actions-1.4.tar.gz) = 800222 +MD5 (nautilus-actions-1.4.1.tar.gz) = 3e4af1af386bc2141dc509999767b207 +SHA256 (nautilus-actions-1.4.1.tar.gz) = d481748d64b606f6412b8a3b0701070a8989440f28bb370f392f20d6f3a3cd69 +SIZE (nautilus-actions-1.4.1.tar.gz) = 866736 diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist index 3ca1f4709e3f..d6cc9f69fcc7 100644 --- a/deskutils/nautilus-actions/pkg-plist +++ b/deskutils/nautilus-actions/pkg-plist @@ -1,20 +1,24 @@ bin/nautilus-actions-config bin/nautilus-actions-convert bin/nautilus-actions-new-config -lib/nautilus/extensions-1.0/libnautilus-actions.la -lib/nautilus/extensions-1.0/libnautilus-actions.so +lib/nautilus/extensions-2.0/libnautilus-actions.la +lib/nautilus/extensions-2.0/libnautilus-actions.so share/applications/nact.desktop share/icons/hicolor/16x16/apps/nautilus-actions.png share/icons/hicolor/22x22/apps/nautilus-actions.png +share/icons/hicolor/32x32/apps/nautilus-actions.png share/icons/hicolor/48x48/apps/nautilus-actions.png share/icons/hicolor/scalable/apps/nautilus-actions.svg +share/locale/ar/LC_MESSAGES/nautilus-actions.mo share/locale/bg/LC_MESSAGES/nautilus-actions.mo share/locale/bn/LC_MESSAGES/nautilus-actions.mo share/locale/ca/LC_MESSAGES/nautilus-actions.mo share/locale/cs/LC_MESSAGES/nautilus-actions.mo share/locale/da/LC_MESSAGES/nautilus-actions.mo share/locale/de/LC_MESSAGES/nautilus-actions.mo +share/locale/dz/LC_MESSAGES/nautilus-actions.mo share/locale/en_CA/LC_MESSAGES/nautilus-actions.mo +share/locale/en_GB/LC_MESSAGES/nautilus-actions.mo share/locale/es/LC_MESSAGES/nautilus-actions.mo share/locale/fi/LC_MESSAGES/nautilus-actions.mo share/locale/fr/LC_MESSAGES/nautilus-actions.mo @@ -39,3 +43,5 @@ share/nautilus-actions/nact/nautilus-actions-config.glade @dirrm share/nautilus-actions @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/dz/LC_MESSAGES +@dirrmtry share/locale/dz diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile index f93174e5114c..43eccc8f39c9 100644 --- a/deskutils/nautilus-locked-folder/Makefile +++ b/deskutils/nautilus-locked-folder/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.4 2006/07/18 12:22:24 ahze Exp $ +# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.7 2008/03/18 15:20:20 ahze Exp $ # PORTNAME= nautilus-locked-folder PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -23,9 +23,9 @@ PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \ LDFLASG="-L${LOCALBASE}/lib -L${X11BASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \ LIBS="-lssl" -PLIST_FILES= lib/nautilus/extensions-1.0/libnautilus-locked-folder.a \ - lib/nautilus/extensions-1.0/libnautilus-locked-folder.la \ - lib/nautilus/extensions-1.0/libnautilus-locked-folder.so +PLIST_FILES= lib/nautilus/extensions-2.0/libnautilus-locked-folder.a \ + lib/nautilus/extensions-2.0/libnautilus-locked-folder.la \ + lib/nautilus/extensions-2.0/libnautilus-locked-folder.so post-patch: @${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \ diff --git a/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in b/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in new file mode 100644 index 000000000000..8e8f2e24a889 --- /dev/null +++ b/deskutils/nautilus-locked-folder/files/patch-src_Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2008-03-18 11:10:04.000000000 -0400 ++++ src/Makefile.in 2008-03-18 11:10:10.000000000 -0400 +@@ -229,7 +229,7 @@ + + + # FIXME: get this from the .pc file +-nautilus_extensiondir = $(libdir)/nautilus/extensions-1.0 ++nautilus_extensiondir = $(libdir)/nautilus/extensions-2.0 + nautilus_extension_LTLIBRARIES = libnautilus-locked-folder.la + libnautilus_locked_folder_la_SOURCES = \ + encrypt.c decrypt.c lockedfolder-extension.c lockedfolder.h diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile index 7ca2bd329d2a..8da39977b451 100644 --- a/deskutils/nautilus-open-terminal/Makefile +++ b/deskutils/nautilus-open-terminal/Makefile @@ -3,18 +3,18 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.9 2007/03/05 13:36:03 ahze Exp $ +# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.12 2008/02/28 18:19:56 kwm Exp $ # PORTNAME= nautilus-open-terminal -PORTVERSION= 0.8 -PORTREVISION= 1 +PORTVERSION= 0.9 CATEGORIES= deskutils MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Nautilus extension which allows you to open a terminal +USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_GNOME= nautilus2 gnomeprefix intlhack gnomehack @@ -23,5 +23,6 @@ USE_LDCONFIG= yes USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= nautilus-open-terminal.schemas .include <bsd.port.mk> diff --git a/deskutils/nautilus-open-terminal/distinfo b/deskutils/nautilus-open-terminal/distinfo index 2152a2b7089d..b5d08e55389d 100644 --- a/deskutils/nautilus-open-terminal/distinfo +++ b/deskutils/nautilus-open-terminal/distinfo @@ -1,3 +1,3 @@ -MD5 (nautilus-open-terminal-0.8.tar.gz) = 4f335934935e2d53ebb893e7ad2bd9bd -SHA256 (nautilus-open-terminal-0.8.tar.gz) = 3650860cacdaa0f2e3f97f7aca2620fd50163d12aca40d2fb48ba7e7581e854d -SIZE (nautilus-open-terminal-0.8.tar.gz) = 365879 +MD5 (nautilus-open-terminal-0.9.tar.bz2) = b2dfbba5357524341157b00ea7a4291a +SHA256 (nautilus-open-terminal-0.9.tar.bz2) = c6fbcdf3248ab6a30cc8b9771acf703f2111872ae7ee2bad5a01f31efc4828b0 +SIZE (nautilus-open-terminal-0.9.tar.bz2) = 273099 diff --git a/deskutils/nautilus-open-terminal/pkg-plist b/deskutils/nautilus-open-terminal/pkg-plist index 897bd8ab2880..10c9d0d011bd 100644 --- a/deskutils/nautilus-open-terminal/pkg-plist +++ b/deskutils/nautilus-open-terminal/pkg-plist @@ -1,7 +1,8 @@ -lib/nautilus/extensions-1.0/libnautilus-open-terminal.a -lib/nautilus/extensions-1.0/libnautilus-open-terminal.la -lib/nautilus/extensions-1.0/libnautilus-open-terminal.so +lib/nautilus/extensions-2.0/libnautilus-open-terminal.a +lib/nautilus/extensions-2.0/libnautilus-open-terminal.la +lib/nautilus/extensions-2.0/libnautilus-open-terminal.so share/locale/ar/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/be@latin/LC_MESSAGES/nautilus-open-terminal.mo share/locale/be/LC_MESSAGES/nautilus-open-terminal.mo share/locale/bg/LC_MESSAGES/nautilus-open-terminal.mo share/locale/bn_IN/LC_MESSAGES/nautilus-open-terminal.mo @@ -10,6 +11,7 @@ share/locale/cs/LC_MESSAGES/nautilus-open-terminal.mo share/locale/da/LC_MESSAGES/nautilus-open-terminal.mo share/locale/de/LC_MESSAGES/nautilus-open-terminal.mo share/locale/dz/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/el/LC_MESSAGES/nautilus-open-terminal.mo share/locale/en_CA/LC_MESSAGES/nautilus-open-terminal.mo share/locale/en_GB/LC_MESSAGES/nautilus-open-terminal.mo share/locale/es/LC_MESSAGES/nautilus-open-terminal.mo @@ -23,16 +25,20 @@ share/locale/he/LC_MESSAGES/nautilus-open-terminal.mo share/locale/hu/LC_MESSAGES/nautilus-open-terminal.mo share/locale/it/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ja/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/ka/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ko/LC_MESSAGES/nautilus-open-terminal.mo share/locale/lt/LC_MESSAGES/nautilus-open-terminal.mo share/locale/mk/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/ml/LC_MESSAGES/nautilus-open-terminal.mo share/locale/nb/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ne/LC_MESSAGES/nautilus-open-terminal.mo share/locale/nl/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/oc/LC_MESSAGES/nautilus-open-terminal.mo share/locale/or/LC_MESSAGES/nautilus-open-terminal.mo share/locale/pa/LC_MESSAGES/nautilus-open-terminal.mo share/locale/pl/LC_MESSAGES/nautilus-open-terminal.mo share/locale/pt_BR/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/pt/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ro/LC_MESSAGES/nautilus-open-terminal.mo share/locale/ru/LC_MESSAGES/nautilus-open-terminal.mo share/locale/rw/LC_MESSAGES/nautilus-open-terminal.mo @@ -41,6 +47,7 @@ share/locale/sl/LC_MESSAGES/nautilus-open-terminal.mo share/locale/sr/LC_MESSAGES/nautilus-open-terminal.mo share/locale/sr@Latn/LC_MESSAGES/nautilus-open-terminal.mo share/locale/sv/LC_MESSAGES/nautilus-open-terminal.mo +share/locale/ta/LC_MESSAGES/nautilus-open-terminal.mo share/locale/th/LC_MESSAGES/nautilus-open-terminal.mo share/locale/tr/LC_MESSAGES/nautilus-open-terminal.mo share/locale/uk/LC_MESSAGES/nautilus-open-terminal.mo @@ -49,7 +56,11 @@ share/locale/zh_CN/LC_MESSAGES/nautilus-open-terminal.mo share/locale/zh_TW/LC_MESSAGES/nautilus-open-terminal.mo @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @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 diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile index 00f6e59897fe..512b1a070cb6 100644 --- a/deskutils/nautilus-sendto/Makefile +++ b/deskutils/nautilus-sendto/Makefile @@ -3,11 +3,10 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.13 2007/08/14 17:53:30 marcus Exp $ +# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.16 2008/02/10 19:57:54 marcus Exp $ PORTNAME= nautilus-sendto -PORTVERSION= 0.12 -PORTREVISION= 1 +PORTVERSION= 0.13.2 CATEGORIES= deskutils MASTER_SITES= GNOME diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo index 9a1e3f3613c4..98fafc1a54fa 100644 --- a/deskutils/nautilus-sendto/distinfo +++ b/deskutils/nautilus-sendto/distinfo @@ -1,3 +1,3 @@ -MD5 (nautilus-sendto-0.12.tar.bz2) = 9ec9a476be9a1c24ceddcfd76c6b3be2 -SHA256 (nautilus-sendto-0.12.tar.bz2) = e91af28d5473997836e85aa5eabb39e53f88fdc7cc535d2b0399afdaee1184ab -SIZE (nautilus-sendto-0.12.tar.bz2) = 336188 +MD5 (nautilus-sendto-0.13.2.tar.bz2) = 7e8a79e6e51e4bf96318aa8f9a37044b +SHA256 (nautilus-sendto-0.13.2.tar.bz2) = 1459ee5a7409fbe2ac32f27c38ff8359b8c104deec2ff41fc5aa245d5e3ef956 +SIZE (nautilus-sendto-0.13.2.tar.bz2) = 353248 diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist index 72c159a3c241..825ec9ce879b 100644 --- a/deskutils/nautilus-sendto/pkg-plist +++ b/deskutils/nautilus-sendto/pkg-plist @@ -7,12 +7,13 @@ lib/nautilus-sendto/plugins/libnstevolution.so %%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so lib/nautilus-sendto/plugins/libnstsylpheed.la lib/nautilus-sendto/plugins/libnstsylpheed.so -lib/nautilus/extensions-1.0/libnautilus-sendto.la -lib/nautilus/extensions-1.0/libnautilus-sendto.so +lib/nautilus/extensions-2.0/libnautilus-sendto.la +lib/nautilus/extensions-2.0/libnautilus-sendto.so %%PIDGIN%%lib/pidgin/nautilus.la %%PIDGIN%%lib/pidgin/nautilus.so share/nautilus-sendto/glade/nautilus-sendto.glade share/locale/ar/LC_MESSAGES/nautilus-sendto.mo +share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo share/locale/be/LC_MESSAGES/nautilus-sendto.mo share/locale/bg/LC_MESSAGES/nautilus-sendto.mo share/locale/ca/LC_MESSAGES/nautilus-sendto.mo @@ -46,6 +47,7 @@ share/locale/pa/LC_MESSAGES/nautilus-sendto.mo share/locale/pl/LC_MESSAGES/nautilus-sendto.mo share/locale/pt/LC_MESSAGES/nautilus-sendto.mo share/locale/pt_BR/LC_MESSAGES/nautilus-sendto.mo +share/locale/ro/LC_MESSAGES/nautilus-sendto.mo share/locale/ru/LC_MESSAGES/nautilus-sendto.mo share/locale/rw/LC_MESSAGES/nautilus-sendto.mo share/locale/sk/LC_MESSAGES/nautilus-sendto.mo @@ -67,3 +69,5 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo @dirrmtry share/locale/oc @dirrmtry share/locale/dz/LC_MESSAGES @dirrmtry share/locale/dz +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin diff --git a/deskutils/tomboy/Makefile b/deskutils/tomboy/Makefile index 71edbd032d70..dec76cff9e7d 100644 --- a/deskutils/tomboy/Makefile +++ b/deskutils/tomboy/Makefile @@ -7,24 +7,23 @@ # PORTNAME= tomboy -PORTVERSION= 0.8.0 -PORTREVISION= 1 +PORTVERSION= 0.10.0 CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITES= GNOME 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 +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 \ - dbus-daemon:${PORTSDIR}/devel/dbus + ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib USE_BZIP2= yes USE_GETTEXT= yes -USE_GNOME= gnomehack gnometarget intltool gnomeprefix gnomesharp20 +USE_GNOME= gnomehack gnometarget intlhack gnomeprefix gnomesharp20 GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_ICONS= yes @@ -48,6 +47,8 @@ post-patch: 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 index bca254995b37..e8c7afe20b01 100644 --- a/deskutils/tomboy/distinfo +++ b/deskutils/tomboy/distinfo @@ -1,3 +1,3 @@ -MD5 (gnome2/tomboy-0.8.0.tar.bz2) = b95c8ce7da7571583f33e80d25ac87e6 -SHA256 (gnome2/tomboy-0.8.0.tar.bz2) = 45cd1e66b699e3e021db3138aa11e7dc5fe9a05f20ccb290d3e04bb35fbbc958 -SIZE (gnome2/tomboy-0.8.0.tar.bz2) = 1863811 +MD5 (gnome2/tomboy-0.10.0.tar.bz2) = cf200d49beae64260b9e029b6dcc579a +SHA256 (gnome2/tomboy-0.10.0.tar.bz2) = 470a86ed40d24bc404ee07a6541c95245f96e281f78f448434378ab53d550960 +SIZE (gnome2/tomboy-0.10.0.tar.bz2) = 3283254 diff --git a/deskutils/tomboy/files/patch-Tomboy_Utils.cs b/deskutils/tomboy/files/patch-Tomboy_Utils.cs deleted file mode 100644 index 83f99b06e145..000000000000 --- a/deskutils/tomboy/files/patch-Tomboy_Utils.cs +++ /dev/null @@ -1,28 +0,0 @@ ---- Tomboy/Utils.cs.orig Sun Feb 25 02:24:01 2007 -+++ Tomboy/Utils.cs Mon Mar 26 20:06:25 2007 -@@ -801,23 +801,12 @@ - } - - [DllImport("libc")] -- private static extern int prctl (int option, -- byte [] arg2, -- IntPtr arg3, -- IntPtr arg4, -- IntPtr arg5); -+ private static extern void setproctitle(byte [] fmt, byte [] str_arg); - - // From Banshee: Banshee.Base/Utilities.cs - public static void SetProcessName (string name) - { -- if (prctl (15 /* PR_SET_NAME */, -- Encoding.ASCII.GetBytes (name + "\0"), -- IntPtr.Zero, -- IntPtr.Zero, -- IntPtr.Zero) != 0) -- throw new ApplicationException ( -- "Error setting process name: " + -- Mono.Unix.Native.Stdlib.GetLastError ()); -+ setproctitle(Encoding.ASCII.GetBytes("%s\0"), Encoding.ASCII.GetBytes(name + "\0")); - } - - static void RegisterSignalHandlers () diff --git a/deskutils/tomboy/pkg-plist b/deskutils/tomboy/pkg-plist index 1bde9307f1a6..32c3ec54cba4 100644 --- a/deskutils/tomboy/pkg-plist +++ b/deskutils/tomboy/pkg-plist @@ -1,32 +1,38 @@ 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/Mono.Addins.dll -lib/tomboy/Mono.Addins.dll.config -lib/tomboy/Mono.Addins.Setup.dll -lib/tomboy/Mono.Addins.Gui.dll -lib/tomboy/Tomboy.exe -lib/tomboy/Tomboy.exe.config 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/dbus-1/services/org.gnome.Tomboy.service share/applications/tomboy.desktop -share/gnome/help/tomboy/C/legal.xml -share/gnome/help/tomboy/C/tomboy.xml +share/dbus-1/services/org.gnome.Tomboy.service +share/gnome/help/tomboy/C/figures/add-notebook-search.png +share/gnome/help/tomboy/C/figures/add-to-notebook.png +share/gnome/help/tomboy/C/figures/delete-notebook.png +share/gnome/help/tomboy/C/figures/move-notes-search.png +share/gnome/help/tomboy/C/figures/new-notebook.png +share/gnome/help/tomboy/C/figures/note-template.png +share/gnome/help/tomboy/C/figures/notebook-icon.png 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 @@ -37,8 +43,15 @@ 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/ca/tomboy.xml -share/gnome/help/tomboy/ca/legal.xml +share/gnome/help/tomboy/C/legal.xml +share/gnome/help/tomboy/C/tomboy.xml +share/gnome/help/tomboy/ca/figures/add-notebook-search.png +share/gnome/help/tomboy/ca/figures/add-to-notebook.png +share/gnome/help/tomboy/ca/figures/delete-notebook.png +share/gnome/help/tomboy/ca/figures/move-notes-search.png +share/gnome/help/tomboy/ca/figures/new-notebook.png +share/gnome/help/tomboy/ca/figures/note-template.png +share/gnome/help/tomboy/ca/figures/notebook-icon.png 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 @@ -49,8 +62,34 @@ 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/en_GB/tomboy.xml -share/gnome/help/tomboy/en_GB/legal.xml +share/gnome/help/tomboy/ca/legal.xml +share/gnome/help/tomboy/ca/tomboy.xml +share/gnome/help/tomboy/de/figures/add-notebook-search.png +share/gnome/help/tomboy/de/figures/add-to-notebook.png +share/gnome/help/tomboy/de/figures/delete-notebook.png +share/gnome/help/tomboy/de/figures/move-notes-search.png +share/gnome/help/tomboy/de/figures/new-notebook.png +share/gnome/help/tomboy/de/figures/note-template.png +share/gnome/help/tomboy/de/figures/notebook-icon.png +share/gnome/help/tomboy/de/figures/tomboy-main-menu.png +share/gnome/help/tomboy/de/figures/tomboy-new-note.png +share/gnome/help/tomboy/de/figures/tomboy-panel.png +share/gnome/help/tomboy/de/figures/tomboy-pindown.png +share/gnome/help/tomboy/de/figures/tomboy-pinup.png +share/gnome/help/tomboy/de/figures/tomboy-preferences-add-ins.png +share/gnome/help/tomboy/de/figures/tomboy-preferences-editing.png +share/gnome/help/tomboy/de/figures/tomboy-preferences-hotkeys.png +share/gnome/help/tomboy/de/figures/tomboy-preferences-synchronization.png +share/gnome/help/tomboy/de/figures/tomboy-tools.png +share/gnome/help/tomboy/de/legal.xml +share/gnome/help/tomboy/de/tomboy.xml +share/gnome/help/tomboy/en_GB/figures/add-notebook-search.png +share/gnome/help/tomboy/en_GB/figures/add-to-notebook.png +share/gnome/help/tomboy/en_GB/figures/delete-notebook.png +share/gnome/help/tomboy/en_GB/figures/move-notes-search.png +share/gnome/help/tomboy/en_GB/figures/new-notebook.png +share/gnome/help/tomboy/en_GB/figures/note-template.png +share/gnome/help/tomboy/en_GB/figures/notebook-icon.png 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 @@ -61,8 +100,15 @@ 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/es/tomboy.xml -share/gnome/help/tomboy/es/legal.xml +share/gnome/help/tomboy/en_GB/legal.xml +share/gnome/help/tomboy/en_GB/tomboy.xml +share/gnome/help/tomboy/es/figures/add-notebook-search.png +share/gnome/help/tomboy/es/figures/add-to-notebook.png +share/gnome/help/tomboy/es/figures/delete-notebook.png +share/gnome/help/tomboy/es/figures/move-notes-search.png +share/gnome/help/tomboy/es/figures/new-notebook.png +share/gnome/help/tomboy/es/figures/note-template.png +share/gnome/help/tomboy/es/figures/notebook-icon.png 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 @@ -73,8 +119,15 @@ 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/fr/tomboy.xml -share/gnome/help/tomboy/fr/legal.xml +share/gnome/help/tomboy/es/legal.xml +share/gnome/help/tomboy/es/tomboy.xml +share/gnome/help/tomboy/fr/figures/add-notebook-search.png +share/gnome/help/tomboy/fr/figures/add-to-notebook.png +share/gnome/help/tomboy/fr/figures/delete-notebook.png +share/gnome/help/tomboy/fr/figures/move-notes-search.png +share/gnome/help/tomboy/fr/figures/new-notebook.png +share/gnome/help/tomboy/fr/figures/note-template.png +share/gnome/help/tomboy/fr/figures/notebook-icon.png 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 @@ -85,8 +138,15 @@ 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/oc/tomboy.xml -share/gnome/help/tomboy/oc/legal.xml +share/gnome/help/tomboy/fr/legal.xml +share/gnome/help/tomboy/fr/tomboy.xml +share/gnome/help/tomboy/oc/figures/add-notebook-search.png +share/gnome/help/tomboy/oc/figures/add-to-notebook.png +share/gnome/help/tomboy/oc/figures/delete-notebook.png +share/gnome/help/tomboy/oc/figures/move-notes-search.png +share/gnome/help/tomboy/oc/figures/new-notebook.png +share/gnome/help/tomboy/oc/figures/note-template.png +share/gnome/help/tomboy/oc/figures/notebook-icon.png 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 @@ -97,8 +157,15 @@ 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/pt_BR/tomboy.xml -share/gnome/help/tomboy/pt_BR/legal.xml +share/gnome/help/tomboy/oc/legal.xml +share/gnome/help/tomboy/oc/tomboy.xml +share/gnome/help/tomboy/pt_BR/figures/add-notebook-search.png +share/gnome/help/tomboy/pt_BR/figures/add-to-notebook.png +share/gnome/help/tomboy/pt_BR/figures/delete-notebook.png +share/gnome/help/tomboy/pt_BR/figures/move-notes-search.png +share/gnome/help/tomboy/pt_BR/figures/new-notebook.png +share/gnome/help/tomboy/pt_BR/figures/note-template.png +share/gnome/help/tomboy/pt_BR/figures/notebook-icon.png 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 @@ -109,8 +176,15 @@ 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/ru/tomboy.xml -share/gnome/help/tomboy/ru/legal.xml +share/gnome/help/tomboy/pt_BR/legal.xml +share/gnome/help/tomboy/pt_BR/tomboy.xml +share/gnome/help/tomboy/ru/figures/add-notebook-search.png +share/gnome/help/tomboy/ru/figures/add-to-notebook.png +share/gnome/help/tomboy/ru/figures/delete-notebook.png +share/gnome/help/tomboy/ru/figures/move-notes-search.png +share/gnome/help/tomboy/ru/figures/new-notebook.png +share/gnome/help/tomboy/ru/figures/note-template.png +share/gnome/help/tomboy/ru/figures/notebook-icon.png 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 @@ -121,8 +195,15 @@ 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/sv/tomboy.xml -share/gnome/help/tomboy/sv/legal.xml +share/gnome/help/tomboy/ru/legal.xml +share/gnome/help/tomboy/ru/tomboy.xml +share/gnome/help/tomboy/sv/figures/add-notebook-search.png +share/gnome/help/tomboy/sv/figures/add-to-notebook.png +share/gnome/help/tomboy/sv/figures/delete-notebook.png +share/gnome/help/tomboy/sv/figures/move-notes-search.png +share/gnome/help/tomboy/sv/figures/new-notebook.png +share/gnome/help/tomboy/sv/figures/note-template.png +share/gnome/help/tomboy/sv/figures/notebook-icon.png 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 @@ -133,8 +214,15 @@ 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/uk/tomboy.xml -share/gnome/help/tomboy/uk/legal.xml +share/gnome/help/tomboy/sv/legal.xml +share/gnome/help/tomboy/sv/tomboy.xml +share/gnome/help/tomboy/uk/figures/add-notebook-search.png +share/gnome/help/tomboy/uk/figures/add-to-notebook.png +share/gnome/help/tomboy/uk/figures/delete-notebook.png +share/gnome/help/tomboy/uk/figures/move-notes-search.png +share/gnome/help/tomboy/uk/figures/new-notebook.png +share/gnome/help/tomboy/uk/figures/note-template.png +share/gnome/help/tomboy/uk/figures/notebook-icon.png 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 @@ -145,30 +233,18 @@ 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/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-pt_BR.omf -share/omf/tomboy/tomboy-ru.omf -share/omf/tomboy/tomboy-oc.omf -share/omf/tomboy/tomboy-sv.omf -share/omf/tomboy/tomboy-uk.omf -share/pixmaps/tomboy.png -share/icons/hicolor/16x16/apps/tomboy-tag.png -share/icons/hicolor/16x16/apps/tomboy-note.png +share/gnome/help/tomboy/uk/legal.xml +share/gnome/help/tomboy/uk/tomboy.xml share/icons/hicolor/16x16/apps/tomboy.png -share/icons/hicolor/22x22/apps/tomboy-tag.png -share/icons/hicolor/22x22/apps/tomboy-note.png share/icons/hicolor/22x22/apps/tomboy.png -share/icons/hicolor/32x32/apps/tomboy-tag.png +share/icons/hicolor/24x24/apps/tomboy.png share/icons/hicolor/32x32/apps/tomboy.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/as/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 @@ -193,6 +269,7 @@ 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/kn/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 @@ -202,8 +279,8 @@ 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/or/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 @@ -211,12 +288,15 @@ 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/si/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 @@ -224,70 +304,99 @@ 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 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be +share/omf/tomboy/tomboy-C.omf +share/omf/tomboy/tomboy-ca.omf +share/omf/tomboy/tomboy-de.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 +%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png +%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png +%%DATADIR%%/icons/hicolor/16x16/places/note.png +%%DATADIR%%/icons/hicolor/16x16/places/notebook.png +%%DATADIR%%/icons/hicolor/16x16/status/pin-active.png +%%DATADIR%%/icons/hicolor/16x16/status/pin-down.png +%%DATADIR%%/icons/hicolor/16x16/status/pin-up.png +%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-all.png +%%DATADIR%%/icons/hicolor/22x22/actions/filter-note-unfiled.png +%%DATADIR%%/icons/hicolor/22x22/actions/note-new.png +%%DATADIR%%/icons/hicolor/22x22/actions/notebook-new.png +%%DATADIR%%/icons/hicolor/22x22/places/note.png +%%DATADIR%%/icons/hicolor/22x22/places/notebook.png +%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-all.png +%%DATADIR%%/icons/hicolor/24x24/actions/filter-note-unfiled.png +%%DATADIR%%/icons/hicolor/24x24/actions/note-new.png +%%DATADIR%%/icons/hicolor/24x24/actions/notebook-new.png +%%DATADIR%%/icons/hicolor/24x24/places/note.png +%%DATADIR%%/icons/hicolor/24x24/places/notebook.png +%%DATADIR%%/icons/hicolor/48x48/actions/notebook-new.png +%%DATADIR%%/icons/hicolor/scalable/actions/notebook-new.svg +@dirrm %%DATADIR%%/icons/hicolor/scalable/actions +@dirrm %%DATADIR%%/icons/hicolor/scalable +@dirrm %%DATADIR%%/icons/hicolor/48x48/actions +@dirrm %%DATADIR%%/icons/hicolor/48x48 +@dirrm %%DATADIR%%/icons/hicolor/24x24/places +@dirrm %%DATADIR%%/icons/hicolor/24x24/actions +@dirrm %%DATADIR%%/icons/hicolor/24x24 +@dirrm %%DATADIR%%/icons/hicolor/22x22/places +@dirrm %%DATADIR%%/icons/hicolor/22x22/actions +@dirrm %%DATADIR%%/icons/hicolor/22x22 +@dirrm %%DATADIR%%/icons/hicolor/16x16/status +@dirrm %%DATADIR%%/icons/hicolor/16x16/places +@dirrm %%DATADIR%%/icons/hicolor/16x16/actions +@dirrm %%DATADIR%%/icons/hicolor/16x16 +@dirrm %%DATADIR%%/icons/hicolor +@dirrm %%DATADIR%%/icons +@dirrm %%DATADIR%% @dirrm share/omf/tomboy @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/ru/figures -@dirrm share/gnome/help/tomboy/ru @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/de/figures +@dirrm share/gnome/help/tomboy/de @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 +@dirrmtry share/applications @dirrm lib/tomboy/addins @dirrm lib/tomboy -@dirrmtry share/applications +@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/si/LC_MESSAGES +@dirrmtry share/locale/si +@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 +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as |