aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
committermarcus <marcus@FreeBSD.org>2009-11-29 04:06:37 +0800
commit08ef0f72276785801e0f5184e1ca838716c56eaf (patch)
tree37fd8876adeada957d64b9de8c72bdd6a0e3a340 /deskutils
parentd3a72c0f140ffc8ba2da94a5087d0c48d4d97e35 (diff)
downloadfreebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.gz
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.tar.zst
freebsd-ports-gnome-08ef0f72276785801e0f5184e1ca838716c56eaf.zip
Presenting GNOME 2.28.1 for FreeBSD. The official release notes for this
release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/Makefile1
-rw-r--r--deskutils/alacarte/Makefile5
-rw-r--r--deskutils/alacarte/distinfo6
-rw-r--r--deskutils/alacarte/pkg-plist11
-rw-r--r--deskutils/deskbar-applet/Makefile7
-rw-r--r--deskutils/deskbar-applet/distinfo6
-rw-r--r--deskutils/deskbar-applet/pkg-plist164
-rw-r--r--deskutils/evolution-jescs/Makefile9
-rw-r--r--deskutils/evolution-jescs/distinfo6
-rw-r--r--deskutils/evolution-jescs/pkg-plist15
-rw-r--r--deskutils/gnome-utils/Makefile18
-rw-r--r--deskutils/gnome-utils/distinfo6
-rw-r--r--deskutils/gnome-utils/files/patch-logview_gtkmessagearea.c11
-rw-r--r--deskutils/gnome-utils/pkg-plist59
-rw-r--r--deskutils/gnote/Makefile60
-rw-r--r--deskutils/gnote/distinfo3
-rw-r--r--deskutils/gnote/files/patch-src_sharp_datetime.cpp36
-rw-r--r--deskutils/gnote/pkg-descr6
-rw-r--r--deskutils/gnote/pkg-plist244
-rw-r--r--deskutils/gnotime/Makefile8
-rw-r--r--deskutils/gucharmap/Makefile5
-rw-r--r--deskutils/gucharmap/distinfo6
-rw-r--r--deskutils/gucharmap/pkg-plist7
-rw-r--r--deskutils/hamster-applet/Makefile5
-rw-r--r--deskutils/hamster-applet/distinfo6
-rw-r--r--deskutils/hamster-applet/files/patch-hamster___init__.py10
-rw-r--r--deskutils/hamster-applet/files/patch-hamster_hamster-applet.py36
-rw-r--r--deskutils/hamster-applet/pkg-plist41
-rw-r--r--deskutils/nautilus-actions/Makefile33
-rw-r--r--deskutils/nautilus-actions/distinfo6
-rw-r--r--deskutils/nautilus-actions/files/extra-patch-configure20
-rw-r--r--deskutils/nautilus-actions/pkg-plist40
-rw-r--r--deskutils/nautilus-locked-folder/Makefile6
-rw-r--r--deskutils/nautilus-open-terminal/Makefile5
-rw-r--r--deskutils/nautilus-open-terminal/distinfo6
-rw-r--r--deskutils/nautilus-open-terminal/pkg-plist11
-rw-r--r--deskutils/nautilus-sendto/Makefile11
-rw-r--r--deskutils/nautilus-sendto/distinfo6
-rw-r--r--deskutils/nautilus-sendto/pkg-plist39
39 files changed, 757 insertions, 223 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 715677bf98db..d63bfd33261f 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -87,6 +87,7 @@
SUBDIR += gnome-main-menu
SUBDIR += gnome-pim
SUBDIR += gnome-utils
+ SUBDIR += gnote
SUBDIR += gnotime
SUBDIR += gnustep-notebook
SUBDIR += gnustep-wrapper
diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile
index 160fd0d66f3b..ac1437ec6f54 100644
--- a/deskutils/alacarte/Makefile
+++ b/deskutils/alacarte/Makefile
@@ -3,12 +3,11 @@
# Whom: FreeBSD GNOME Team
#
# $FreeBSD$
-# $MCom: ports/deskutils/alacarte/Makefile,v 1.20 2008/09/29 15:18:59 marcus Exp $
+# $MCom: ports/deskutils/alacarte/Makefile,v 1.23 2009/09/21 16:31:27 kwm Exp $
#
PORTNAME= alacarte
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.12.4
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/deskutils/alacarte/distinfo b/deskutils/alacarte/distinfo
index 81768f0d66bd..cbfdedd10ff9 100644
--- a/deskutils/alacarte/distinfo
+++ b/deskutils/alacarte/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/alacarte-0.12.1.tar.bz2) = c6d77f7e5ee6129532e4bb1a35a07194
-SHA256 (gnome2/alacarte-0.12.1.tar.bz2) = 1991b715431e792976644cc49c90b44dd010245b6c54312b67e0587bcb741d19
-SIZE (gnome2/alacarte-0.12.1.tar.bz2) = 181165
+MD5 (gnome2/alacarte-0.12.4.tar.bz2) = 914f863f6bd152b4ab6407d07d853f45
+SHA256 (gnome2/alacarte-0.12.4.tar.bz2) = f5bccd47d96b22ee73cf537d86bb90cb7b7e0f70ac68253fe512540e5bf64823
+SIZE (gnome2/alacarte-0.12.4.tar.bz2) = 189318
diff --git a/deskutils/alacarte/pkg-plist b/deskutils/alacarte/pkg-plist
index ad24394728e3..d1f33097c240 100644
--- a/deskutils/alacarte/pkg-plist
+++ b/deskutils/alacarte/pkg-plist
@@ -31,9 +31,12 @@ share/locale/bem/LC_MESSAGES/alacarte.mo
share/locale/bg/LC_MESSAGES/alacarte.mo
share/locale/bn/LC_MESSAGES/alacarte.mo
share/locale/bn_IN/LC_MESSAGES/alacarte.mo
+share/locale/br/LC_MESSAGES/alacarte.mo
share/locale/ca/LC_MESSAGES/alacarte.mo
+share/locale/ca@valencia/LC_MESSAGES/alacarte.mo
share/locale/crh/LC_MESSAGES/alacarte.mo
share/locale/cs/LC_MESSAGES/alacarte.mo
+share/locale/cy/LC_MESSAGES/alacarte.mo
share/locale/da/LC_MESSAGES/alacarte.mo
share/locale/de/LC_MESSAGES/alacarte.mo
share/locale/dz/LC_MESSAGES/alacarte.mo
@@ -66,12 +69,14 @@ share/locale/ko/LC_MESSAGES/alacarte.mo
share/locale/ku/LC_MESSAGES/alacarte.mo
share/locale/lt/LC_MESSAGES/alacarte.mo
share/locale/lv/LC_MESSAGES/alacarte.mo
+share/locale/mai/LC_MESSAGES/alacarte.mo
share/locale/mg/LC_MESSAGES/alacarte.mo
share/locale/mk/LC_MESSAGES/alacarte.mo
share/locale/ml/LC_MESSAGES/alacarte.mo
share/locale/mn/LC_MESSAGES/alacarte.mo
share/locale/mr/LC_MESSAGES/alacarte.mo
share/locale/nb/LC_MESSAGES/alacarte.mo
+share/locale/nds/LC_MESSAGES/alacarte.mo
share/locale/nl/LC_MESSAGES/alacarte.mo
share/locale/nn/LC_MESSAGES/alacarte.mo
share/locale/oc/LC_MESSAGES/alacarte.mo
@@ -119,10 +124,14 @@ share/locale/zh_TW/LC_MESSAGES/alacarte.mo
@dirrmtry share/locale/ps
@dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc
+@dirrmtry share/locale/nds/LC_MESSAGES
+@dirrmtry share/locale/nds
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
@dirrmtry share/locale/mg/LC_MESSAGES
@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/kk/LC_MESSAGES
@@ -135,6 +144,8 @@ share/locale/zh_TW/LC_MESSAGES/alacarte.mo
@dirrmtry share/locale/dz
@dirrmtry share/locale/crh/LC_MESSAGES
@dirrmtry share/locale/crh
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/bem/LC_MESSAGES
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index 10e7eb670859..7a6b189d719f 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/deskutils/deskbar-applet/Makefile,v 1.3 2009/04/15 15:18:16 kwm Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.109 2009/09/22 10:54:20 kwm Exp $
#
PORTNAME= deskbar-applet
-PORTVERSION= 2.26.2
-PORTREVISION= 1
+PORTVERSION= 2.28.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -18,7 +17,7 @@ COMMENT= Omnipresent versatile search interface
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus \
- ${PYTHON_SITELIBDIR}/simplejson-2.0.9-py${PYTHON_VER}-${OPSYS:L}-${_OSRELEASE}-${ARCH}.egg:${PORTSDIR}/devel/py-simplejson
+ ${LOCALBASE}/share/doc/py26-simplejson:${PORTSDIR}/devel/py-simplejson
USE_BZIP2= yes
USE_GETTEXT= yes
diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo
index 0ec54762fd40..1120f841d3f8 100644
--- a/deskutils/deskbar-applet/distinfo
+++ b/deskutils/deskbar-applet/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/deskbar-applet-2.26.2.tar.bz2) = 82bca281838b38b3d9c682ab839b7b6b
-SHA256 (gnome2/deskbar-applet-2.26.2.tar.bz2) = 9c40f81d96c172311f4ca4c05c6718401d0958a3eb0dd7bee1dae580be0d78f6
-SIZE (gnome2/deskbar-applet-2.26.2.tar.bz2) = 981493
+MD5 (gnome2/deskbar-applet-2.28.0.tar.bz2) = dae686b2958688f15bb365afd8485c8e
+SHA256 (gnome2/deskbar-applet-2.28.0.tar.bz2) = bdac5c8a3595078911c1aba9f1013c936cdaaed41efbd87d092dfbc04b0ea2cb
+SIZE (gnome2/deskbar-applet-2.28.0.tar.bz2) = 1087593
diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist
index 5635b20f6f9e..48f9ee60b1ae 100644
--- a/deskutils/deskbar-applet/pkg-plist
+++ b/deskutils/deskbar-applet/pkg-plist
@@ -1,70 +1,70 @@
-lib/deskbar-applet/deskbar-applet
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.py
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyc
-lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyo
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.py
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyc
-lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyo
-lib/deskbar-applet/modules-2.20-compatible/calculator.py
-lib/deskbar-applet/modules-2.20-compatible/calculator.pyc
-lib/deskbar-applet/modules-2.20-compatible/calculator.pyo
-lib/deskbar-applet/modules-2.20-compatible/desklicious.py
-lib/deskbar-applet/modules-2.20-compatible/desklicious.pyc
-lib/deskbar-applet/modules-2.20-compatible/desklicious.pyo
-lib/deskbar-applet/modules-2.20-compatible/epiphany.py
-lib/deskbar-applet/modules-2.20-compatible/epiphany.pyc
-lib/deskbar-applet/modules-2.20-compatible/epiphany.pyo
-%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.py
-%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.pyc
-%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.pyo
-lib/deskbar-applet/modules-2.20-compatible/files.py
-lib/deskbar-applet/modules-2.20-compatible/files.pyc
-lib/deskbar-applet/modules-2.20-compatible/files.pyo
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.py
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyc
-lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyo
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.py
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.py
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/history.py
-lib/deskbar-applet/modules-2.20-compatible/history.pyc
-lib/deskbar-applet/modules-2.20-compatible/history.pyo
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.py
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc
-lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
-lib/deskbar-applet/modules-2.20-compatible/mozilla.py
-lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc
-lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo
-lib/deskbar-applet/modules-2.20-compatible/opensearch.py
-lib/deskbar-applet/modules-2.20-compatible/opensearch.pyc
-lib/deskbar-applet/modules-2.20-compatible/opensearch.pyo
-lib/deskbar-applet/modules-2.20-compatible/programs.py
-lib/deskbar-applet/modules-2.20-compatible/programs.pyc
-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/twitter.py
-lib/deskbar-applet/modules-2.20-compatible/twitter.pyc
-lib/deskbar-applet/modules-2.20-compatible/twitter.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
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc
-lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo
-lib/deskbar-applet/modules-2.20-compatible/yahoo.py
-lib/deskbar-applet/modules-2.20-compatible/yahoo.pyc
-lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
+libexec/deskbar-applet/deskbar-applet
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.py
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyc
+libexec/deskbar-applet/modules-2.20-compatible/beagle-live.pyo
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.py
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyc
+libexec/deskbar-applet/modules-2.20-compatible/beagle-static.pyo
+libexec/deskbar-applet/modules-2.20-compatible/calculator.py
+libexec/deskbar-applet/modules-2.20-compatible/calculator.pyc
+libexec/deskbar-applet/modules-2.20-compatible/calculator.pyo
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.py
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyc
+libexec/deskbar-applet/modules-2.20-compatible/desklicious.pyo
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.py
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyc
+libexec/deskbar-applet/modules-2.20-compatible/epiphany.pyo
+%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.py
+%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyc
+%%EVO%%libexec/deskbar-applet/modules-2.20-compatible/evolution.pyo
+libexec/deskbar-applet/modules-2.20-compatible/files.py
+libexec/deskbar-applet/modules-2.20-compatible/files.pyc
+libexec/deskbar-applet/modules-2.20-compatible/files.pyo
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.py
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyc
+libexec/deskbar-applet/modules-2.20-compatible/gdmactions.pyo
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.py
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.py
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/googlesearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/history.py
+libexec/deskbar-applet/modules-2.20-compatible/history.pyc
+libexec/deskbar-applet/modules-2.20-compatible/history.pyo
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.py
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc
+libexec/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.py
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyc
+libexec/deskbar-applet/modules-2.20-compatible/mozilla.pyo
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.py
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyc
+libexec/deskbar-applet/modules-2.20-compatible/opensearch.pyo
+libexec/deskbar-applet/modules-2.20-compatible/programs.py
+libexec/deskbar-applet/modules-2.20-compatible/programs.pyc
+libexec/deskbar-applet/modules-2.20-compatible/programs.pyo
+libexec/deskbar-applet/modules-2.20-compatible/recent.py
+libexec/deskbar-applet/modules-2.20-compatible/recent.pyc
+libexec/deskbar-applet/modules-2.20-compatible/recent.pyo
+libexec/deskbar-applet/modules-2.20-compatible/templates.py
+libexec/deskbar-applet/modules-2.20-compatible/templates.pyc
+libexec/deskbar-applet/modules-2.20-compatible/templates.pyo
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.py
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyc
+libexec/deskbar-applet/modules-2.20-compatible/tomboy.pyo
+libexec/deskbar-applet/modules-2.20-compatible/twitter.py
+libexec/deskbar-applet/modules-2.20-compatible/twitter.pyc
+libexec/deskbar-applet/modules-2.20-compatible/twitter.pyo
+libexec/deskbar-applet/modules-2.20-compatible/web_address.py
+libexec/deskbar-applet/modules-2.20-compatible/web_address.pyc
+libexec/deskbar-applet/modules-2.20-compatible/web_address.pyo
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc
+libexec/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.py
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyc
+libexec/deskbar-applet/modules-2.20-compatible/yahoo.pyo
%%PYTHON_SITELIBDIR%%/deskbar/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyo
@@ -176,11 +176,6 @@ lib/deskbar-applet/modules-2.20-compatible/yahoo.pyo
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyo
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.la
%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/_evolution.so
-%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/__init__.py
-%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/__init__.pyc
-%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/__init__.pyo
-%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/_gdmclient.la
-%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/_gdmclient.so
%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.py
%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyc
%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyo
@@ -323,6 +318,12 @@ 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/cs/deskbar.xml
+share/gnome/help/deskbar/cs/figures/deskbar-applet.png
+share/gnome/help/deskbar/cs/legal.xml
+share/gnome/help/deskbar/da/deskbar.xml
+share/gnome/help/deskbar/da/figures/deskbar-applet.png
+share/gnome/help/deskbar/da/legal.xml
share/gnome/help/deskbar/de/deskbar.xml
share/gnome/help/deskbar/de/figures/deskbar-applet.png
share/gnome/help/deskbar/de/legal.xml
@@ -373,7 +374,9 @@ share/locale/be@latin/LC_MESSAGES/deskbar-applet.mo
share/locale/bg/LC_MESSAGES/deskbar-applet.mo
share/locale/bn/LC_MESSAGES/deskbar-applet.mo
share/locale/bn_IN/LC_MESSAGES/deskbar-applet.mo
+share/locale/br/LC_MESSAGES/deskbar-applet.mo
share/locale/ca/LC_MESSAGES/deskbar-applet.mo
+share/locale/ca@valencia/LC_MESSAGES/deskbar-applet.mo
share/locale/cs/LC_MESSAGES/deskbar-applet.mo
share/locale/cy/LC_MESSAGES/deskbar-applet.mo
share/locale/da/LC_MESSAGES/deskbar-applet.mo
@@ -388,6 +391,7 @@ share/locale/eu/LC_MESSAGES/deskbar-applet.mo
share/locale/fa/LC_MESSAGES/deskbar-applet.mo
share/locale/fi/LC_MESSAGES/deskbar-applet.mo
share/locale/fr/LC_MESSAGES/deskbar-applet.mo
+share/locale/ga/LC_MESSAGES/deskbar-applet.mo
share/locale/gl/LC_MESSAGES/deskbar-applet.mo
share/locale/gu/LC_MESSAGES/deskbar-applet.mo
share/locale/he/LC_MESSAGES/deskbar-applet.mo
@@ -403,6 +407,7 @@ share/locale/ko/LC_MESSAGES/deskbar-applet.mo
share/locale/ku/LC_MESSAGES/deskbar-applet.mo
share/locale/lt/LC_MESSAGES/deskbar-applet.mo
share/locale/lv/LC_MESSAGES/deskbar-applet.mo
+share/locale/mai/LC_MESSAGES/deskbar-applet.mo
share/locale/mg/LC_MESSAGES/deskbar-applet.mo
share/locale/mk/LC_MESSAGES/deskbar-applet.mo
share/locale/ml/LC_MESSAGES/deskbar-applet.mo
@@ -439,6 +444,8 @@ 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-cs.omf
+share/omf/deskbar/deskbar-da.omf
share/omf/deskbar/deskbar-de.omf
share/omf/deskbar/deskbar-el.omf
share/omf/deskbar/deskbar-en_GB.omf
@@ -476,6 +483,10 @@ share/omf/deskbar/deskbar-zh_CN.omf
@dirrm share/gnome/help/deskbar/el
@dirrm share/gnome/help/deskbar/de/figures
@dirrm share/gnome/help/deskbar/de
+@dirrm share/gnome/help/deskbar/da/figures
+@dirrm share/gnome/help/deskbar/da
+@dirrm share/gnome/help/deskbar/cs/figures
+@dirrm share/gnome/help/deskbar/cs
@dirrm share/gnome/help/deskbar/ca/figures
@dirrm share/gnome/help/deskbar/ca
@dirrm share/gnome/help/deskbar/C/figures
@@ -489,7 +500,6 @@ share/omf/deskbar/deskbar-zh_CN.omf
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/osutils
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/interfaces
-@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient
%%EVO%%@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/actions
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers
@@ -498,8 +508,8 @@ share/omf/deskbar/deskbar-zh_CN.omf
@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
+@dirrm libexec/deskbar-applet/modules-2.20-compatible
+@dirrm libexec/deskbar-applet
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
@dirrmtry share/locale/te/LC_MESSAGES
@@ -516,10 +526,14 @@ share/omf/deskbar/deskbar-zh_CN.omf
@dirrmtry share/locale/mr
@dirrmtry share/locale/mg/LC_MESSAGES
@dirrmtry share/locale/mg
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile
index 14907b1648a0..e2fb016a615f 100644
--- a/deskutils/evolution-jescs/Makefile
+++ b/deskutils/evolution-jescs/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.35 2009/03/16 08:49:02 kwm Exp $
+# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.40 2009/11/28 05:58:58 mezz Exp $
#
PORTNAME= evolution-jescs
-PORTVERSION= 2.26.0
-PORTREVISION= 1
+PORTVERSION= 2.28.0
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -29,8 +28,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_JOBS_UNSAFE= yes
-EVO_VERSION= 2.26
-PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.26"
+EVO_VERSION= 2.28
+PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.28"
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 51be9408354f..8014e79bad97 100644
--- a/deskutils/evolution-jescs/distinfo
+++ b/deskutils/evolution-jescs/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/evolution-jescs-2.26.0.tar.bz2) = dd59c0d9589f5ad4755fa4e473d7fe1f
-SHA256 (gnome2/evolution-jescs-2.26.0.tar.bz2) = cff3cf2a9ce7e68d879ef0ba47884ebbe4cdec94b7872f3ef285153bb389a8b9
-SIZE (gnome2/evolution-jescs-2.26.0.tar.bz2) = 537795
+MD5 (gnome2/evolution-jescs-2.28.0.tar.bz2) = d1231c8d51502930e910dc2b17f7c947
+SHA256 (gnome2/evolution-jescs-2.28.0.tar.bz2) = 0441955260762aedbc705776c738c25b43855c2511c7a7b20ed806a140c40948
+SIZE (gnome2/evolution-jescs-2.28.0.tar.bz2) = 602247
diff --git a/deskutils/evolution-jescs/pkg-plist b/deskutils/evolution-jescs/pkg-plist
index cad1ae2c81b1..7f2c3db67d31 100644
--- a/deskutils/evolution-jescs/pkg-plist
+++ b/deskutils/evolution-jescs/pkg-plist
@@ -17,6 +17,7 @@ share/icons/hicolor/24x24/apps/sun-connector.png
share/icons/hicolor/32x32/apps/sun-connector.png
share/icons/hicolor/48x48/apps/sun-connector.png
share/locale/ar/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/bn_IN/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/ca/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/cs/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/de/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
@@ -26,12 +27,19 @@ share/locale/en_GB/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/es/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/fi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/fr/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/gu/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/hi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/it/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/ja/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/kn/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/ko/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/ml/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/mr/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/nb/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/nl/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/oc/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/or/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/pl/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/pt/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/pt_BR/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
@@ -40,6 +48,9 @@ share/locale/rw/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/sk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/sq/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/sv/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/te/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
+share/locale/th/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/uk/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/vi/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
share/locale/zh_CN/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
@@ -53,9 +64,13 @@ share/locale/zh_TW/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo
@dirrmtry share/evolution/%%EVO_VERSION%%/icons/hicolor/16x16/categories
@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/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile
index c270dd8b41c2..f32fb60bc060 100644
--- a/deskutils/gnome-utils/Makefile
+++ b/deskutils/gnome-utils/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.135 2009/03/21 21:35:37 marcus Exp $
+# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.143 2009/10/22 14:08:07 kwm Exp $
#
PORTNAME= gnome-utils
-PORTVERSION= 2.26.0
-PORTREVISION= 2
+PORTVERSION= 2.28.1
PORTEPOCH= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
@@ -17,7 +16,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 2 support utilities
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop
+LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
+ canberra-gtk.0:${PORTSDIR}/audio/libcanberra
USE_BZIP2= yes
USE_GETTEXT= yes
@@ -26,16 +26,18 @@ USE_GMAKE= yes
GNOME_DESKTOP_VERSION=2
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \
- libgnomeprintui gnomedesktop ltverhack
+USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \
- baobab.1
+MAN1= gnome-dictionary.1 gnome-screenshot.1 gnome-search-tool.1 \
+ gnome-system-log.1 baobab.1
GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \
gnome-search-tool.schemas baobab.schemas \
gnome-system-log.schemas
+post-patch:
+ @${RM} ${WRKSRC}/gsearchtool/gnome-search-tool.schemas
+
.include <bsd.port.mk>
diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo
index 032b1ebd5678..971b781997a3 100644
--- a/deskutils/gnome-utils/distinfo
+++ b/deskutils/gnome-utils/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gnome-utils-2.26.0.tar.bz2) = 667400cfb9bee954028024ac3cf91a09
-SHA256 (gnome2/gnome-utils-2.26.0.tar.bz2) = 8407acc4f1839d86157d4eb19406cb8c0762729af8d0ddcc288844ffc9ecb120
-SIZE (gnome2/gnome-utils-2.26.0.tar.bz2) = 6882359
+MD5 (gnome2/gnome-utils-2.28.1.tar.bz2) = 3c811993191ae0bbf8666405a504288a
+SHA256 (gnome2/gnome-utils-2.28.1.tar.bz2) = 15fc1d7e01b959ba9f412fa28ca020ddd3e0dfbd6b73918ec75ce6d0e9492ea9
+SIZE (gnome2/gnome-utils-2.28.1.tar.bz2) = 6827650
diff --git a/deskutils/gnome-utils/files/patch-logview_gtkmessagearea.c b/deskutils/gnome-utils/files/patch-logview_gtkmessagearea.c
deleted file mode 100644
index 2388e3449431..000000000000
--- a/deskutils/gnome-utils/files/patch-logview_gtkmessagearea.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- logview/gtkmessagearea.c.orig 2009-03-21 17:23:53.000000000 -0400
-+++ logview/gtkmessagearea.c 2009-03-21 17:24:08.000000000 -0400
-@@ -33,6 +33,8 @@
-
- #include "gtkmessagearea.h"
-
-+#include <stdlib.h>
-+
- #include <glib/gi18n.h>
- #include <gtk/gtk.h>
- #include <gdk/gdkkeysyms.h>
diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist
index c53f053ed522..e113189d5f8f 100644
--- a/deskutils/gnome-utils/pkg-plist
+++ b/deskutils/gnome-utils/pkg-plist
@@ -62,15 +62,18 @@ share/applications/gnome-dictionary.desktop
share/applications/gnome-screenshot.desktop
share/applications/gnome-search-tool.desktop
share/applications/gnome-system-log.desktop
-share/baobab/pixmaps/baobab.glade
+share/baobab/baobab-dialog-scan-props.ui
+share/baobab/baobab-main-window.ui
share/baobab/pixmaps/shot.png
share/gdict-1.0/sources/default.desktop
share/gdict-1.0/sources/spanish.desktop
share/gdict-1.0/sources/thai.desktop
share/gnome-2.0/ui/GNOME_DictionaryApplet.xml
-share/gnome-dictionary/gnome-dictionary-preferences.glade
+share/gnome-dictionary/gnome-dictionary-preferences.ui
+share/gnome-dictionary/gnome-dictionary-source.ui
share/gnome-dictionary/gnome-dictionary-ui.xml
share/gnome-screenshot/gnome-screenshot.ui
+%%DATADIR%%/logview-filter.ui
%%DATADIR%%/logview-toolbar.xml
share/gnome/help/baobab/C/baobab.xml
share/gnome/help/baobab/C/figures/baobab_fullscan.png
@@ -113,6 +116,14 @@ share/gnome/help/baobab/de/figures/baobab_ringschart1.png
share/gnome/help/baobab/de/figures/baobab_ringschart2.png
share/gnome/help/baobab/de/figures/baobab_treemaps.png
share/gnome/help/baobab/de/figures/baobab_window.png
+share/gnome/help/baobab/el/baobab.xml
+share/gnome/help/baobab/el/figures/baobab_fullscan.png
+share/gnome/help/baobab/el/figures/baobab_prefs.png
+share/gnome/help/baobab/el/figures/baobab_remote.png
+share/gnome/help/baobab/el/figures/baobab_ringschart1.png
+share/gnome/help/baobab/el/figures/baobab_ringschart2.png
+share/gnome/help/baobab/el/figures/baobab_treemaps.png
+share/gnome/help/baobab/el/figures/baobab_window.png
share/gnome/help/baobab/en_GB/baobab.xml
share/gnome/help/baobab/en_GB/figures/baobab_fullscan.png
share/gnome/help/baobab/en_GB/figures/baobab_prefs.png
@@ -201,6 +212,14 @@ share/gnome/help/baobab/uk/figures/baobab_ringschart1.png
share/gnome/help/baobab/uk/figures/baobab_ringschart2.png
share/gnome/help/baobab/uk/figures/baobab_treemaps.png
share/gnome/help/baobab/uk/figures/baobab_window.png
+share/gnome/help/baobab/zh_CN/baobab.xml
+share/gnome/help/baobab/zh_CN/figures/baobab_fullscan.png
+share/gnome/help/baobab/zh_CN/figures/baobab_prefs.png
+share/gnome/help/baobab/zh_CN/figures/baobab_remote.png
+share/gnome/help/baobab/zh_CN/figures/baobab_ringschart1.png
+share/gnome/help/baobab/zh_CN/figures/baobab_ringschart2.png
+share/gnome/help/baobab/zh_CN/figures/baobab_treemaps.png
+share/gnome/help/baobab/zh_CN/figures/baobab_window.png
share/gnome/help/baobab/zh_HK/baobab.xml
share/gnome/help/baobab/zh_HK/figures/baobab_fullscan.png
share/gnome/help/baobab/zh_HK/figures/baobab_prefs.png
@@ -236,6 +255,15 @@ share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-lookup.png
share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-print.png
share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-preferences-source.png
share/gnome/help/gnome-dictionary/ca/gnome-dictionary.xml
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-add-source.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet-window.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-applet.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-application.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-find.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-lookup.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-print.png
+share/gnome/help/gnome-dictionary/cs/figures/gnome-dictionary-preferences-source.png
+share/gnome/help/gnome-dictionary/cs/gnome-dictionary.xml
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-add-source.png
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet-window.png
share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-applet.png
@@ -349,8 +377,12 @@ share/gnome/help/gnome-search-tool/C/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/C/legal.xml
share/gnome/help/gnome-search-tool/ca/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/ca/gnome-search-tool.xml
+share/gnome/help/gnome-search-tool/cs/figures/gnome-search-tool_window.png
+share/gnome/help/gnome-search-tool/cs/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/de/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/de/gnome-search-tool.xml
+share/gnome/help/gnome-search-tool/el/figures/gnome-search-tool_window.png
+share/gnome/help/gnome-search-tool/el/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/en_GB/figures/gnome-search-tool_window.png
share/gnome/help/gnome-search-tool/en_GB/gnome-search-tool.xml
share/gnome/help/gnome-search-tool/es/figures/gnome-search-tool_window.png
@@ -409,6 +441,7 @@ share/omf/baobab/baobab-ca.omf
share/omf/baobab/baobab-cs.omf
share/omf/baobab/baobab-da.omf
share/omf/baobab/baobab-de.omf
+share/omf/baobab/baobab-el.omf
share/omf/baobab/baobab-en_GB.omf
share/omf/baobab/baobab-es.omf
share/omf/baobab/baobab-eu.omf
@@ -420,10 +453,12 @@ share/omf/baobab/baobab-pl.omf
share/omf/baobab/baobab-ru.omf
share/omf/baobab/baobab-sv.omf
share/omf/baobab/baobab-uk.omf
+share/omf/baobab/baobab-zh_CN.omf
share/omf/baobab/baobab-zh_HK.omf
share/omf/baobab/baobab-zh_TW.omf
share/omf/gnome-dictionary/gnome-dictionary-C.omf
share/omf/gnome-dictionary/gnome-dictionary-ca.omf
+share/omf/gnome-dictionary/gnome-dictionary-cs.omf
share/omf/gnome-dictionary/gnome-dictionary-de.omf
share/omf/gnome-dictionary/gnome-dictionary-el.omf
share/omf/gnome-dictionary/gnome-dictionary-en_GB.omf
@@ -438,7 +473,9 @@ share/omf/gnome-dictionary/gnome-dictionary-sv.omf
share/omf/gnome-dictionary/gnome-dictionary-uk.omf
share/omf/gnome-search-tool/gnome-search-tool-C.omf
share/omf/gnome-search-tool/gnome-search-tool-ca.omf
+share/omf/gnome-search-tool/gnome-search-tool-cs.omf
share/omf/gnome-search-tool/gnome-search-tool-de.omf
+share/omf/gnome-search-tool/gnome-search-tool-el.omf
share/omf/gnome-search-tool/gnome-search-tool-en_GB.omf
share/omf/gnome-search-tool/gnome-search-tool-es.omf
share/omf/gnome-search-tool/gnome-search-tool-eu.omf
@@ -478,8 +515,10 @@ share/locale/be@latin/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bg/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bn_IN/LC_MESSAGES/gnome-utils-2.0.mo
+share/locale/br/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/bs/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ca/LC_MESSAGES/gnome-utils-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/cs/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/cy/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/da/LC_MESSAGES/gnome-utils-2.0.mo
@@ -504,7 +543,6 @@ share/locale/hu/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/id/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/it/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ja/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/ka/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/kn/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ko/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ku/LC_MESSAGES/gnome-utils-2.0.mo
@@ -531,7 +569,6 @@ share/locale/pt_BR/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ro/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/ru/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/rw/LC_MESSAGES/gnome-utils-2.0.mo
-share/locale/si/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sk/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sl/LC_MESSAGES/gnome-utils-2.0.mo
share/locale/sq/LC_MESSAGES/gnome-utils-2.0.mo
@@ -607,8 +644,12 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-search-tool/es
@dirrm share/gnome/help/gnome-search-tool/en_GB/figures
@dirrm share/gnome/help/gnome-search-tool/en_GB
+@dirrm share/gnome/help/gnome-search-tool/el/figures
+@dirrm share/gnome/help/gnome-search-tool/el
@dirrm share/gnome/help/gnome-search-tool/de/figures
@dirrm share/gnome/help/gnome-search-tool/de
+@dirrm share/gnome/help/gnome-search-tool/cs/figures
+@dirrm share/gnome/help/gnome-search-tool/cs
@dirrm share/gnome/help/gnome-search-tool/ca/figures
@dirrm share/gnome/help/gnome-search-tool/ca
@dirrm share/gnome/help/gnome-search-tool/C/figures
@@ -638,6 +679,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/gnome-dictionary/el
@dirrm share/gnome/help/gnome-dictionary/de/figures
@dirrm share/gnome/help/gnome-dictionary/de
+@dirrm share/gnome/help/gnome-dictionary/cs/figures
+@dirrm share/gnome/help/gnome-dictionary/cs
@dirrm share/gnome/help/gnome-dictionary/ca/figures
@dirrm share/gnome/help/gnome-dictionary/ca
@dirrm share/gnome/help/gnome-dictionary/C/figures
@@ -647,6 +690,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/baobab/zh_TW
@dirrm share/gnome/help/baobab/zh_HK/figures
@dirrm share/gnome/help/baobab/zh_HK
+@dirrm share/gnome/help/baobab/zh_CN/figures
+@dirrm share/gnome/help/baobab/zh_CN
@dirrm share/gnome/help/baobab/uk/figures
@dirrm share/gnome/help/baobab/uk
@dirrm share/gnome/help/baobab/sv/figures
@@ -669,6 +714,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrm share/gnome/help/baobab/es
@dirrm share/gnome/help/baobab/en_GB/figures
@dirrm share/gnome/help/baobab/en_GB
+@dirrm share/gnome/help/baobab/el/figures
+@dirrm share/gnome/help/baobab/el
@dirrm share/gnome/help/baobab/de/figures
@dirrm share/gnome/help/baobab/de
@dirrm share/gnome/help/baobab/da/figures
@@ -699,8 +746,6 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
@dirrmtry share/locale/rw/LC_MESSAGES
@dirrmtry share/locale/rw
@dirrmtry share/locale/ps/LC_MESSAGES
@@ -717,6 +762,8 @@ share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo
@dirrmtry share/locale/ku
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@dirrmtry share/locale/bn_IN/LC_MESSAGES
@dirrmtry share/locale/bn_IN
@dirrmtry share/locale/be@latin/LC_MESSAGES
diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile
new file mode 100644
index 000000000000..d5f32f010eb3
--- /dev/null
+++ b/deskutils/gnote/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for: gnote
+# Date created: 20 July 2009
+# Whom: Mezz <mezz@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/deskutils/gnote/Makefile,v 1.6 2009/11/28 17:54:22 kwm Exp $
+#
+
+PORTNAME= gnote
+PORTVERSION= 0.6.3
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A port of Tomboy to C++, note taking application
+
+LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \
+ gtkspell.0:${PORTSDIR}/textproc/gtkspell \
+ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \
+ uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
+
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix gconf2 intltool ltverhack gnomepanel
+USE_GETTEXT= yes
+INSTALLS_OMF= yes
+GCONF_SCHEMAS= gnote.schemas
+USE_AUTOTOOLS= libtool:22
+INSTALLS_ICONS= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ PANELAPPLET_LIBDIR="${PREFIX}/libdata"
+CONFIGURE_ARGS= --disable-dbus
+DOCS= AUTHORS COPYING ChangeLog NEWS README TODO
+MAN1= gnote.1
+
+.if !defined(WITHOUT_APPLET)
+LIB_DEPENDS+= panelappletmm-2.6:${PORTSDIR}/x11-toolkits/libpanelappletmm
+CONFIGURE_ARGS+=--enable-applet
+PLIST_SUB+= APPLET=""
+.else
+CONFIGURE_ARGS+=--disable-applet
+PLIST_SUB+= APPLET="@comment "
+.endif
+
+PLIST_SUB+= VERSION=${PORTVERSION}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \
+ ${WRKSRC}/configure
+
+.ifndef (NOPORTDOCS)
+post-install:
+ @${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo
new file mode 100644
index 000000000000..550f6e2a8497
--- /dev/null
+++ b/deskutils/gnote/distinfo
@@ -0,0 +1,3 @@
+MD5 (gnote-0.6.3.tar.gz) = 84df707352eae288d1d8536796ab41f8
+SHA256 (gnote-0.6.3.tar.gz) = affd34cef21883ab831b901a82804dd3bde03dc621ec4cda7ddb2f5b66ce13d9
+SIZE (gnote-0.6.3.tar.gz) = 1754426
diff --git a/deskutils/gnote/files/patch-src_sharp_datetime.cpp b/deskutils/gnote/files/patch-src_sharp_datetime.cpp
new file mode 100644
index 000000000000..71ce22078876
--- /dev/null
+++ b/deskutils/gnote/files/patch-src_sharp_datetime.cpp
@@ -0,0 +1,36 @@
+--- src/sharp/datetime.cpp.orig 2009-07-21 22:13:30.000000000 -0500
++++ src/sharp/datetime.cpp 2009-07-21 22:25:29.000000000 -0500
+@@ -69,14 +69,14 @@
+ int DateTime::year() const
+ {
+ struct tm result;
+- localtime_r(&m_date.tv_sec, &result);
++ localtime_r((const time_t *)&m_date.tv_sec, &result);
+ return result.tm_year;
+ }
+
+ int DateTime::day_of_year() const
+ {
+ struct tm result;
+- localtime_r(&m_date.tv_sec, &result);
++ localtime_r((const time_t *)&m_date.tv_sec, &result);
+ return result.tm_yday;
+ }
+
+@@ -95,14 +95,14 @@
+ std::string DateTime::to_string(const char * format) const
+ {
+ struct tm result;
+- return _to_string(format, localtime_r(&m_date.tv_sec, &result));
++ return _to_string(format, localtime_r((const time_t *)&m_date.tv_sec, &result));
+ }
+
+
+ std::string DateTime::to_short_time_string() const
+ {
+ struct tm result;
+- return _to_string("%R", localtime_r(&m_date.tv_sec, &result));
++ return _to_string("%R", localtime_r((const time_t *)&m_date.tv_sec, &result));
+ }
+
+ std::string DateTime::to_iso8601() const
diff --git a/deskutils/gnote/pkg-descr b/deskutils/gnote/pkg-descr
new file mode 100644
index 000000000000..5dd92d2479af
--- /dev/null
+++ b/deskutils/gnote/pkg-descr
@@ -0,0 +1,6 @@
+Gnote is a port of Tomboy to C++.
+
+It is the same note taking application, including most of the add-ins (more
+are to come). Synchronization support is being worked on.
+
+WWW: http://live.gnome.org/Gnote
diff --git a/deskutils/gnote/pkg-plist b/deskutils/gnote/pkg-plist
new file mode 100644
index 000000000000..3b73c506f712
--- /dev/null
+++ b/deskutils/gnote/pkg-plist
@@ -0,0 +1,244 @@
+bin/gnote
+lib/gnote/addins/%%VERSION%%/backlinks.a
+lib/gnote/addins/%%VERSION%%/backlinks.la
+lib/gnote/addins/%%VERSION%%/backlinks.so
+lib/gnote/addins/%%VERSION%%/bugzilla.a
+lib/gnote/addins/%%VERSION%%/bugzilla.la
+lib/gnote/addins/%%VERSION%%/bugzilla.so
+lib/gnote/addins/%%VERSION%%/exporttohtml.a
+lib/gnote/addins/%%VERSION%%/exporttohtml.la
+lib/gnote/addins/%%VERSION%%/exporttohtml.so
+lib/gnote/addins/%%VERSION%%/fixedwidth.a
+lib/gnote/addins/%%VERSION%%/fixedwidth.la
+lib/gnote/addins/%%VERSION%%/fixedwidth.so
+lib/gnote/addins/%%VERSION%%/inserttimestamp.a
+lib/gnote/addins/%%VERSION%%/inserttimestamp.la
+lib/gnote/addins/%%VERSION%%/inserttimestamp.so
+lib/gnote/addins/%%VERSION%%/printnotes.a
+lib/gnote/addins/%%VERSION%%/printnotes.la
+lib/gnote/addins/%%VERSION%%/printnotes.so
+lib/gnote/addins/%%VERSION%%/stickynoteimport.a
+lib/gnote/addins/%%VERSION%%/stickynoteimport.la
+lib/gnote/addins/%%VERSION%%/stickynoteimport.so
+lib/gnote/addins/%%VERSION%%/tomboyimport.a
+lib/gnote/addins/%%VERSION%%/tomboyimport.la
+lib/gnote/addins/%%VERSION%%/tomboyimport.so
+lib/gnote/addins/%%VERSION%%/underline.a
+lib/gnote/addins/%%VERSION%%/underline.la
+lib/gnote/addins/%%VERSION%%/underline.so
+%%APPLET%%libdata/bonobo/servers/GNOME_GnoteApplet.server
+%%APPLET%%libexec/gnote-applet
+share/applications/gnote.desktop
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+share/gnome/help/gnote/C/figures/add-notebook-search.png
+share/gnome/help/gnote/C/figures/add-to-notebook.png
+share/gnome/help/gnote/C/figures/delete-notebook.png
+share/gnome/help/gnote/C/figures/gnote-main-menu.png
+share/gnome/help/gnote/C/figures/gnote-new-note.png
+share/gnome/help/gnote/C/figures/gnote-panel.png
+share/gnome/help/gnote/C/figures/gnote-pindown.png
+share/gnome/help/gnote/C/figures/gnote-pinup.png
+share/gnome/help/gnote/C/figures/gnote-preferences-add-ins.png
+share/gnome/help/gnote/C/figures/gnote-preferences-editing.png
+share/gnome/help/gnote/C/figures/gnote-preferences-hotkeys.png
+share/gnome/help/gnote/C/figures/gnote-preferences-synchronization.png
+share/gnome/help/gnote/C/figures/gnote-tools.png
+share/gnome/help/gnote/C/figures/move-notes-search.png
+share/gnome/help/gnote/C/figures/new-notebook.png
+share/gnome/help/gnote/C/figures/note-template.png
+share/gnome/help/gnote/C/figures/notebook-icon.png
+share/gnome/help/gnote/C/gnote.xml
+share/gnome/help/gnote/C/legal.xml
+share/gnome/help/gnote/de/figures/add-notebook-search.png
+share/gnome/help/gnote/de/figures/add-to-notebook.png
+share/gnome/help/gnote/de/figures/delete-notebook.png
+share/gnome/help/gnote/de/figures/gnote-main-menu.png
+share/gnome/help/gnote/de/figures/gnote-new-note.png
+share/gnome/help/gnote/de/figures/gnote-panel.png
+share/gnome/help/gnote/de/figures/gnote-pindown.png
+share/gnome/help/gnote/de/figures/gnote-pinup.png
+share/gnome/help/gnote/de/figures/gnote-preferences-add-ins.png
+share/gnome/help/gnote/de/figures/gnote-preferences-editing.png
+share/gnome/help/gnote/de/figures/gnote-preferences-hotkeys.png
+share/gnome/help/gnote/de/figures/gnote-preferences-synchronization.png
+share/gnome/help/gnote/de/figures/gnote-tools.png
+share/gnome/help/gnote/de/figures/move-notes-search.png
+share/gnome/help/gnote/de/figures/new-notebook.png
+share/gnome/help/gnote/de/figures/note-template.png
+share/gnome/help/gnote/de/figures/notebook-icon.png
+share/gnome/help/gnote/de/gnote.xml
+share/gnome/help/gnote/de/legal.xml
+share/gnome/help/gnote/el/figures/add-notebook-search.png
+share/gnome/help/gnote/el/figures/add-to-notebook.png
+share/gnome/help/gnote/el/figures/delete-notebook.png
+share/gnome/help/gnote/el/figures/gnote-main-menu.png
+share/gnome/help/gnote/el/figures/gnote-new-note.png
+share/gnome/help/gnote/el/figures/gnote-panel.png
+share/gnome/help/gnote/el/figures/gnote-pindown.png
+share/gnome/help/gnote/el/figures/gnote-pinup.png
+share/gnome/help/gnote/el/figures/gnote-preferences-add-ins.png
+share/gnome/help/gnote/el/figures/gnote-preferences-editing.png
+share/gnome/help/gnote/el/figures/gnote-preferences-hotkeys.png
+share/gnome/help/gnote/el/figures/gnote-preferences-synchronization.png
+share/gnome/help/gnote/el/figures/gnote-tools.png
+share/gnome/help/gnote/el/figures/move-notes-search.png
+share/gnome/help/gnote/el/figures/new-notebook.png
+share/gnome/help/gnote/el/figures/note-template.png
+share/gnome/help/gnote/el/figures/notebook-icon.png
+share/gnome/help/gnote/el/gnote.xml
+share/gnome/help/gnote/el/legal.xml
+share/gnome/help/gnote/es/figures/add-notebook-search.png
+share/gnome/help/gnote/es/figures/add-to-notebook.png
+share/gnome/help/gnote/es/figures/delete-notebook.png
+share/gnome/help/gnote/es/figures/gnote-main-menu.png
+share/gnome/help/gnote/es/figures/gnote-new-note.png
+share/gnome/help/gnote/es/figures/gnote-panel.png
+share/gnome/help/gnote/es/figures/gnote-pindown.png
+share/gnome/help/gnote/es/figures/gnote-pinup.png
+share/gnome/help/gnote/es/figures/gnote-preferences-add-ins.png
+share/gnome/help/gnote/es/figures/gnote-preferences-editing.png
+share/gnome/help/gnote/es/figures/gnote-preferences-hotkeys.png
+share/gnome/help/gnote/es/figures/gnote-preferences-synchronization.png
+share/gnome/help/gnote/es/figures/gnote-tools.png
+share/gnome/help/gnote/es/figures/move-notes-search.png
+share/gnome/help/gnote/es/figures/new-notebook.png
+share/gnome/help/gnote/es/figures/note-template.png
+share/gnome/help/gnote/es/figures/notebook-icon.png
+share/gnome/help/gnote/es/gnote.xml
+share/gnome/help/gnote/es/legal.xml
+share/gnome/help/gnote/sv/figures/add-notebook-search.png
+share/gnome/help/gnote/sv/figures/add-to-notebook.png
+share/gnome/help/gnote/sv/figures/delete-notebook.png
+share/gnome/help/gnote/sv/figures/gnote-main-menu.png
+share/gnome/help/gnote/sv/figures/gnote-new-note.png
+share/gnome/help/gnote/sv/figures/gnote-panel.png
+share/gnome/help/gnote/sv/figures/gnote-pindown.png
+share/gnome/help/gnote/sv/figures/gnote-pinup.png
+share/gnome/help/gnote/sv/figures/gnote-preferences-add-ins.png
+share/gnome/help/gnote/sv/figures/gnote-preferences-editing.png
+share/gnome/help/gnote/sv/figures/gnote-preferences-hotkeys.png
+share/gnome/help/gnote/sv/figures/gnote-preferences-synchronization.png
+share/gnome/help/gnote/sv/figures/gnote-tools.png
+share/gnome/help/gnote/sv/figures/move-notes-search.png
+share/gnome/help/gnote/sv/figures/new-notebook.png
+share/gnome/help/gnote/sv/figures/note-template.png
+share/gnome/help/gnote/sv/figures/notebook-icon.png
+share/gnome/help/gnote/sv/gnote.xml
+share/gnome/help/gnote/sv/legal.xml
+%%DATADIR%%/GNOME_GnoteApplet.xml
+%%DATADIR%%/UIManagerLayout.xml
+%%DATADIR%%/exporttohtml.xsl
+%%DATADIR%%/icons/hicolor/16x16/actions/note-new.png
+%%DATADIR%%/icons/hicolor/16x16/actions/notebook-new.png
+%%DATADIR%%/icons/hicolor/16x16/apps/bug.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
+share/icons/hicolor/16x16/apps/gnote.png
+share/icons/hicolor/22x22/apps/gnote.png
+share/icons/hicolor/24x24/apps/gnote.png
+share/icons/hicolor/32x32/apps/gnote.png
+share/icons/hicolor/48x48/apps/gnote.png
+share/icons/hicolor/scalable/apps/gnote.svg
+share/locale/ar/LC_MESSAGES/gnote.mo
+share/locale/as/LC_MESSAGES/gnote.mo
+share/locale/bn_IN/LC_MESSAGES/gnote.mo
+share/locale/ca/LC_MESSAGES/gnote.mo
+share/locale/cs/LC_MESSAGES/gnote.mo
+share/locale/de/LC_MESSAGES/gnote.mo
+share/locale/el/LC_MESSAGES/gnote.mo
+share/locale/en_GB/LC_MESSAGES/gnote.mo
+share/locale/es/LC_MESSAGES/gnote.mo
+share/locale/fr/LC_MESSAGES/gnote.mo
+share/locale/gl/LC_MESSAGES/gnote.mo
+share/locale/gu/LC_MESSAGES/gnote.mo
+share/locale/he/LC_MESSAGES/gnote.mo
+share/locale/hu/LC_MESSAGES/gnote.mo
+share/locale/id/LC_MESSAGES/gnote.mo
+share/locale/it/LC_MESSAGES/gnote.mo
+share/locale/ja/LC_MESSAGES/gnote.mo
+share/locale/kn/LC_MESSAGES/gnote.mo
+share/locale/ko/LC_MESSAGES/gnote.mo
+share/locale/lt/LC_MESSAGES/gnote.mo
+share/locale/mr/LC_MESSAGES/gnote.mo
+share/locale/or/LC_MESSAGES/gnote.mo
+share/locale/pa/LC_MESSAGES/gnote.mo
+share/locale/pl/LC_MESSAGES/gnote.mo
+share/locale/pt/LC_MESSAGES/gnote.mo
+share/locale/pt_BR/LC_MESSAGES/gnote.mo
+share/locale/ru/LC_MESSAGES/gnote.mo
+share/locale/sl/LC_MESSAGES/gnote.mo
+share/locale/sv/LC_MESSAGES/gnote.mo
+share/locale/ta/LC_MESSAGES/gnote.mo
+share/locale/te/LC_MESSAGES/gnote.mo
+share/locale/th/LC_MESSAGES/gnote.mo
+share/locale/zh_CN/LC_MESSAGES/gnote.mo
+share/omf/gnote/gnote-C.omf
+share/omf/gnote/gnote-de.omf
+share/omf/gnote/gnote-el.omf
+share/omf/gnote/gnote-es.omf
+share/omf/gnote/gnote-sv.omf
+@dirrm share/omf/gnote
+@dirrmtry share/locale/te/LC_MESSAGES
+@dirrmtry share/locale/te
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as
+@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/apps
+@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
+@dirrm %%DATADIR%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
+@dirrm share/gnome/help/gnote/sv/figures
+@dirrm share/gnome/help/gnote/sv
+@dirrm share/gnome/help/gnote/es/figures
+@dirrm share/gnome/help/gnote/es
+@dirrm share/gnome/help/gnote/el/figures
+@dirrm share/gnome/help/gnote/el
+@dirrm share/gnome/help/gnote/de/figures
+@dirrm share/gnome/help/gnote/de
+@dirrm share/gnome/help/gnote/C/figures
+@dirrm share/gnome/help/gnote/C
+@dirrm share/gnome/help/gnote
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrmtry share/applications
+@dirrmtry lib/gnote/addins/%%VERSION%%
+@dirrmtry lib/gnote/addins
+@dirrmtry lib/gnote
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index c550b2c24a9e..107bdeeee48d 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -3,12 +3,12 @@
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gnotime/Makefile,v 1.21 2007/05/19 21:36:03 marcus Exp $
+# $MCom: ports/deskutils/gnotime/Makefile,v 1.24 2009/11/28 05:58:58 mezz Exp $
#
PORTNAME= gnotime
PORTVERSION= 2.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:gttr SF/gttr/${PORTNAME}/${PORTNAME}-${PORTVERSION}:qof
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:gttr \
@@ -36,8 +36,8 @@ GCONF_SCHEMAS= gnotime.schemas
QOF_DISTNAME= qof-0.7.5
QOF_WRKSRC= ${WRKDIR}/${QOF_DISTNAME}
-CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+CPPFLAGS= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`
+LDFLAGS= -L${LOCALBASE}/lib `pkg-config --libs libgnomeui-2.0`
LIBQOF_CFLAGS= -I${QOF_WRKSRC}/qof
LIBQOF_LIBS= -L${QOF_WRKSRC}/qof/.libs -lqof
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile
index 24d864751137..2083002801d3 100644
--- a/deskutils/gucharmap/Makefile
+++ b/deskutils/gucharmap/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/gucharmap/Makefile,v 1.60 2009/03/16 07:50:48 kwm Exp $
+# $MCom: ports/deskutils/gucharmap/Makefile,v 1.65 2009/11/28 05:58:59 mezz Exp $
#
PORTNAME= gucharmap
-PORTVERSION= 2.26.3.1
-PORTREVISION= 1
+PORTVERSION= 2.28.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo
index 821a8b6c86f2..c790d1e64c28 100644
--- a/deskutils/gucharmap/distinfo
+++ b/deskutils/gucharmap/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/gucharmap-2.26.3.1.tar.bz2) = 3d13ad452860b1facc9765713bc96d33
-SHA256 (gnome2/gucharmap-2.26.3.1.tar.bz2) = 4dc5406543b93068a9cb9debdd3be96cd28301ce8c8562ba8fcfefca2f1fb2ff
-SIZE (gnome2/gucharmap-2.26.3.1.tar.bz2) = 3059234
+MD5 (gnome2/gucharmap-2.28.1.tar.bz2) = 409a08462fab85daa5523e950a794561
+SHA256 (gnome2/gucharmap-2.28.1.tar.bz2) = 91e909a1223b60a466ca2001b41de43ca7e26104d7f4da6422ecbdc07970eee3
+SIZE (gnome2/gucharmap-2.28.1.tar.bz2) = 3073003
diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist
index e95a9862a4d3..c7930f9bbdac 100644
--- a/deskutils/gucharmap/pkg-plist
+++ b/deskutils/gucharmap/pkg-plist
@@ -83,14 +83,17 @@ share/locale/af/LC_MESSAGES/gucharmap.mo
share/locale/am/LC_MESSAGES/gucharmap.mo
share/locale/ar/LC_MESSAGES/gucharmap.mo
share/locale/as/LC_MESSAGES/gucharmap.mo
+share/locale/ast/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
+share/locale/br/LC_MESSAGES/gucharmap.mo
share/locale/bs/LC_MESSAGES/gucharmap.mo
share/locale/ca/LC_MESSAGES/gucharmap.mo
+share/locale/ca@valencia/LC_MESSAGES/gucharmap.mo
share/locale/cs/LC_MESSAGES/gucharmap.mo
share/locale/cy/LC_MESSAGES/gucharmap.mo
share/locale/da/LC_MESSAGES/gucharmap.mo
@@ -247,9 +250,13 @@ share/omf/gucharmap/gucharmap-zh_TW.omf
@dirrmtry share/locale/mai
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/ca@valencia/LC_MESSAGES
+@dirrmtry share/locale/ca@valencia
@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/ast/LC_MESSAGES
+@dirrmtry share/locale/ast
@dirrmtry share/locale/as/LC_MESSAGES
@dirrmtry share/locale/as
diff --git a/deskutils/hamster-applet/Makefile b/deskutils/hamster-applet/Makefile
index 1c4b6d266f48..4598213908cc 100644
--- a/deskutils/hamster-applet/Makefile
+++ b/deskutils/hamster-applet/Makefile
@@ -3,12 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.18 2009/03/21 21:05:56 marcus Exp $
+# $MCom: ports/deskutils/hamster-applet/Makefile,v 1.29 2009/10/20 17:53:42 kwm Exp $
#
PORTNAME= hamster-applet
-PORTVERSION= 2.26.3
-PORTREVISION= 1
+PORTVERSION= 2.28.1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
diff --git a/deskutils/hamster-applet/distinfo b/deskutils/hamster-applet/distinfo
index 65ee0405391c..0e5ed6463cb3 100644
--- a/deskutils/hamster-applet/distinfo
+++ b/deskutils/hamster-applet/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/hamster-applet-2.26.3.tar.bz2) = bc40602ef88e23e0a8c37c7086e953e7
-SHA256 (gnome2/hamster-applet-2.26.3.tar.bz2) = c0b7e444b8981593723cc3ab3063450f2a96d5f295a4011ae9d37e28754a3f76
-SIZE (gnome2/hamster-applet-2.26.3.tar.bz2) = 428731
+MD5 (gnome2/hamster-applet-2.28.1.tar.bz2) = f4c68e02b487b9e0d284e63a411d8cdd
+SHA256 (gnome2/hamster-applet-2.28.1.tar.bz2) = ab9ae10380aeb0aea09e42fd5e7ebd7b09116c0608740b5fa9eda8433d9e31c9
+SIZE (gnome2/hamster-applet-2.28.1.tar.bz2) = 517073
diff --git a/deskutils/hamster-applet/files/patch-hamster___init__.py b/deskutils/hamster-applet/files/patch-hamster___init__.py
deleted file mode 100644
index a277063e0211..000000000000
--- a/deskutils/hamster-applet/files/patch-hamster___init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- hamster/__init__.py.orig 2008-08-07 10:53:47.000000000 -0400
-+++ hamster/__init__.py 2008-08-07 10:54:01.000000000 -0400
-@@ -74,6 +74,7 @@ if not exists(USER_HAMSTER_DIR):
- if not exists(HAMSTER_DB):
- print "Database not found in %s - installing default from %s!" % (HAMSTER_DB, SHARED_DATA_DIR)
- copyfile(join(SHARED_DATA_DIR, DB_FILE), HAMSTER_DB)
-+ os.chmod(HAMSTER_DB, 0644)
-
- # Init storage
-
diff --git a/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py b/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py
index ec54fd792bbd..6d436ef15360 100644
--- a/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py
+++ b/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py
@@ -1,17 +1,23 @@
---- hamster/hamster-applet.py.orig 2009-02-13 16:02:00.000000000 -0500
-+++ hamster/hamster-applet.py 2009-02-27 19:50:13.000000000 -0500
-@@ -52,10 +52,10 @@ if hasattr(gettext, 'bind_textdomain_cod
- gettext.bind_textdomain_codeset('hamster-applet','UTF-8')
- gettext.textdomain('hamster-applet')
+--- hamster/hamster-applet.py.orig 2009-07-19 21:41:20.000000000 +1000
++++ hamster/hamster-applet.py 2009-07-19 21:41:46.000000000 +1000
+@@ -37,14 +37,14 @@ from hamster import defs
+ from hamster.configuration import runtime
--locale.bindtextdomain('hamster-applet', locale_dir)
--if hasattr(locale, 'bind_textdomain_codeset'):
-- locale.bind_textdomain_codeset('hamster-applet','UTF-8')
--locale.textdomain('hamster-applet')
-+#locale.bindtextdomain('hamster-applet', locale_dir)
-+#if hasattr(locale, 'bind_textdomain_codeset'):
-+# locale.bind_textdomain_codeset('hamster-applet','UTF-8')
-+#locale.textdomain('hamster-applet')
+ # Setup i18n
+-locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
++#locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale"))
- hamster.__init_db()
- import hamster.applet
+-for module in (gettext, locale):
+- module.bindtextdomain('hamster-applet', locale_dir)
+- module.textdomain('hamster-applet')
++#for module in (gettext, locale):
++# module.bindtextdomain('hamster-applet', locale_dir)
++# module.textdomain('hamster-applet')
+
+- if hasattr(module, 'bind_textdomain_codeset'):
+- module.bind_textdomain_codeset('hamster-applet','UTF-8')
++# if hasattr(module, 'bind_textdomain_codeset'):
++# module.bind_textdomain_codeset('hamster-applet','UTF-8')
+
+
+ from hamster.applet import HamsterApplet
diff --git a/deskutils/hamster-applet/pkg-plist b/deskutils/hamster-applet/pkg-plist
index 34e12f41bd17..15387400920f 100644
--- a/deskutils/hamster-applet/pkg-plist
+++ b/deskutils/hamster-applet/pkg-plist
@@ -1,7 +1,4 @@
lib/hamster-applet/hamster-applet
-%%PYTHON_SITELIBDIR%%/hamster/Configuration.py
-%%PYTHON_SITELIBDIR%%/hamster/Configuration.pyc
-%%PYTHON_SITELIBDIR%%/hamster/Configuration.pyo
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.py
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyc
%%PYTHON_SITELIBDIR%%/hamster/KeyBinder.pyo
@@ -11,15 +8,15 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/about.py
%%PYTHON_SITELIBDIR%%/hamster/about.pyc
%%PYTHON_SITELIBDIR%%/hamster/about.pyo
-%%PYTHON_SITELIBDIR%%/hamster/add_custom_fact.py
-%%PYTHON_SITELIBDIR%%/hamster/add_custom_fact.pyc
-%%PYTHON_SITELIBDIR%%/hamster/add_custom_fact.pyo
%%PYTHON_SITELIBDIR%%/hamster/applet.py
%%PYTHON_SITELIBDIR%%/hamster/applet.pyc
%%PYTHON_SITELIBDIR%%/hamster/applet.pyo
%%PYTHON_SITELIBDIR%%/hamster/charting.py
%%PYTHON_SITELIBDIR%%/hamster/charting.pyc
%%PYTHON_SITELIBDIR%%/hamster/charting.pyo
+%%PYTHON_SITELIBDIR%%/hamster/configuration.py
+%%PYTHON_SITELIBDIR%%/hamster/configuration.pyc
+%%PYTHON_SITELIBDIR%%/hamster/configuration.pyo
%%PYTHON_SITELIBDIR%%/hamster/db.py
%%PYTHON_SITELIBDIR%%/hamster/db.pyc
%%PYTHON_SITELIBDIR%%/hamster/db.pyo
@@ -29,12 +26,21 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/dispatcher.py
%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyc
%%PYTHON_SITELIBDIR%%/hamster/dispatcher.pyo
+%%PYTHON_SITELIBDIR%%/hamster/edit_activity.py
+%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyc
+%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyo
%%PYTHON_SITELIBDIR%%/hamster/eds.py
%%PYTHON_SITELIBDIR%%/hamster/eds.pyc
%%PYTHON_SITELIBDIR%%/hamster/eds.pyo
+%%PYTHON_SITELIBDIR%%/hamster/graphics.py
+%%PYTHON_SITELIBDIR%%/hamster/graphics.pyc
+%%PYTHON_SITELIBDIR%%/hamster/graphics.pyo
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.py
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyc
%%PYTHON_SITELIBDIR%%/hamster/hamsterdbus.pyo
+%%PYTHON_SITELIBDIR%%/hamster/i18n.py
+%%PYTHON_SITELIBDIR%%/hamster/i18n.pyc
+%%PYTHON_SITELIBDIR%%/hamster/i18n.pyo
%%PYTHON_SITELIBDIR%%/hamster/idle.py
%%PYTHON_SITELIBDIR%%/hamster/idle.pyc
%%PYTHON_SITELIBDIR%%/hamster/idle.pyo
@@ -58,18 +64,21 @@ lib/hamster-applet/hamster-applet
%%PYTHON_SITELIBDIR%%/hamster/stuff.py
%%PYTHON_SITELIBDIR%%/hamster/stuff.pyc
%%PYTHON_SITELIBDIR%%/hamster/stuff.pyo
+%%PYTHON_SITELIBDIR%%/hamster/widgets.py
+%%PYTHON_SITELIBDIR%%/hamster/widgets.pyc
+%%PYTHON_SITELIBDIR%%/hamster/widgets.pyo
libdata/bonobo/servers/Hamster_Applet.server
share/gnome-control-center/keybindings/99-hamster-applet.xml
%%DATADIR%%/Hamster_Applet.xml
-%%DATADIR%%/add_custom_fact.glade
+%%DATADIR%%/applet.ui
%%DATADIR%%/art/hamster-applet.png
%%DATADIR%%/art/stock_calendar-view-day.png
%%DATADIR%%/art/stock_calendar-view-month.png
%%DATADIR%%/art/stock_calendar-view-week.png
+%%DATADIR%%/edit_activity.ui
%%DATADIR%%/hamster.db
-%%DATADIR%%/menu.glade
-%%DATADIR%%/preferences.glade
-%%DATADIR%%/stats.glade
+%%DATADIR%%/preferences.ui
+%%DATADIR%%/stats.ui
share/icons/hicolor/16x16/apps/hamster-applet.png
share/icons/hicolor/22x22/apps/hamster-applet.png
share/icons/hicolor/32x32/apps/hamster-applet.png
@@ -77,7 +86,9 @@ share/icons/hicolor/48x48/apps/hamster-applet.png
share/icons/hicolor/scalable/apps/hamster-applet.svg
share/locale/ar/LC_MESSAGES/hamster-applet.mo
share/locale/as/LC_MESSAGES/hamster-applet.mo
+share/locale/be/LC_MESSAGES/hamster-applet.mo
share/locale/bg/LC_MESSAGES/hamster-applet.mo
+share/locale/bn/LC_MESSAGES/hamster-applet.mo
share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo
share/locale/ca/LC_MESSAGES/hamster-applet.mo
share/locale/ca@valencia/LC_MESSAGES/hamster-applet.mo
@@ -103,6 +114,7 @@ share/locale/ko/LC_MESSAGES/hamster-applet.mo
share/locale/ku/LC_MESSAGES/hamster-applet.mo
share/locale/lt/LC_MESSAGES/hamster-applet.mo
share/locale/lv/LC_MESSAGES/hamster-applet.mo
+share/locale/mai/LC_MESSAGES/hamster-applet.mo
share/locale/mk/LC_MESSAGES/hamster-applet.mo
share/locale/ml/LC_MESSAGES/hamster-applet.mo
share/locale/mr/LC_MESSAGES/hamster-applet.mo
@@ -115,6 +127,7 @@ share/locale/pt/LC_MESSAGES/hamster-applet.mo
share/locale/pt_BR/LC_MESSAGES/hamster-applet.mo
share/locale/ro/LC_MESSAGES/hamster-applet.mo
share/locale/ru/LC_MESSAGES/hamster-applet.mo
+share/locale/si/LC_MESSAGES/hamster-applet.mo
share/locale/sl/LC_MESSAGES/hamster-applet.mo
share/locale/sq/LC_MESSAGES/hamster-applet.mo
share/locale/sr/LC_MESSAGES/hamster-applet.mo
@@ -123,8 +136,8 @@ share/locale/sv/LC_MESSAGES/hamster-applet.mo
share/locale/ta/LC_MESSAGES/hamster-applet.mo
share/locale/te/LC_MESSAGES/hamster-applet.mo
share/locale/th/LC_MESSAGES/hamster-applet.mo
-share/locale/uk/LC_MESSAGES/hamster-applet.mo
share/locale/tr/LC_MESSAGES/hamster-applet.mo
+share/locale/uk/LC_MESSAGES/hamster-applet.mo
share/locale/vi/LC_MESSAGES/hamster-applet.mo
share/locale/zh_CN/LC_MESSAGES/hamster-applet.mo
share/locale/zh_HK/LC_MESSAGES/hamster-applet.mo
@@ -140,10 +153,12 @@ share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo
@dirrmtry share/locale/te
@dirrmtry share/locale/sr@latin/LC_MESSAGES
@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
+@dirrmtry share/locale/si/LC_MESSAGES
+@dirrmtry share/locale/si
@dirrmtry share/locale/mr/LC_MESSAGES
@dirrmtry share/locale/mr
+@dirrmtry share/locale/mai/LC_MESSAGES
+@dirrmtry share/locale/mai
@dirrmtry share/locale/ku/LC_MESSAGES
@dirrmtry share/locale/ku
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile
index eaaf7cabd6f0..9ca311974ecb 100644
--- a/deskutils/nautilus-actions/Makefile
+++ b/deskutils/nautilus-actions/Makefile
@@ -3,19 +3,21 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.7 2008/03/18 14:45:27 ahze Exp $
+# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.14 2009/11/09 09:08:28 kwm Exp $
#
PORTNAME= nautilus-actions
-PORTVERSION= 1.4.1
-PORTREVISION= 3
+PORTVERSION= 1.12.3
CATEGORIES= deskutils
-MASTER_SITES= ftp://ftp2.grumz.net/grumz/
+MASTER_SITES= GNOME \
+ http://www.nautilus-actions.org/downloads/ \
+ ftp://pwi.dyndns.biz/pub/tarballs/nautilus-actions/
-MAINTAINER= ahze@FreeBSD.org
+MAINTAINER= gnome@FreeBSD.org
COMMENT= Extension for Nautilus to configure programs to launch on files
-LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
+LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
+ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
INSTALLS_ICONS= yes
USE_GETTEXT= yes
@@ -26,7 +28,22 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0
+PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 INSTALL MAINTAINERS \
+ NEWS README TODO objects-hierarchy.odg
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure
+.endif
+
post-patch:
- @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
+.if defined(NOPORTDOCS)
+ @${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
+.else
+ @${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \
+ ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>>
diff --git a/deskutils/nautilus-actions/distinfo b/deskutils/nautilus-actions/distinfo
index 1e16b870728d..55072d4f5cdf 100644
--- a/deskutils/nautilus-actions/distinfo
+++ b/deskutils/nautilus-actions/distinfo
@@ -1,3 +1,3 @@
-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
+MD5 (nautilus-actions-1.12.3.tar.gz) = aea47f3750725ccd9bb677cd0649055c
+SHA256 (nautilus-actions-1.12.3.tar.gz) = 953c8d91bc7bd488cecd393f3b46ecc7b720c14ae2ca33931db8b195e57acb04
+SIZE (nautilus-actions-1.12.3.tar.gz) = 1005638
diff --git a/deskutils/nautilus-actions/files/extra-patch-configure b/deskutils/nautilus-actions/files/extra-patch-configure
new file mode 100644
index 000000000000..898bb4fc64f9
--- /dev/null
+++ b/deskutils/nautilus-actions/files/extra-patch-configure
@@ -0,0 +1,20 @@
+--- configure.orig 2009-10-19 21:06:41.000000000 +1000
++++ configure 2009-10-19 23:38:22.000000000 +1000
+@@ -4710,7 +4710,7 @@
+
+
+ _ac_warning_def=error
+- _ac_compliant_def="-ansi -pedantic -Wno-overlength-strings"
++ _ac_compliant_def="-ansi -pedantic"
+
+
+ # Check whether --enable-compile-warnings was given.
+@@ -4800,7 +4800,7 @@
+ done
+ unset option
+ if test "$enable_compile_warnings" = "error" ; then
+- warning_flags="$warning_flags -Werror"
++ warning_flags="$warning_flags"
+ fi
+ ;;
+ *)
diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist
index d6cc9f69fcc7..76ae4b1c2ab4 100644
--- a/deskutils/nautilus-actions/pkg-plist
+++ b/deskutils/nautilus-actions/pkg-plist
@@ -1,6 +1,6 @@
-bin/nautilus-actions-config
-bin/nautilus-actions-convert
-bin/nautilus-actions-new-config
+bin/nautilus-actions-config-tool
+bin/nautilus-actions-new
+bin/nautilus-actions-schemas
lib/nautilus/extensions-2.0/libnautilus-actions.la
lib/nautilus/extensions-2.0/libnautilus-actions.so
share/applications/nact.desktop
@@ -12,36 +12,64 @@ 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/bn_IN/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/el/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/eu/LC_MESSAGES/nautilus-actions.mo
share/locale/fi/LC_MESSAGES/nautilus-actions.mo
share/locale/fr/LC_MESSAGES/nautilus-actions.mo
share/locale/gl/LC_MESSAGES/nautilus-actions.mo
share/locale/gu/LC_MESSAGES/nautilus-actions.mo
share/locale/he/LC_MESSAGES/nautilus-actions.mo
+share/locale/hi/LC_MESSAGES/nautilus-actions.mo
+share/locale/it/LC_MESSAGES/nautilus-actions.mo
share/locale/ja/LC_MESSAGES/nautilus-actions.mo
+share/locale/kn/LC_MESSAGES/nautilus-actions.mo
+share/locale/ko/LC_MESSAGES/nautilus-actions.mo
share/locale/lt/LC_MESSAGES/nautilus-actions.mo
share/locale/lv/LC_MESSAGES/nautilus-actions.mo
+share/locale/mk/LC_MESSAGES/nautilus-actions.mo
+share/locale/mr/LC_MESSAGES/nautilus-actions.mo
share/locale/nb/LC_MESSAGES/nautilus-actions.mo
share/locale/nl/LC_MESSAGES/nautilus-actions.mo
+share/locale/oc/LC_MESSAGES/nautilus-actions.mo
+share/locale/or/LC_MESSAGES/nautilus-actions.mo
share/locale/pa/LC_MESSAGES/nautilus-actions.mo
+share/locale/pl/LC_MESSAGES/nautilus-actions.mo
+share/locale/pt/LC_MESSAGES/nautilus-actions.mo
share/locale/pt_BR/LC_MESSAGES/nautilus-actions.mo
+share/locale/ru/LC_MESSAGES/nautilus-actions.mo
+share/locale/sl/LC_MESSAGES/nautilus-actions.mo
share/locale/sv/LC_MESSAGES/nautilus-actions.mo
+share/locale/ta/LC_MESSAGES/nautilus-actions.mo
+share/locale/te/LC_MESSAGES/nautilus-actions.mo
share/locale/th/LC_MESSAGES/nautilus-actions.mo
share/locale/vi/LC_MESSAGES/nautilus-actions.mo
share/locale/zh_CN/LC_MESSAGES/nautilus-actions.mo
share/locale/zh_HK/LC_MESSAGES/nautilus-actions.mo
share/locale/zh_TW/LC_MESSAGES/nautilus-actions.mo
-share/nautilus-actions/nact/nautilus-actions-config.glade
-@dirrm share/nautilus-actions/nact
-@dirrm share/nautilus-actions
+%%DATADIR%%/nautilus-actions.schemas
+%%DATADIR%%/nautilus-actions-config-tool.actions
+%%DATADIR%%/nautilus-actions-config-tool.ui
+%%DATADIR%%/nact-assistant-export.ui
+@dirrm %%DATADIR%%
@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/oc/LC_MESSAGES
+@dirrmtry share/locale/oc
+@dirrmtry share/locale/mr/LC_MESSAGES
+@dirrmtry share/locale/mr
@dirrmtry share/locale/dz/LC_MESSAGES
@dirrmtry share/locale/dz
+@dirrmtry share/locale/bn_IN/LC_MESSAGES
+@dirrmtry share/locale/bn_IN
+@dirrmtry share/applications
diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile
index b0261d2d36a1..ddb87b03e20e 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.9 2009/04/07 03:12:16 marcus Exp $
+# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.12 2009/11/28 05:58:59 mezz Exp $
#
PORTNAME= nautilus-locked-folder
PORTVERSION= 1.0.0
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= deskutils security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav
@@ -18,7 +18,7 @@ COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder
USE_AUTOTOOLS= libtool:22
GNU_CONFIGURE= yes
-USE_GNOME= nautilus2 eel2
+USE_GNOME= nautilus2 eel2 libgnomeui
PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \
LDFLASG="-L${LOCALBASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \
diff --git a/deskutils/nautilus-open-terminal/Makefile b/deskutils/nautilus-open-terminal/Makefile
index 2e3d5d350c49..e0f1d98d90ac 100644
--- a/deskutils/nautilus-open-terminal/Makefile
+++ b/deskutils/nautilus-open-terminal/Makefile
@@ -3,12 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.14 2009/04/07 03:14:59 marcus Exp $
+# $MCom: ports/deskutils/nautilus-open-terminal/Makefile,v 1.17 2009/08/09 15:30:27 ahze Exp $
#
PORTNAME= nautilus-open-terminal
-PORTVERSION= 0.13
-PORTREVISION= 1
+PORTVERSION= 0.17
CATEGORIES= deskutils
MASTER_SITES= GNOME
diff --git a/deskutils/nautilus-open-terminal/distinfo b/deskutils/nautilus-open-terminal/distinfo
index 46a826c2d090..dc8bd2de6e18 100644
--- a/deskutils/nautilus-open-terminal/distinfo
+++ b/deskutils/nautilus-open-terminal/distinfo
@@ -1,3 +1,3 @@
-MD5 (nautilus-open-terminal-0.13.tar.bz2) = 412d61dc1a6c70235afd3735476f3401
-SHA256 (nautilus-open-terminal-0.13.tar.bz2) = 5951e4fefc0fac55e4358f05af4bf61d7f88be170dcef7a5c3d985030f9b5c23
-SIZE (nautilus-open-terminal-0.13.tar.bz2) = 272946
+MD5 (nautilus-open-terminal-0.17.tar.bz2) = 944115a2a05e62db02ed719b9133a354
+SHA256 (nautilus-open-terminal-0.17.tar.bz2) = 3926049d0ad5fc8e9b0b5b5b284087eb7182545f76a7fd6dbf5496aced80b24b
+SIZE (nautilus-open-terminal-0.17.tar.bz2) = 271362
diff --git a/deskutils/nautilus-open-terminal/pkg-plist b/deskutils/nautilus-open-terminal/pkg-plist
index 0120726b2c13..d0cd0cf83507 100644
--- a/deskutils/nautilus-open-terminal/pkg-plist
+++ b/deskutils/nautilus-open-terminal/pkg-plist
@@ -2,8 +2,9 @@ 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/as/LC_MESSAGES/nautilus-open-terminal.mo
share/locale/be/LC_MESSAGES/nautilus-open-terminal.mo
+share/locale/be@latin/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
share/locale/ca/LC_MESSAGES/nautilus-open-terminal.mo
@@ -26,6 +27,7 @@ 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/kn/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
@@ -38,8 +40,8 @@ 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/pt_BR/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
@@ -49,12 +51,15 @@ 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/te/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
share/locale/vi/LC_MESSAGES/nautilus-open-terminal.mo
share/locale/zh_CN/LC_MESSAGES/nautilus-open-terminal.mo
share/locale/zh_TW/LC_MESSAGES/nautilus-open-terminal.mo
+@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
@@ -67,3 +72,5 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-open-terminal.mo
@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/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile
index 2ff3c99ca768..2f72f9977f17 100644
--- a/deskutils/nautilus-sendto/Makefile
+++ b/deskutils/nautilus-sendto/Makefile
@@ -3,21 +3,18 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports-stable/deskutils/nautilus-sendto/Makefile,v 1.4 2009/04/20 06:12:55 marcus Exp $
+# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.22 2009/11/18 18:50:49 kwm Exp $
PORTNAME= nautilus-sendto
-PORTVERSION= 1.1.5
-PORTREVISION= 1
+PORTVERSION= 2.28.2
CATEGORIES= deskutils
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Integration between nautilus, evolution, and pidgin
-BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution \
- empathy:${PORTSDIR}/net-im/empathy
-RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution \
- empathy:${PORTSDIR}/net-im/empathy
+BUILD_DEPENDS= empathy:${PORTSDIR}/net-im/empathy
+RUN_DEPENDS= empathy:${PORTSDIR}/net-im/empathy
MAN1= nautilus-sendto.1
GCONF_SCHEMAS= nst.schemas
diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo
index 2df241891600..022045f2ed34 100644
--- a/deskutils/nautilus-sendto/distinfo
+++ b/deskutils/nautilus-sendto/distinfo
@@ -1,3 +1,3 @@
-MD5 (nautilus-sendto-1.1.5.tar.bz2) = 8a5b342850bb84b63c7df033ef478654
-SHA256 (nautilus-sendto-1.1.5.tar.bz2) = 0beae480795f46c3b42817b12018348cd6c93949dd5a103ddf9fc26153c3a597
-SIZE (nautilus-sendto-1.1.5.tar.bz2) = 365803
+MD5 (nautilus-sendto-2.28.2.tar.bz2) = b37ab6eec43d95bef42bb8ed67ae290f
+SHA256 (nautilus-sendto-2.28.2.tar.bz2) = 0fa992b9a4489b712465e82eb182db3eaea9280397871f9d95849c25d1c33893
+SIZE (nautilus-sendto-2.28.2.tar.bz2) = 423429
diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist
index 192e078295f9..fc0bf1843bf2 100644
--- a/deskutils/nautilus-sendto/pkg-plist
+++ b/deskutils/nautilus-sendto/pkg-plist
@@ -1,7 +1,5 @@
bin/nautilus-sendto
-lib/evolution/2.26/plugins/liborg-gnome-evolution-send-attachments-to.la
-lib/evolution/2.26/plugins/liborg-gnome-evolution-send-attachments-to.so
-lib/evolution/2.26/plugins/org-gnome-evolution-send-attachments-to.eplug
+include/nautilus-sendto/nautilus-sendto-plugin.h
lib/nautilus-sendto/plugins/libnstbluetooth.la
lib/nautilus-sendto/plugins/libnstbluetooth.so
lib/nautilus-sendto/plugins/libnstburn.la
@@ -10,20 +8,35 @@ lib/nautilus-sendto/plugins/libnstempathy.la
lib/nautilus-sendto/plugins/libnstempathy.so
lib/nautilus-sendto/plugins/libnstevolution.la
lib/nautilus-sendto/plugins/libnstevolution.so
+lib/nautilus-sendto/plugins/libnstgajim.la
+lib/nautilus-sendto/plugins/libnstgajim.so
%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.la
%%PIDGIN%%lib/nautilus-sendto/plugins/libnstpidgin.so
lib/nautilus-sendto/plugins/libnstremovable_devices.la
lib/nautilus-sendto/plugins/libnstremovable_devices.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
+libdata/pkgconfig/nautilus-sendto.pc
+%%DOCSDIR%%/api-index-full.html
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/nautilus-sendto-nautilus-sendto-plugin.html
+%%DOCSDIR%%/nautilus-sendto.devhelp
+%%DOCSDIR%%/nautilus-sendto.devhelp2
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
share/locale/ar/LC_MESSAGES/nautilus-sendto.mo
+share/locale/as/LC_MESSAGES/nautilus-sendto.mo
share/locale/ast/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/bn_IN/LC_MESSAGES/nautilus-sendto.mo
+share/locale/br/LC_MESSAGES/nautilus-sendto.mo
share/locale/ca/LC_MESSAGES/nautilus-sendto.mo
share/locale/cs/LC_MESSAGES/nautilus-sendto.mo
share/locale/da/LC_MESSAGES/nautilus-sendto.mo
@@ -40,10 +53,12 @@ share/locale/fr/LC_MESSAGES/nautilus-sendto.mo
share/locale/gl/LC_MESSAGES/nautilus-sendto.mo
share/locale/gu/LC_MESSAGES/nautilus-sendto.mo
share/locale/he/LC_MESSAGES/nautilus-sendto.mo
+share/locale/hi/LC_MESSAGES/nautilus-sendto.mo
share/locale/hu/LC_MESSAGES/nautilus-sendto.mo
share/locale/it/LC_MESSAGES/nautilus-sendto.mo
share/locale/ja/LC_MESSAGES/nautilus-sendto.mo
share/locale/ka/LC_MESSAGES/nautilus-sendto.mo
+share/locale/kn/LC_MESSAGES/nautilus-sendto.mo
share/locale/ko/LC_MESSAGES/nautilus-sendto.mo
share/locale/lt/LC_MESSAGES/nautilus-sendto.mo
share/locale/mk/LC_MESSAGES/nautilus-sendto.mo
@@ -64,15 +79,21 @@ share/locale/sk/LC_MESSAGES/nautilus-sendto.mo
share/locale/sl/LC_MESSAGES/nautilus-sendto.mo
share/locale/sq/LC_MESSAGES/nautilus-sendto.mo
share/locale/sv/LC_MESSAGES/nautilus-sendto.mo
+share/locale/ta/LC_MESSAGES/nautilus-sendto.mo
+share/locale/te/LC_MESSAGES/nautilus-sendto.mo
share/locale/th/LC_MESSAGES/nautilus-sendto.mo
share/locale/uk/LC_MESSAGES/nautilus-sendto.mo
share/locale/vi/LC_MESSAGES/nautilus-sendto.mo
share/locale/zh_CN/LC_MESSAGES/nautilus-sendto.mo
share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
-@dirrm share/nautilus-sendto/glade
+share/nautilus-sendto/ui/nautilus-sendto.ui
+@dirrm %%DOCSDIR%%
+@dirrm share/nautilus-sendto/ui
@dirrm share/nautilus-sendto
@dirrm lib/nautilus-sendto/plugins
@dirrm lib/nautilus-sendto
+@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
@@ -81,7 +102,11 @@ share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo
@dirrmtry share/locale/mr
@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/ast/LC_MESSAGES
@dirrmtry share/locale/ast
+@dirrmtry share/locale/as/LC_MESSAGES
+@dirrmtry share/locale/as