diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-12-01 06:00:17 +0800 |
commit | 2e4d2e942a99fbc51adebabc4cd543a91491ba37 (patch) | |
tree | 5fb7c33c9eb700d394e22ec7c7faf4258b91ea3b /deskutils | |
parent | 2d95636f2e1c4896bca367221f0b972b5903e72a (diff) | |
download | marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.gz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.bz2 marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.lz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.xz marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.tar.zst marcuscom-ports-2e4d2e942a99fbc51adebabc4cd543a91491ba37.zip |
Clean up after 2.32 got committed. Only gdm 2.32 isn't committed because of
focus issues. And it doesn't seem it getting any traction upstream.
Next stop GNOME 3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14916 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
47 files changed, 0 insertions, 3310 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile deleted file mode 100644 index 2e2125606..000000000 --- a/deskutils/deskbar-applet/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: deskbar-applet -# Date created: 2005-07-13 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.114 2010/05/02 11:44:22 kwm Exp $ -# - -PORTNAME= deskbar-applet -PORTVERSION= 2.32.0 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -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_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack -USE_PYTHON= yes -USE_GMAKE= yes -USE_DISPLAY= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= deskbar-applet.schemas - -OPTIONS= EVO "Enable evolution support" on - -.include <bsd.port.pre.mk> - -_OSRELEASE!= ${UNAME} -r - -.if !defined(WITHOUT_EVO) -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVO="@comment " -.endif - -.if ${PYTHON_REL} < 250 -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/deskbar/handlers/mozilla.py \ - ${WRKSRC}/deskbar/core/Utils.py - -.include <bsd.port.post.mk> diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo deleted file mode 100644 index dee181464..000000000 --- a/deskutils/deskbar-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/deskbar-applet-2.32.0.tar.bz2) = 4985ea0786d994302057463f32cb69ce -SHA256 (gnome2/deskbar-applet-2.32.0.tar.bz2) = 123f2231ac8449f8376030c1b25394f9bab18d5d219292afc6f27eda77d4e684 -SIZE (gnome2/deskbar-applet-2.32.0.tar.bz2) = 1068070 diff --git a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py deleted file mode 100644 index 1a41213c3..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- deskbar/core/Utils.py.orig 2007-08-13 13:07:20.000000000 -0400 -+++ deskbar/core/Utils.py 2007-08-14 14:35:19.000000000 -0400 -@@ -51,7 +51,7 @@ def get_xdg_data_dirs(): - - sysdirs = os.getenv("XDG_DATA_DIRS") - if sysdirs == None: -- sysdirs = "/usr/local/share:/usr/share" -+ sysdirs = "/usr/local/share" - - dirs = "%s:%s" % (dirs, sysdirs) - return [dir for dir in dirs.split(":") if dir.strip() != "" and exists(dir)] diff --git a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py b/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py deleted file mode 100644 index aeb9dadaa..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py +++ /dev/null @@ -1,17 +0,0 @@ ---- deskbar/deskbar-applet.py.orig Tue Jul 10 15:28:29 2007 -+++ deskbar/deskbar-applet.py Tue Jul 10 15:29:43 2007 -@@ -43,10 +43,10 @@ - gettext.bind_textdomain_codeset('deskbar-applet','UTF-8') - gettext.textdomain('deskbar-applet') - --locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) --if hasattr(locale, 'bind_textdomain_codeset'): -- locale.bind_textdomain_codeset('deskbar-applet','UTF-8') --locale.textdomain('deskbar-applet') -+#locale.bindtextdomain('deskbar-applet', abspath(join(deskbar.defs.DATA_DIR, "locale"))) -+#if hasattr(locale, 'bind_textdomain_codeset'): -+# locale.bind_textdomain_codeset('deskbar-applet','UTF-8') -+#locale.textdomain('deskbar-applet') - - # Enable threads - gtk.gdk.threads_init() diff --git a/deskutils/deskbar-applet/pkg-descr b/deskutils/deskbar-applet/pkg-descr deleted file mode 100644 index 4eed2539a..000000000 --- a/deskutils/deskbar-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Omnipresent versatile GNOME search applet. - -WWW: http://raphael.slinckx.net/deskbar/ diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist deleted file mode 100644 index 4364c70b5..000000000 --- a/deskutils/deskbar-applet/pkg-plist +++ /dev/null @@ -1,554 +0,0 @@ -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 -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/BrowserMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Categories.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.py -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/CoreImpl.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/DeskbarHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.py -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/GconfStore.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Indexer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Keybinder.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleInstaller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleList.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ModuleLoader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.py -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/ThreadPool.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Utils.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Watcher.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.py -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/Web.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/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/deskbar/core/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/Capuchin.pyo -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/core/updater/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/defs.py -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyc -%%PYTHON_SITELIBDIR%%/deskbar/defs.pyo -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.py -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyc -%%PYTHON_SITELIBDIR%%/deskbar/gtkexcepthook.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ActionsFactory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/CopyToClipboardAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/GoToLocationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenDesktopFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenFileAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithApplicationAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/OpenWithNautilusAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendEmailToAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/SendFileViaEmailAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/ShowUrlAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/actions/__init__.pyo -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.py -%%EVO%%%%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution/__init__.pyc -%%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/interfaces/Action.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Action.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Controller.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Core.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Match.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/Module.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/View.pyo -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/interfaces/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/osutils/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.la -%%PYTHON_SITELIBDIR%%/deskbar/osutils/_osutils.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/About.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacDeskbarIcon.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/AbstractCuemiacView.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/DeskbarStatusIcon.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/DeskbarStatusIcon.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/CuemiacCellRenderer.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRenderer.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererAction.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacCellRendererMatch.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHeader.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacHistory.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacItems.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacModel.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 -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.la -%%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry/_iconentry.so -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/AccelEntry.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/DeskbarPreferences.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ErrorDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ModuleListView.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/ProgressbarDialog.pyo -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/ui/preferences/__init__.pyo -libdata/bonobo/servers/Deskbar_Applet.server -libdata/pkgconfig/deskbar-applet.pc -%%DATADIR%%/Deskbar_Applet.xml -%%DATADIR%%/art/delicious.png -%%DATADIR%%/art/deskbar-applet-panel-h.png -%%DATADIR%%/art/deskbar-applet-panel-h.svg -%%DATADIR%%/art/deskbar-applet-panel-v.png -%%DATADIR%%/art/deskbar-applet-panel-v.svg -%%DATADIR%%/art/epiphany-history.png -%%DATADIR%%/art/generic.png -%%DATADIR%%/art/google.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/wikipedia.png -%%DATADIR%%/art/yahoo.png -%%DATADIR%%/mozilla-search.ui -%%DATADIR%%/prefs-dialog.ui -%%DATADIR%%/smart-bookmarks.ui -share/gnome/help/deskbar/C/deskbar.xml -share/gnome/help/deskbar/C/figures/deskbar-applet.png -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 -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 -share/gnome/help/deskbar/es/deskbar.xml -share/gnome/help/deskbar/es/figures/deskbar-applet.png -share/gnome/help/deskbar/es/legal.xml -share/gnome/help/deskbar/fr/deskbar.xml -share/gnome/help/deskbar/fr/figures/deskbar-applet.png -share/gnome/help/deskbar/fr/legal.xml -share/gnome/help/deskbar/it/deskbar.xml -share/gnome/help/deskbar/it/figures/deskbar-applet.png -share/gnome/help/deskbar/it/legal.xml -share/gnome/help/deskbar/oc/deskbar.xml -share/gnome/help/deskbar/oc/figures/deskbar-applet.png -share/gnome/help/deskbar/oc/legal.xml -share/gnome/help/deskbar/pt_BR/deskbar.xml -share/gnome/help/deskbar/pt_BR/figures/deskbar-applet.png -share/gnome/help/deskbar/pt_BR/legal.xml -share/gnome/help/deskbar/ru/deskbar.xml -share/gnome/help/deskbar/ru/figures/deskbar-applet.png -share/gnome/help/deskbar/ru/legal.xml -share/gnome/help/deskbar/sv/deskbar.xml -share/gnome/help/deskbar/sv/figures/deskbar-applet.png -share/gnome/help/deskbar/sv/legal.xml -share/gnome/help/deskbar/uk/deskbar.xml -share/gnome/help/deskbar/uk/figures/deskbar-applet.png -share/gnome/help/deskbar/uk/legal.xml -share/gnome/help/deskbar/zh_CN/deskbar.xml -share/gnome/help/deskbar/zh_CN/figures/deskbar-applet.png -share/gnome/help/deskbar/zh_CN/legal.xml -share/icons/hicolor/16x16/apps/deskbar-applet.png -share/icons/hicolor/22x22/apps/deskbar-applet.png -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/af/LC_MESSAGES/deskbar-applet.mo -share/locale/ar/LC_MESSAGES/deskbar-applet.mo -share/locale/as/LC_MESSAGES/deskbar-applet.mo -share/locale/ast/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 -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 -share/locale/de/LC_MESSAGES/deskbar-applet.mo -share/locale/dz/LC_MESSAGES/deskbar-applet.mo -share/locale/el/LC_MESSAGES/deskbar-applet.mo -share/locale/en@shaw/LC_MESSAGES/deskbar-applet.mo -share/locale/en_CA/LC_MESSAGES/deskbar-applet.mo -share/locale/en_GB/LC_MESSAGES/deskbar-applet.mo -share/locale/eo/LC_MESSAGES/deskbar-applet.mo -share/locale/es/LC_MESSAGES/deskbar-applet.mo -share/locale/et/LC_MESSAGES/deskbar-applet.mo -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 -share/locale/hi/LC_MESSAGES/deskbar-applet.mo -share/locale/hr/LC_MESSAGES/deskbar-applet.mo -share/locale/hu/LC_MESSAGES/deskbar-applet.mo -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/kk/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 -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 -share/locale/mn/LC_MESSAGES/deskbar-applet.mo -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 -share/locale/pl/LC_MESSAGES/deskbar-applet.mo -share/locale/ps/LC_MESSAGES/deskbar-applet.mo -share/locale/pt/LC_MESSAGES/deskbar-applet.mo -share/locale/pt_BR/LC_MESSAGES/deskbar-applet.mo -share/locale/ro/LC_MESSAGES/deskbar-applet.mo -share/locale/ru/LC_MESSAGES/deskbar-applet.mo -share/locale/si/LC_MESSAGES/deskbar-applet.mo -share/locale/sk/LC_MESSAGES/deskbar-applet.mo -share/locale/sl/LC_MESSAGES/deskbar-applet.mo -share/locale/sq/LC_MESSAGES/deskbar-applet.mo -share/locale/sr/LC_MESSAGES/deskbar-applet.mo -share/locale/sr@latin/LC_MESSAGES/deskbar-applet.mo -share/locale/sv/LC_MESSAGES/deskbar-applet.mo -share/locale/ta/LC_MESSAGES/deskbar-applet.mo -share/locale/te/LC_MESSAGES/deskbar-applet.mo -share/locale/th/LC_MESSAGES/deskbar-applet.mo -share/locale/tr/LC_MESSAGES/deskbar-applet.mo -share/locale/ug/LC_MESSAGES/deskbar-applet.mo -share/locale/uk/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-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 -share/omf/deskbar/deskbar-es.omf -share/omf/deskbar/deskbar-fr.omf -share/omf/deskbar/deskbar-it.omf -share/omf/deskbar/deskbar-oc.omf -share/omf/deskbar/deskbar-pt_BR.omf -share/omf/deskbar/deskbar-ru.omf -share/omf/deskbar/deskbar-sv.omf -share/omf/deskbar/deskbar-uk.omf -share/omf/deskbar/deskbar-zh_CN.omf -@dirrm share/omf/deskbar -@dirrm share/gnome/help/deskbar/zh_CN/figures -@dirrm share/gnome/help/deskbar/zh_CN -@dirrm share/gnome/help/deskbar/uk/figures -@dirrm share/gnome/help/deskbar/uk -@dirrm share/gnome/help/deskbar/sv/figures -@dirrm share/gnome/help/deskbar/sv -@dirrm share/gnome/help/deskbar/ru/figures -@dirrm share/gnome/help/deskbar/ru -@dirrm share/gnome/help/deskbar/pt_BR/figures -@dirrm share/gnome/help/deskbar/pt_BR -@dirrm share/gnome/help/deskbar/oc/figures -@dirrm share/gnome/help/deskbar/oc -@dirrm share/gnome/help/deskbar/it/figures -@dirrm share/gnome/help/deskbar/it -@dirrm share/gnome/help/deskbar/fr/figures -@dirrm share/gnome/help/deskbar/fr -@dirrm share/gnome/help/deskbar/es/figures -@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/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 -@dirrm share/gnome/help/deskbar/C -@dirrm share/gnome/help/deskbar -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/preferences -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/iconentry -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/ui -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/osutils -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/interfaces -%%EVO%%@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/evolution -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/actions -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/updater -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/_userdirs -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core -@dirrm %%PYTHON_SITELIBDIR%%/deskbar -@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/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@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/ps/LC_MESSAGES -@dirrmtry share/locale/ps -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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 -@dirrmtry share/locale/kk -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile deleted file mode 100644 index 5d24e887b..000000000 --- a/deskutils/gnome-utils/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnomeutils2 -# Date created: 06 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnome-utils/Makefile,v 1.149 2010/08/14 09:46:21 kwm Exp $ -# - -PORTNAME= gnome-utils -PORTVERSION= 2.32.0 -PORTEPOCH= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 support utilities - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel ltverhack -USE_AUTOTOOLS= libtool:22 -CONFIGURE_ARGS= --enable-maintainer-flags=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -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 - -.include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo deleted file mode 100644 index 176a3e947..000000000 --- a/deskutils/gnome-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-utils-2.32.0.tar.bz2) = e150cdb53314fe97ea80768850c2e03c -SHA256 (gnome2/gnome-utils-2.32.0.tar.bz2) = 033a55cf442096b28ea6292043354feafe000d1e5f4ebb962a9b6d72eb9a93fa -SIZE (gnome2/gnome-utils-2.32.0.tar.bz2) = 7705320 diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c deleted file mode 100644 index f29974a81..000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsearchtool/gsearchtool-support.c.orig 2008-12-19 16:53:22.000000000 -0500 -+++ gsearchtool/gsearchtool-support.c 2009-02-27 17:30:06.000000000 -0500 -@@ -32,6 +32,7 @@ - #include <string.h> - #include <glib/gi18n.h> - #include <glib.h> -+#include <sys/types.h> - #include <regex.h> - #include <gdk/gdkx.h> - #include <libart_lgpl/art_rgb.h> diff --git a/deskutils/gnome-utils/files/patch-logview_logview-manager.c b/deskutils/gnome-utils/files/patch-logview_logview-manager.c deleted file mode 100644 index 00ec357ef..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- logview/logview-manager.c.orig 2009-03-21 17:25:27.000000000 -0400 -+++ logview/logview-manager.c 2009-03-21 17:25:37.000000000 -0400 -@@ -25,6 +25,7 @@ - - #include <glib/gi18n.h> - -+#include "logview-app.h" - #include "logview-prefs.h" - #include "logview-marshal.h" - diff --git a/deskutils/gnome-utils/files/patch-logview_logview-utils.c b/deskutils/gnome-utils/files/patch-logview_logview-utils.c deleted file mode 100644 index 4faad7021..000000000 --- a/deskutils/gnome-utils/files/patch-logview_logview-utils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- logview/logview-utils.c.orig 2009-03-21 17:22:41.000000000 -0400 -+++ logview/logview-utils.c 2009-03-21 17:23:22.000000000 -0400 -@@ -136,7 +136,7 @@ log_read_dates (const char **buffer_line - { - int current_year, offsetyear, i, n, rangemin, rangemax, timestamp_len = 0; - GSList *days = NULL; -- GDate *date, *newdate; -+ GDate *date = NULL, *newdate; - struct tm *tmptm; - char *date_string; - Day *day; diff --git a/deskutils/gnome-utils/pkg-descr b/deskutils/gnome-utils/pkg-descr deleted file mode 100644 index bfe154899..000000000 --- a/deskutils/gnome-utils/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -GNOME 2.0 support utilities, including a dictionary looker-upper, -a frontend for find(1), a system log viewer, and more. diff --git a/deskutils/gnome-utils/pkg-plist b/deskutils/gnome-utils/pkg-plist deleted file mode 100644 index 44991c40d..000000000 --- a/deskutils/gnome-utils/pkg-plist +++ /dev/null @@ -1,829 +0,0 @@ -bin/baobab -bin/gnome-dictionary -bin/gnome-panel-screenshot -bin/gnome-screenshot -bin/gnome-search-tool -bin/gnome-system-log -include/gdict-1.0/gdict/gdict-client-context.h -include/gdict-1.0/gdict/gdict-context.h -include/gdict-1.0/gdict/gdict-database-chooser.h -include/gdict-1.0/gdict/gdict-defbox.h -include/gdict-1.0/gdict/gdict-enum-types.h -include/gdict-1.0/gdict/gdict-source-loader.h -include/gdict-1.0/gdict/gdict-source-chooser.h -include/gdict-1.0/gdict/gdict-source.h -include/gdict-1.0/gdict/gdict-speller.h -include/gdict-1.0/gdict/gdict-strategy-chooser.h -include/gdict-1.0/gdict/gdict-utils.h -include/gdict-1.0/gdict/gdict-version.h -include/gdict-1.0/gdict/gdict.h -lib/libgdict-1.0.a -lib/libgdict-1.0.la -lib/libgdict-1.0.so -lib/libgdict-1.0.so.6 -libdata/bonobo/servers/GNOME_DictionaryApplet.server -libdata/pkgconfig/gdict-1.0.pc -libexec/gnome-dictionary-applet -share/doc/gdict/GdictClientContext.html -share/doc/gdict/GdictDatabaseChooser.html -share/doc/gdict/GdictDefbox.html -share/doc/gdict/GdictSource.html -share/doc/gdict/GdictSourceChooser.html -share/doc/gdict/GdictSourceLoader.html -share/doc/gdict/GdictSpeller.html -share/doc/gdict/GdictStrategyChooser.html -share/doc/gdict/ch05.html -share/doc/gdict/ch06.html -share/doc/gdict/context-types.html -share/doc/gdict/context.html -share/doc/gdict/gdict-Gdict-Utilities.html -share/doc/gdict/gdict-Gdict-Version-Checking.html -share/doc/gdict/gdict-GdictContext.html -share/doc/gdict/gdict-utils.html -share/doc/gdict/gdict.devhelp -share/doc/gdict/gdict.devhelp2 -share/doc/gdict/gdict.html -share/doc/gdict/gdictui.html -share/doc/gdict/home.png -share/doc/gdict/index.html -share/doc/gdict/index.sgml -share/doc/gdict/ix01.html -share/doc/gdict/ix02.html -share/doc/gdict/ix03.html -share/doc/gdict/ix04.html -share/doc/gdict/introduction.html -share/doc/gdict/left.png -share/doc/gdict/right.png -share/doc/gdict/sources.html -share/doc/gdict/style.css -share/doc/gdict/up.png -share/applications/baobab.desktop -share/applications/gnome-dictionary.desktop -share/applications/gnome-screenshot.desktop -share/applications/gnome-search-tool.desktop -share/applications/gnome-system-log.desktop -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.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 -share/gnome/help/baobab/C/figures/baobab_prefs.png -share/gnome/help/baobab/C/figures/baobab_remote.png -share/gnome/help/baobab/C/figures/baobab_ringschart1.png -share/gnome/help/baobab/C/figures/baobab_ringschart2.png -share/gnome/help/baobab/C/figures/baobab_treemaps.png -share/gnome/help/baobab/C/figures/baobab_window.png -share/gnome/help/baobab/C/legal.xml -share/gnome/help/baobab/ca/baobab.xml -share/gnome/help/baobab/ca/figures/baobab_fullscan.png -share/gnome/help/baobab/ca/figures/baobab_prefs.png -share/gnome/help/baobab/ca/figures/baobab_remote.png -share/gnome/help/baobab/ca/figures/baobab_ringschart1.png -share/gnome/help/baobab/ca/figures/baobab_ringschart2.png -share/gnome/help/baobab/ca/figures/baobab_treemaps.png -share/gnome/help/baobab/ca/figures/baobab_window.png -share/gnome/help/baobab/cs/baobab.xml -share/gnome/help/baobab/cs/figures/baobab_fullscan.png -share/gnome/help/baobab/cs/figures/baobab_prefs.png -share/gnome/help/baobab/cs/figures/baobab_remote.png -share/gnome/help/baobab/cs/figures/baobab_ringschart1.png -share/gnome/help/baobab/cs/figures/baobab_ringschart2.png -share/gnome/help/baobab/cs/figures/baobab_treemaps.png -share/gnome/help/baobab/cs/figures/baobab_window.png -share/gnome/help/baobab/da/baobab.xml -share/gnome/help/baobab/da/figures/baobab_fullscan.png -share/gnome/help/baobab/da/figures/baobab_prefs.png -share/gnome/help/baobab/da/figures/baobab_remote.png -share/gnome/help/baobab/da/figures/baobab_ringschart1.png -share/gnome/help/baobab/da/figures/baobab_ringschart2.png -share/gnome/help/baobab/da/figures/baobab_treemaps.png -share/gnome/help/baobab/da/figures/baobab_window.png -share/gnome/help/baobab/de/baobab.xml -share/gnome/help/baobab/de/figures/baobab_fullscan.png -share/gnome/help/baobab/de/figures/baobab_prefs.png -share/gnome/help/baobab/de/figures/baobab_remote.png -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 -share/gnome/help/baobab/en_GB/figures/baobab_remote.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart1.png -share/gnome/help/baobab/en_GB/figures/baobab_ringschart2.png -share/gnome/help/baobab/en_GB/figures/baobab_treemaps.png -share/gnome/help/baobab/en_GB/figures/baobab_window.png -share/gnome/help/baobab/es/baobab.xml -share/gnome/help/baobab/es/figures/baobab_fullscan.png -share/gnome/help/baobab/es/figures/baobab_prefs.png -share/gnome/help/baobab/es/figures/baobab_remote.png -share/gnome/help/baobab/es/figures/baobab_ringschart1.png -share/gnome/help/baobab/es/figures/baobab_ringschart2.png -share/gnome/help/baobab/es/figures/baobab_treemaps.png -share/gnome/help/baobab/es/figures/baobab_window.png -share/gnome/help/baobab/eu/baobab.xml -share/gnome/help/baobab/eu/figures/baobab_fullscan.png -share/gnome/help/baobab/eu/figures/baobab_prefs.png -share/gnome/help/baobab/eu/figures/baobab_remote.png -share/gnome/help/baobab/eu/figures/baobab_ringschart1.png -share/gnome/help/baobab/eu/figures/baobab_ringschart2.png -share/gnome/help/baobab/eu/figures/baobab_treemaps.png -share/gnome/help/baobab/eu/figures/baobab_window.png -share/gnome/help/baobab/fi/baobab.xml -share/gnome/help/baobab/fi/figures/baobab_fullscan.png -share/gnome/help/baobab/fi/figures/baobab_prefs.png -share/gnome/help/baobab/fi/figures/baobab_remote.png -share/gnome/help/baobab/fi/figures/baobab_ringschart1.png -share/gnome/help/baobab/fi/figures/baobab_ringschart2.png -share/gnome/help/baobab/fi/figures/baobab_treemaps.png -share/gnome/help/baobab/fi/figures/baobab_window.png -share/gnome/help/baobab/fr/baobab.xml -share/gnome/help/baobab/fr/figures/baobab_fullscan.png -share/gnome/help/baobab/fr/figures/baobab_prefs.png -share/gnome/help/baobab/fr/figures/baobab_remote.png -share/gnome/help/baobab/fr/figures/baobab_ringschart1.png -share/gnome/help/baobab/fr/figures/baobab_ringschart2.png -share/gnome/help/baobab/fr/figures/baobab_treemaps.png -share/gnome/help/baobab/fr/figures/baobab_window.png -share/gnome/help/baobab/it/baobab.xml -share/gnome/help/baobab/it/figures/baobab_fullscan.png -share/gnome/help/baobab/it/figures/baobab_prefs.png -share/gnome/help/baobab/it/figures/baobab_remote.png -share/gnome/help/baobab/it/figures/baobab_ringschart1.png -share/gnome/help/baobab/it/figures/baobab_ringschart2.png -share/gnome/help/baobab/it/figures/baobab_treemaps.png -share/gnome/help/baobab/it/figures/baobab_window.png -share/gnome/help/baobab/oc/baobab.xml -share/gnome/help/baobab/oc/figures/baobab_fullscan.png -share/gnome/help/baobab/oc/figures/baobab_prefs.png -share/gnome/help/baobab/oc/figures/baobab_remote.png -share/gnome/help/baobab/oc/figures/baobab_ringschart1.png -share/gnome/help/baobab/oc/figures/baobab_ringschart2.png -share/gnome/help/baobab/oc/figures/baobab_treemaps.png -share/gnome/help/baobab/oc/figures/baobab_window.png -share/gnome/help/baobab/pl/baobab.xml -share/gnome/help/baobab/pl/figures/baobab_fullscan.png -share/gnome/help/baobab/pl/figures/baobab_prefs.png -share/gnome/help/baobab/pl/figures/baobab_remote.png -share/gnome/help/baobab/pl/figures/baobab_ringschart1.png -share/gnome/help/baobab/pl/figures/baobab_ringschart2.png -share/gnome/help/baobab/pl/figures/baobab_treemaps.png -share/gnome/help/baobab/pl/figures/baobab_window.png -share/gnome/help/baobab/ru/baobab.xml -share/gnome/help/baobab/ru/figures/baobab_fullscan.png -share/gnome/help/baobab/ru/figures/baobab_prefs.png -share/gnome/help/baobab/ru/figures/baobab_remote.png -share/gnome/help/baobab/ru/figures/baobab_ringschart1.png -share/gnome/help/baobab/ru/figures/baobab_ringschart2.png -share/gnome/help/baobab/ru/figures/baobab_treemaps.png -share/gnome/help/baobab/ru/figures/baobab_window.png -share/gnome/help/baobab/sv/baobab.xml -share/gnome/help/baobab/sv/figures/baobab_fullscan.png -share/gnome/help/baobab/sv/figures/baobab_prefs.png -share/gnome/help/baobab/sv/figures/baobab_remote.png -share/gnome/help/baobab/sv/figures/baobab_ringschart1.png -share/gnome/help/baobab/sv/figures/baobab_ringschart2.png -share/gnome/help/baobab/sv/figures/baobab_treemaps.png -share/gnome/help/baobab/sv/figures/baobab_window.png -share/gnome/help/baobab/uk/baobab.xml -share/gnome/help/baobab/uk/figures/baobab_fullscan.png -share/gnome/help/baobab/uk/figures/baobab_prefs.png -share/gnome/help/baobab/uk/figures/baobab_remote.png -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 -share/gnome/help/baobab/zh_HK/figures/baobab_remote.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_HK/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_HK/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_HK/figures/baobab_window.png -share/gnome/help/baobab/zh_TW/baobab.xml -share/gnome/help/baobab/zh_TW/figures/baobab_fullscan.png -share/gnome/help/baobab/zh_TW/figures/baobab_prefs.png -share/gnome/help/baobab/zh_TW/figures/baobab_remote.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart1.png -share/gnome/help/baobab/zh_TW/figures/baobab_ringschart2.png -share/gnome/help/baobab/zh_TW/figures/baobab_treemaps.png -share/gnome/help/baobab/zh_TW/figures/baobab_window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/C/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/C/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/C/legal.xml -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ca/figures/gnome-dictionary-find.png -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/da/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/da/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/da/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 -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/de/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/de/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/el/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/el/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/en_GB/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/en_GB/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/es/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/es/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/eu/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/eu/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fi/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fi/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/fr/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/fr/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/it/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/it/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/oc/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/oc/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/ru/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/ru/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/sv/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/sv/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/uk/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/uk/gnome-dictionary.xml -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-add-source.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet-window.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-applet.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-application.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-find.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-lookup.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-print.png -share/gnome/help/gnome-dictionary/zh_CN/figures/gnome-dictionary-preferences-source.png -share/gnome/help/gnome-dictionary/zh_CN/gnome-dictionary.xml -share/gnome/help/gnome-search-tool/C/figures/gnome-search-tool_window.png -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 -share/gnome/help/gnome-search-tool/es/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/eu/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/eu/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fi/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fi/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/fr/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/fr/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/it/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/it/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ko/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ko/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/oc/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/oc/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/ru/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/ru/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/sv/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/sv/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/uk/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/uk/gnome-search-tool.xml -share/gnome/help/gnome-search-tool/zh_CN/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/zh_CN/gnome-search-tool.xml -share/gnome/help/gnome-system-log/C/figures/syslog_window.png -share/gnome/help/gnome-system-log/C/gnome-system-log.xml -share/gnome/help/gnome-system-log/C/legal.xml -share/gnome/help/gnome-system-log/ca/figures/syslog_window.png -share/gnome/help/gnome-system-log/ca/gnome-system-log.xml -share/gnome/help/gnome-system-log/cs/figures/syslog_window.png -share/gnome/help/gnome-system-log/cs/gnome-system-log.xml -share/gnome/help/gnome-system-log/de/figures/syslog_window.png -share/gnome/help/gnome-system-log/de/gnome-system-log.xml -share/gnome/help/gnome-system-log/el/figures/syslog_window.png -share/gnome/help/gnome-system-log/el/gnome-system-log.xml -share/gnome/help/gnome-system-log/en_GB/figures/syslog_window.png -share/gnome/help/gnome-system-log/en_GB/gnome-system-log.xml -share/gnome/help/gnome-system-log/es/figures/syslog_window.png -share/gnome/help/gnome-system-log/es/gnome-system-log.xml -share/gnome/help/gnome-system-log/eu/figures/syslog_window.png -share/gnome/help/gnome-system-log/eu/gnome-system-log.xml -share/gnome/help/gnome-system-log/fi/figures/syslog_window.png -share/gnome/help/gnome-system-log/fi/gnome-system-log.xml -share/gnome/help/gnome-system-log/fr/figures/syslog_window.png -share/gnome/help/gnome-system-log/fr/gnome-system-log.xml -share/gnome/help/gnome-system-log/it/figures/syslog_window.png -share/gnome/help/gnome-system-log/it/gnome-system-log.xml -share/gnome/help/gnome-system-log/ko/figures/syslog_window.png -share/gnome/help/gnome-system-log/ko/gnome-system-log.xml -share/gnome/help/gnome-system-log/oc/figures/syslog_window.png -share/gnome/help/gnome-system-log/oc/gnome-system-log.xml -share/gnome/help/gnome-system-log/ru/figures/syslog_window.png -share/gnome/help/gnome-system-log/ru/gnome-system-log.xml -share/gnome/help/gnome-system-log/sv/figures/syslog_window.png -share/gnome/help/gnome-system-log/sv/gnome-system-log.xml -share/gnome/help/gnome-system-log/uk/figures/syslog_window.png -share/gnome/help/gnome-system-log/uk/gnome-system-log.xml -share/gnome/help/gnome-system-log/zh_CN/figures/syslog_window.png -share/gnome/help/gnome-system-log/zh_CN/gnome-system-log.xml -share/omf/baobab/baobab-C.omf -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 -share/omf/baobab/baobab-fi.omf -share/omf/baobab/baobab-fr.omf -share/omf/baobab/baobab-it.omf -share/omf/baobab/baobab-oc.omf -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-da.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 -share/omf/gnome-dictionary/gnome-dictionary-es.omf -share/omf/gnome-dictionary/gnome-dictionary-eu.omf -share/omf/gnome-dictionary/gnome-dictionary-fi.omf -share/omf/gnome-dictionary/gnome-dictionary-fr.omf -share/omf/gnome-dictionary/gnome-dictionary-it.omf -share/omf/gnome-dictionary/gnome-dictionary-oc.omf -share/omf/gnome-dictionary/gnome-dictionary-ru.omf -share/omf/gnome-dictionary/gnome-dictionary-sv.omf -share/omf/gnome-dictionary/gnome-dictionary-uk.omf -share/omf/gnome-dictionary/gnome-dictionary-zh_CN.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 -share/omf/gnome-search-tool/gnome-search-tool-fi.omf -share/omf/gnome-search-tool/gnome-search-tool-it.omf -share/omf/gnome-search-tool/gnome-search-tool-ko.omf -share/omf/gnome-search-tool/gnome-search-tool-oc.omf -share/omf/gnome-search-tool/gnome-search-tool-fr.omf -share/omf/gnome-search-tool/gnome-search-tool-ru.omf -share/omf/gnome-search-tool/gnome-search-tool-sv.omf -share/omf/gnome-search-tool/gnome-search-tool-uk.omf -share/omf/gnome-search-tool/gnome-search-tool-zh_CN.omf -share/omf/gnome-system-log/gnome-system-log-C.omf -share/omf/gnome-system-log/gnome-system-log-ca.omf -share/omf/gnome-system-log/gnome-system-log-cs.omf -share/omf/gnome-system-log/gnome-system-log-de.omf -share/omf/gnome-system-log/gnome-system-log-el.omf -share/omf/gnome-system-log/gnome-system-log-en_GB.omf -share/omf/gnome-system-log/gnome-system-log-es.omf -share/omf/gnome-system-log/gnome-system-log-eu.omf -share/omf/gnome-system-log/gnome-system-log-fi.omf -share/omf/gnome-system-log/gnome-system-log-fr.omf -share/omf/gnome-system-log/gnome-system-log-it.omf -share/omf/gnome-system-log/gnome-system-log-ko.omf -share/omf/gnome-system-log/gnome-system-log-oc.omf -share/omf/gnome-system-log/gnome-system-log-ru.omf -share/omf/gnome-system-log/gnome-system-log-sv.omf -share/omf/gnome-system-log/gnome-system-log-uk.omf -share/omf/gnome-system-log/gnome-system-log-zh_CN.omf -share/pixmaps/gsearchtool/thumbnail_frame.png -share/icons/hicolor/24x24/apps/baobab.png -share/icons/hicolor/scalable/apps/baobab.svg -share/locale/af/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/am/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/as/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ast/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/az/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/be/LC_MESSAGES/gnome-utils-2.0.mo -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/crh/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 -share/locale/de/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/dz/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/el/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/en@shaw/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/es/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/et/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/he/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-utils-2.0.mo -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 -share/locale/lt/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mai/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mg/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nds/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/oc/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/or/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ps/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-utils-2.0.mo -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 -share/locale/sr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sr@latin/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/te/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/th/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ug/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-utils-2.0.mo -@dirrm share/pixmaps/gsearchtool -@dirrm share/omf/gnome-system-log -@dirrm share/omf/gnome-search-tool -@dirrm share/omf/gnome-dictionary -@dirrm share/omf/baobab -@dirrm share/gnome/help/gnome-system-log/zh_CN/figures -@dirrm share/gnome/help/gnome-system-log/zh_CN -@dirrm share/gnome/help/gnome-system-log/uk/figures -@dirrm share/gnome/help/gnome-system-log/uk -@dirrm share/gnome/help/gnome-system-log/sv/figures -@dirrm share/gnome/help/gnome-system-log/sv -@dirrm share/gnome/help/gnome-system-log/ru/figures -@dirrm share/gnome/help/gnome-system-log/ru -@dirrm share/gnome/help/gnome-system-log/oc/figures -@dirrm share/gnome/help/gnome-system-log/oc -@dirrm share/gnome/help/gnome-system-log/ko/figures -@dirrm share/gnome/help/gnome-system-log/ko -@dirrm share/gnome/help/gnome-system-log/it/figures -@dirrm share/gnome/help/gnome-system-log/it -@dirrm share/gnome/help/gnome-system-log/fr/figures -@dirrm share/gnome/help/gnome-system-log/fr -@dirrm share/gnome/help/gnome-system-log/fi/figures -@dirrm share/gnome/help/gnome-system-log/fi -@dirrm share/gnome/help/gnome-system-log/eu/figures -@dirrm share/gnome/help/gnome-system-log/eu -@dirrm share/gnome/help/gnome-system-log/es/figures -@dirrm share/gnome/help/gnome-system-log/es -@dirrm share/gnome/help/gnome-system-log/en_GB/figures -@dirrm share/gnome/help/gnome-system-log/en_GB -@dirrm share/gnome/help/gnome-system-log/el/figures -@dirrm share/gnome/help/gnome-system-log/el -@dirrm share/gnome/help/gnome-system-log/de/figures -@dirrm share/gnome/help/gnome-system-log/de -@dirrm share/gnome/help/gnome-system-log/cs/figures -@dirrm share/gnome/help/gnome-system-log/cs -@dirrm share/gnome/help/gnome-system-log/ca/figures -@dirrm share/gnome/help/gnome-system-log/ca -@dirrm share/gnome/help/gnome-system-log/C/figures -@dirrm share/gnome/help/gnome-system-log/C -@dirrm share/gnome/help/gnome-system-log -@dirrm share/gnome/help/gnome-search-tool/zh_CN/figures -@dirrm share/gnome/help/gnome-search-tool/zh_CN -@dirrm share/gnome/help/gnome-search-tool/uk/figures -@dirrm share/gnome/help/gnome-search-tool/uk -@dirrm share/gnome/help/gnome-search-tool/sv/figures -@dirrm share/gnome/help/gnome-search-tool/sv -@dirrm share/gnome/help/gnome-search-tool/ru/figures -@dirrm share/gnome/help/gnome-search-tool/ru -@dirrm share/gnome/help/gnome-search-tool/oc/figures -@dirrm share/gnome/help/gnome-search-tool/oc -@dirrm share/gnome/help/gnome-search-tool/ko/figures -@dirrm share/gnome/help/gnome-search-tool/ko -@dirrm share/gnome/help/gnome-search-tool/it/figures -@dirrm share/gnome/help/gnome-search-tool/it -@dirrm share/gnome/help/gnome-search-tool/fr/figures -@dirrm share/gnome/help/gnome-search-tool/fr -@dirrm share/gnome/help/gnome-search-tool/fi/figures -@dirrm share/gnome/help/gnome-search-tool/fi -@dirrm share/gnome/help/gnome-search-tool/eu/figures -@dirrm share/gnome/help/gnome-search-tool/eu -@dirrm share/gnome/help/gnome-search-tool/es/figures -@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 -@dirrm share/gnome/help/gnome-search-tool/C -@dirrm share/gnome/help/gnome-search-tool -@dirrm share/gnome/help/gnome-dictionary/zh_CN/figures -@dirrm share/gnome/help/gnome-dictionary/zh_CN -@dirrm share/gnome/help/gnome-dictionary/uk/figures -@dirrm share/gnome/help/gnome-dictionary/uk -@dirrm share/gnome/help/gnome-dictionary/sv/figures -@dirrm share/gnome/help/gnome-dictionary/sv -@dirrm share/gnome/help/gnome-dictionary/ru/figures -@dirrm share/gnome/help/gnome-dictionary/ru -@dirrm share/gnome/help/gnome-dictionary/oc/figures -@dirrm share/gnome/help/gnome-dictionary/oc -@dirrm share/gnome/help/gnome-dictionary/it/figures -@dirrm share/gnome/help/gnome-dictionary/it -@dirrm share/gnome/help/gnome-dictionary/fr/figures -@dirrm share/gnome/help/gnome-dictionary/fr -@dirrm share/gnome/help/gnome-dictionary/fi/figures -@dirrm share/gnome/help/gnome-dictionary/fi -@dirrm share/gnome/help/gnome-dictionary/eu/figures -@dirrm share/gnome/help/gnome-dictionary/eu -@dirrm share/gnome/help/gnome-dictionary/es/figures -@dirrm share/gnome/help/gnome-dictionary/es -@dirrm share/gnome/help/gnome-dictionary/en_GB/figures -@dirrm share/gnome/help/gnome-dictionary/en_GB -@dirrm share/gnome/help/gnome-dictionary/el/figures -@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/da/figures -@dirrm share/gnome/help/gnome-dictionary/da -@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 -@dirrm share/gnome/help/gnome-dictionary/C -@dirrm share/gnome/help/gnome-dictionary -@dirrm share/gnome/help/baobab/zh_TW/figures -@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 -@dirrm share/gnome/help/baobab/sv -@dirrm share/gnome/help/baobab/ru/figures -@dirrm share/gnome/help/baobab/ru -@dirrm share/gnome/help/baobab/pl/figures -@dirrm share/gnome/help/baobab/pl -@dirrm share/gnome/help/baobab/oc/figures -@dirrm share/gnome/help/baobab/oc -@dirrm share/gnome/help/baobab/it/figures -@dirrm share/gnome/help/baobab/it -@dirrm share/gnome/help/baobab/fr/figures -@dirrm share/gnome/help/baobab/fr -@dirrm share/gnome/help/baobab/fi/figures -@dirrm share/gnome/help/baobab/fi -@dirrm share/gnome/help/baobab/eu/figures -@dirrm share/gnome/help/baobab/eu -@dirrm share/gnome/help/baobab/es/figures -@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 -@dirrm share/gnome/help/baobab/da -@dirrm share/gnome/help/baobab/cs/figures -@dirrm share/gnome/help/baobab/cs -@dirrm share/gnome/help/baobab/ca/figures -@dirrm share/gnome/help/baobab/ca -@dirrm share/gnome/help/baobab/C/figures -@dirrm share/gnome/help/baobab/C -@dirrm share/gnome/help/baobab -@dirrm %%DATADIR%% -@dirrm share/gnome-screenshot -@dirrm share/gnome-dictionary -@dirrm share/gdict-1.0/sources -@dirrm share/gdict-1.0 -@dirrm share/baobab/pixmaps -@dirrm share/baobab -@dirrm share/doc/gdict -@dirrm include/gdict-1.0/gdict -@dirrm include/gdict-1.0 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@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 -@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/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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/gnote/Makefile b/deskutils/gnote/Makefile deleted file mode 100644 index b6e7faed2..000000000 --- a/deskutils/gnote/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: gnote -# Date created: 20 July 2009 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gnote/Makefile,v 1.13 2010/10/29 10:42:35 kwm Exp $ -# - -PORTNAME= gnote -PORTVERSION= 0.7.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_BZIP2= 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_SERVER_DIR="${PREFIX}/libdata/bonobo/servers" -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} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - -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.post.mk> diff --git a/deskutils/gnote/distinfo b/deskutils/gnote/distinfo deleted file mode 100644 index 5f4eaa778..000000000 --- a/deskutils/gnote/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnote-0.7.3.tar.bz2) = 4853315711baf7647cdae4c2f7d23e22e2b13322605efe3dd98796a06f928321 -SIZE (gnote-0.7.3.tar.bz2) = 1606926 diff --git a/deskutils/gnote/files/patch-configure b/deskutils/gnote/files/patch-configure deleted file mode 100644 index 5587ef539..000000000 --- a/deskutils/gnote/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-12-07 19:13:21.000000000 -0500 -+++ configure 2009-12-07 19:14:18.000000000 -0500 -@@ -17128,7 +17128,7 @@ fi - if test "x$prefix" = "x$ac_default_prefix"; then - PANELAPPLET_LIBDIR=`$PKG_CONFIG --variable=libdir libpanelapplet-2.0` - fi -- if test "x$PANELAPPLET_LIBDIR" != "x"; then -+ if test "x$PANELAPPLET_LIBDIR" != "x" -a "x$PANELAPPLET_SERVER_DIR" = "x" ; then - PANELAPPLET_SERVER_DIR="$PANELAPPLET_LIBDIR/bonobo/servers" - fi - # Set PANELAPPLET_SERVER_DIR default if it's not already set diff --git a/deskutils/gnote/files/patch-src_debug.cpp b/deskutils/gnote/files/patch-src_debug.cpp deleted file mode 100644 index 69c81272c..000000000 --- a/deskutils/gnote/files/patch-src_debug.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/debug.cpp.orig 2009-11-25 14:12:33.000000000 +0100 -+++ src/debug.cpp 2009-12-03 17:28:54.000000000 +0100 -@@ -126,7 +126,7 @@ - // static boost::recursive_mutex mutex; - // boost::recursive_mutex::scoped_lock lock(mutex); - char buf[128]; -- snprintf(buf, 128, "(%d) ", (int)pthread_self()); -+ snprintf(buf, 128, "(%ld) ", (pthread_t)pthread_self()); - fwrite(buf, 1, strlen(buf), stderr); - fwrite(prefix, 1, strlen(prefix), stderr); - diff --git a/deskutils/gnote/files/patch-src_noterenamedialog.cpp b/deskutils/gnote/files/patch-src_noterenamedialog.cpp deleted file mode 100644 index 0e7002990..000000000 --- a/deskutils/gnote/files/patch-src_noterenamedialog.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/noterenamedialog.cpp.orig 2010-03-14 00:32:43.000000000 -0500 -+++ src/noterenamedialog.cpp 2010-03-14 00:33:46.000000000 -0500 -@@ -63,6 +63,8 @@ private: - Gtk::TreeModelColumn<Note::Ptr> m_column_note; - }; - -+ModelColumnRecord model_column_record; -+ - ModelColumnRecord::ModelColumnRecord() - : Gtk::TreeModelColumnRecord() - , m_column_selected() -@@ -152,7 +154,7 @@ NoteRenameDialog::NoteRenameDialog(const - *renamed_note->get_window(), - false, - false) -- , m_notes_model(Gtk::ListStore::create(ModelColumnRecord())) -+ , m_notes_model(Gtk::ListStore::create(model_column_record)) - , m_dont_rename_button(_("_Don't Rename Links"), true) - , m_rename_button(_("_Rename Links"), true) - , m_select_all_button(_("Select All")) diff --git a/deskutils/gnote/files/patch-src_sharp_datetime.cpp b/deskutils/gnote/files/patch-src_sharp_datetime.cpp deleted file mode 100644 index d2a7601b8..000000000 --- a/deskutils/gnote/files/patch-src_sharp_datetime.cpp +++ /dev/null @@ -1,52 +0,0 @@ ---- src/sharp/datetime.cpp.orig 2009-12-28 12:46:01.000000000 +0100 -+++ src/sharp/datetime.cpp 2010-02-14 15:47:21.000000000 +0100 -@@ -69,28 +69,28 @@ namespace sharp { - int DateTime::day() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_mday; - } - - int DateTime::month() const - { - struct tm result; -- localtime_r(&m_date.tv_sec, &result); -+ localtime_r((const time_t *)&m_date.tv_sec, &result); - return result.tm_mon + 1; - } - - 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 + 1900; - } - - 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; - } - -@@ -109,14 +109,14 @@ namespace sharp { - 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 deleted file mode 100644 index 5dd92d247..000000000 --- a/deskutils/gnote/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 1b4c1b466..000000000 --- a/deskutils/gnote/pkg-plist +++ /dev/null @@ -1,323 +0,0 @@ -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%%/noteoftheday.a -lib/gnote/addins/%%VERSION%%/noteoftheday.la -lib/gnote/addins/%%VERSION%%/noteoftheday.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/fr/figures/add-notebook-search.png -share/gnome/help/gnote/fr/figures/add-to-notebook.png -share/gnome/help/gnote/fr/figures/delete-notebook.png -share/gnome/help/gnote/fr/figures/gnote-main-menu.png -share/gnome/help/gnote/fr/figures/gnote-new-note.png -share/gnome/help/gnote/fr/figures/gnote-panel.png -share/gnome/help/gnote/fr/figures/gnote-pindown.png -share/gnome/help/gnote/fr/figures/gnote-pinup.png -share/gnome/help/gnote/fr/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/fr/figures/gnote-preferences-editing.png -share/gnome/help/gnote/fr/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/fr/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/fr/figures/gnote-tools.png -share/gnome/help/gnote/fr/figures/move-notes-search.png -share/gnome/help/gnote/fr/figures/new-notebook.png -share/gnome/help/gnote/fr/figures/note-template.png -share/gnome/help/gnote/fr/figures/notebook-icon.png -share/gnome/help/gnote/fr/gnote.xml -share/gnome/help/gnote/fr/legal.xml -share/gnome/help/gnote/sl/figures/add-notebook-search.png -share/gnome/help/gnote/sl/figures/add-to-notebook.png -share/gnome/help/gnote/sl/figures/delete-notebook.png -share/gnome/help/gnote/sl/figures/gnote-main-menu.png -share/gnome/help/gnote/sl/figures/gnote-new-note.png -share/gnome/help/gnote/sl/figures/gnote-panel.png -share/gnome/help/gnote/sl/figures/gnote-pindown.png -share/gnome/help/gnote/sl/figures/gnote-pinup.png -share/gnome/help/gnote/sl/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/sl/figures/gnote-preferences-editing.png -share/gnome/help/gnote/sl/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/sl/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/sl/figures/gnote-tools.png -share/gnome/help/gnote/sl/figures/move-notes-search.png -share/gnome/help/gnote/sl/figures/new-notebook.png -share/gnome/help/gnote/sl/figures/note-template.png -share/gnome/help/gnote/sl/figures/notebook-icon.png -share/gnome/help/gnote/sl/gnote.xml -share/gnome/help/gnote/sl/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 -share/gnome/help/gnote/zh_CN/figures/add-notebook-search.png -share/gnome/help/gnote/zh_CN/figures/add-to-notebook.png -share/gnome/help/gnote/zh_CN/figures/delete-notebook.png -share/gnome/help/gnote/zh_CN/figures/gnote-main-menu.png -share/gnome/help/gnote/zh_CN/figures/gnote-new-note.png -share/gnome/help/gnote/zh_CN/figures/gnote-panel.png -share/gnome/help/gnote/zh_CN/figures/gnote-pindown.png -share/gnome/help/gnote/zh_CN/figures/gnote-pinup.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-add-ins.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-editing.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-hotkeys.png -share/gnome/help/gnote/zh_CN/figures/gnote-preferences-synchronization.png -share/gnome/help/gnote/zh_CN/figures/gnote-tools.png -share/gnome/help/gnote/zh_CN/figures/move-notes-search.png -share/gnome/help/gnote/zh_CN/figures/new-notebook.png -share/gnome/help/gnote/zh_CN/figures/note-template.png -share/gnome/help/gnote/zh_CN/figures/notebook-icon.png -share/gnome/help/gnote/zh_CN/gnote.xml -share/gnome/help/gnote/zh_CN/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/bg/LC_MESSAGES/gnote.mo -share/locale/bn_IN/LC_MESSAGES/gnote.mo -share/locale/ca/LC_MESSAGES/gnote.mo -share/locale/ca@valencia/LC_MESSAGES/gnote.mo -share/locale/cs/LC_MESSAGES/gnote.mo -share/locale/da/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/hi/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/ml/LC_MESSAGES/gnote.mo -share/locale/mr/LC_MESSAGES/gnote.mo -share/locale/nb/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/ro/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/uk/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-fr.omf -share/omf/gnote/gnote-sl.omf -share/omf/gnote/gnote-sv.omf -share/omf/gnote/gnote-zh_CN.omf -@dirrm share/omf/gnote -@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/zh_CN/figures -@dirrm share/gnome/help/gnote/zh_CN -@dirrm share/gnome/help/gnote/sv/figures -@dirrm share/gnome/help/gnote/sv -@dirrm share/gnome/help/gnote/sl/figures -@dirrm share/gnome/help/gnote/sl -@dirrm share/gnome/help/gnote/fr/figures -@dirrm share/gnome/help/gnote/fr -@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 -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile deleted file mode 100644 index 0387c5b73..000000000 --- a/deskutils/gucharmap/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: gucharmap -# Date created: 02 Mar 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.74 2010/09/26 20:53:38 kwm Exp $ -# - -PORTNAME= gucharmap -PORTVERSION= 2.32.1 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A Unicode/ISO10646 character map and font viewer - -LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gtk20 gnomedocutils gconf2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gucharmap.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gucharmap/distinfo b/deskutils/gucharmap/distinfo deleted file mode 100644 index 92ddc91dd..000000000 --- a/deskutils/gucharmap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnome2/gucharmap-2.32.1.tar.bz2) = fdef066f35f4301bc128b91f15a30d64a2459721cb50daa53f923789df315c28 -SIZE (gnome2/gucharmap-2.32.1.tar.bz2) = 3242939 diff --git a/deskutils/gucharmap/pkg-descr b/deskutils/gucharmap/pkg-descr deleted file mode 100644 index e69361663..000000000 --- a/deskutils/gucharmap/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gucharmap is a Unicode/ISO10646 character map and font viewer. It uses -GTK+ 2, and supports anti-aliased, scalable fonts. - -WWW: http://gucharmap.sourceforge.net/ diff --git a/deskutils/gucharmap/pkg-plist b/deskutils/gucharmap/pkg-plist deleted file mode 100644 index 4ce00b7f9..000000000 --- a/deskutils/gucharmap/pkg-plist +++ /dev/null @@ -1,271 +0,0 @@ -bin/charmap -bin/gnome-character-map -bin/gucharmap -include/gucharmap-2.0/gucharmap/gucharmap-block-chapters-model.h -include/gucharmap-2.0/gucharmap/gucharmap-block-codepoint-list.h -include/gucharmap-2.0/gucharmap/gucharmap-chapters-model.h -include/gucharmap-2.0/gucharmap/gucharmap-chapters-view.h -include/gucharmap-2.0/gucharmap/gucharmap-charmap.h -include/gucharmap-2.0/gucharmap/gucharmap-chartable.h -include/gucharmap-2.0/gucharmap/gucharmap-codepoint-list.h -include/gucharmap-2.0/gucharmap/gucharmap-script-chapters-model.h -include/gucharmap-2.0/gucharmap/gucharmap-script-codepoint-list.h -include/gucharmap-2.0/gucharmap/gucharmap-type-builtins.h -include/gucharmap-2.0/gucharmap/gucharmap-unicode-info.h -include/gucharmap-2.0/gucharmap/gucharmap.h -lib/libgucharmap.la -lib/libgucharmap.so -lib/libgucharmap.so.7 -libdata/pkgconfig/gucharmap-2.pc -share/applications/gucharmap.desktop -share/gnome/help/gucharmap/C/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/C/figures/gucharmap_window.png -share/gnome/help/gucharmap/C/gucharmap.xml -share/gnome/help/gucharmap/C/legal.xml -share/gnome/help/gucharmap/bg/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/bg/figures/gucharmap_window.png -share/gnome/help/gucharmap/bg/gucharmap.xml -share/gnome/help/gucharmap/ca/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ca/figures/gucharmap_window.png -share/gnome/help/gucharmap/ca/gucharmap.xml -share/gnome/help/gucharmap/cs/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/cs/figures/gucharmap_window.png -share/gnome/help/gucharmap/cs/gucharmap.xml -share/gnome/help/gucharmap/de/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/de/figures/gucharmap_window.png -share/gnome/help/gucharmap/de/gucharmap.xml -share/gnome/help/gucharmap/el/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/el/figures/gucharmap_window.png -share/gnome/help/gucharmap/el/gucharmap.xml -share/gnome/help/gucharmap/en_GB/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/en_GB/figures/gucharmap_window.png -share/gnome/help/gucharmap/en_GB/gucharmap.xml -share/gnome/help/gucharmap/es/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/es/figures/gucharmap_window.png -share/gnome/help/gucharmap/es/gucharmap.xml -share/gnome/help/gucharmap/fi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fi/figures/gucharmap_window.png -share/gnome/help/gucharmap/fi/gucharmap.xml -share/gnome/help/gucharmap/fr/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/fr/figures/gucharmap_window.png -share/gnome/help/gucharmap/fr/gucharmap.xml -share/gnome/help/gucharmap/it/figures/gucharmap_window.png -share/gnome/help/gucharmap/it/gucharmap.xml -share/gnome/help/gucharmap/it/legal.xml -share/gnome/help/gucharmap/ja/figures/gucharmap_window.png -share/gnome/help/gucharmap/ja/gucharmap.xml -share/gnome/help/gucharmap/ja/legal.xml -share/gnome/help/gucharmap/ko/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/ko/figures/gucharmap_window.png -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 -share/gnome/help/gucharmap/sv/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/sv/figures/gucharmap_window.png -share/gnome/help/gucharmap/sv/gucharmap.xml -share/gnome/help/gucharmap/vi/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/vi/figures/gucharmap_window.png -share/gnome/help/gucharmap/vi/gucharmap.xml -share/gnome/help/gucharmap/zh_CN/figures/gucharmap_start_window.png -share/gnome/help/gucharmap/zh_CN/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_CN/gucharmap.xml -share/gnome/help/gucharmap/zh_HK/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_HK/gucharmap.xml -share/gnome/help/gucharmap/zh_HK/legal.xml -share/gnome/help/gucharmap/zh_TW/figures/gucharmap_window.png -share/gnome/help/gucharmap/zh_TW/gucharmap.xml -share/gnome/help/gucharmap/zh_TW/legal.xml -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 -share/locale/de/LC_MESSAGES/gucharmap.mo -share/locale/dz/LC_MESSAGES/gucharmap.mo -share/locale/el/LC_MESSAGES/gucharmap.mo -share/locale/en@shaw/LC_MESSAGES/gucharmap.mo -share/locale/en_CA/LC_MESSAGES/gucharmap.mo -share/locale/en_GB/LC_MESSAGES/gucharmap.mo -share/locale/eo/LC_MESSAGES/gucharmap.mo -share/locale/es/LC_MESSAGES/gucharmap.mo -share/locale/et/LC_MESSAGES/gucharmap.mo -share/locale/eu/LC_MESSAGES/gucharmap.mo -share/locale/fa/LC_MESSAGES/gucharmap.mo -share/locale/fi/LC_MESSAGES/gucharmap.mo -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 -share/locale/id/LC_MESSAGES/gucharmap.mo -share/locale/is/LC_MESSAGES/gucharmap.mo -share/locale/it/LC_MESSAGES/gucharmap.mo -share/locale/ja/LC_MESSAGES/gucharmap.mo -share/locale/ka/LC_MESSAGES/gucharmap.mo -share/locale/kn/LC_MESSAGES/gucharmap.mo -share/locale/ko/LC_MESSAGES/gucharmap.mo -share/locale/lt/LC_MESSAGES/gucharmap.mo -share/locale/lv/LC_MESSAGES/gucharmap.mo -share/locale/mai/LC_MESSAGES/gucharmap.mo -share/locale/mi/LC_MESSAGES/gucharmap.mo -share/locale/mk/LC_MESSAGES/gucharmap.mo -share/locale/ml/LC_MESSAGES/gucharmap.mo -share/locale/mn/LC_MESSAGES/gucharmap.mo -share/locale/mr/LC_MESSAGES/gucharmap.mo -share/locale/ms/LC_MESSAGES/gucharmap.mo -share/locale/nb/LC_MESSAGES/gucharmap.mo -share/locale/ne/LC_MESSAGES/gucharmap.mo -share/locale/nl/LC_MESSAGES/gucharmap.mo -share/locale/nn/LC_MESSAGES/gucharmap.mo -share/locale/oc/LC_MESSAGES/gucharmap.mo -share/locale/or/LC_MESSAGES/gucharmap.mo -share/locale/pa/LC_MESSAGES/gucharmap.mo -share/locale/pl/LC_MESSAGES/gucharmap.mo -share/locale/pt/LC_MESSAGES/gucharmap.mo -share/locale/pt_BR/LC_MESSAGES/gucharmap.mo -share/locale/ro/LC_MESSAGES/gucharmap.mo -share/locale/ru/LC_MESSAGES/gucharmap.mo -share/locale/rw/LC_MESSAGES/gucharmap.mo -share/locale/si/LC_MESSAGES/gucharmap.mo -share/locale/sk/LC_MESSAGES/gucharmap.mo -share/locale/sl/LC_MESSAGES/gucharmap.mo -share/locale/sq/LC_MESSAGES/gucharmap.mo -share/locale/sr/LC_MESSAGES/gucharmap.mo -share/locale/sr@latin/LC_MESSAGES/gucharmap.mo -share/locale/sv/LC_MESSAGES/gucharmap.mo -share/locale/ta/LC_MESSAGES/gucharmap.mo -share/locale/te/LC_MESSAGES/gucharmap.mo -share/locale/th/LC_MESSAGES/gucharmap.mo -share/locale/tr/LC_MESSAGES/gucharmap.mo -share/locale/uk/LC_MESSAGES/gucharmap.mo -share/locale/vi/LC_MESSAGES/gucharmap.mo -share/locale/wa/LC_MESSAGES/gucharmap.mo -share/locale/xh/LC_MESSAGES/gucharmap.mo -share/locale/zh_CN/LC_MESSAGES/gucharmap.mo -share/locale/zh_HK/LC_MESSAGES/gucharmap.mo -share/locale/zh_TW/LC_MESSAGES/gucharmap.mo -share/omf/gucharmap/gucharmap-C.omf -share/omf/gucharmap/gucharmap-bg.omf -share/omf/gucharmap/gucharmap-ca.omf -share/omf/gucharmap/gucharmap-cs.omf -share/omf/gucharmap/gucharmap-de.omf -share/omf/gucharmap/gucharmap-el.omf -share/omf/gucharmap/gucharmap-en_GB.omf -share/omf/gucharmap/gucharmap-es.omf -share/omf/gucharmap/gucharmap-fi.omf -share/omf/gucharmap/gucharmap-fr.omf -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-vi.omf -share/omf/gucharmap/gucharmap-zh_CN.omf -share/omf/gucharmap/gucharmap-zh_HK.omf -share/omf/gucharmap/gucharmap-zh_TW.omf -@dirrm share/omf/gucharmap -@dirrm share/gnome/help/gucharmap/zh_TW/figures -@dirrm share/gnome/help/gucharmap/zh_TW -@dirrm share/gnome/help/gucharmap/zh_HK/figures -@dirrm share/gnome/help/gucharmap/zh_HK -@dirrm share/gnome/help/gucharmap/zh_CN/figures -@dirrm share/gnome/help/gucharmap/zh_CN -@dirrm share/gnome/help/gucharmap/vi/figures -@dirrm share/gnome/help/gucharmap/vi -@dirrm share/gnome/help/gucharmap/sv/figures -@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 -@dirrm share/gnome/help/gucharmap/ko -@dirrm share/gnome/help/gucharmap/ja/figures -@dirrm share/gnome/help/gucharmap/ja -@dirrm share/gnome/help/gucharmap/it/figures -@dirrm share/gnome/help/gucharmap/it -@dirrm share/gnome/help/gucharmap/fr/figures -@dirrm share/gnome/help/gucharmap/fr -@dirrm share/gnome/help/gucharmap/fi/figures -@dirrm share/gnome/help/gucharmap/fi -@dirrm share/gnome/help/gucharmap/es/figures -@dirrm share/gnome/help/gucharmap/es -@dirrm share/gnome/help/gucharmap/en_GB/figures -@dirrm share/gnome/help/gucharmap/en_GB -@dirrm share/gnome/help/gucharmap/el/figures -@dirrm share/gnome/help/gucharmap/el -@dirrm share/gnome/help/gucharmap/de/figures -@dirrm share/gnome/help/gucharmap/de -@dirrm share/gnome/help/gucharmap/cs/figures -@dirrm share/gnome/help/gucharmap/cs -@dirrm share/gnome/help/gucharmap/ca/figures -@dirrm share/gnome/help/gucharmap/ca -@dirrm share/gnome/help/gucharmap/bg/figures -@dirrm share/gnome/help/gucharmap/bg -@dirrm share/gnome/help/gucharmap/C/figures -@dirrm share/gnome/help/gucharmap/C -@dirrm share/gnome/help/gucharmap -@dirrmtry share/applications -@dirrm include/gucharmap-2.0/gucharmap -@dirrm include/gucharmap-2.0 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/te/LC_MESSAGES -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mai/LC_MESSAGES -@dirrmtry share/locale/mai -@dirrmtry share/locale/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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 deleted file mode 100644 index 27cae1edb..000000000 --- a/deskutils/hamster-applet/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: hamster-applet -# Date created: 06 August 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= hamster-applet -PORTVERSION= 2.31.2 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Time management applet for the GNOME Desktop - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_XORG= xscrnsaver -USE_GNOME= gnomeprefix intlhack gnomehack pygnomedesktop \ - gnomecontrolcenter2 -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= hamster-applet.schemas - -.include <bsd.port.mk> diff --git a/deskutils/hamster-applet/distinfo b/deskutils/hamster-applet/distinfo deleted file mode 100644 index 4d5a26cf8..000000000 --- a/deskutils/hamster-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/hamster-applet-2.31.2.tar.bz2) = f1611422d34a44aa2d1dce04b3fb4a5d -SHA256 (gnome2/hamster-applet-2.31.2.tar.bz2) = af01f726161a5272e0bc1e17fd3a4571afc71b5bcd52ec97dac0f7aef5d8f583 -SIZE (gnome2/hamster-applet-2.31.2.tar.bz2) = 622231 diff --git a/deskutils/hamster-applet/files/patch-src_gnome-time-tracker b/deskutils/hamster-applet/files/patch-src_gnome-time-tracker deleted file mode 100644 index 1c124c711..000000000 --- a/deskutils/hamster-applet/files/patch-src_gnome-time-tracker +++ /dev/null @@ -1,22 +0,0 @@ ---- src/gnome-time-tracker.orig 2010-06-06 13:12:24.000000000 +0200 -+++ src/gnome-time-tracker 2010-06-06 13:14:32.000000000 +0200 -@@ -497,13 +497,13 @@ if __name__ == "__main__": - from hamster import defs - - # Setup i18n -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# 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') - - gtk.gdk.threads_init() - app = ProjectHamster() diff --git a/deskutils/hamster-applet/files/patch-src_hamster-applet b/deskutils/hamster-applet/files/patch-src_hamster-applet deleted file mode 100644 index eac47f2cd..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-applet +++ /dev/null @@ -1,22 +0,0 @@ ---- src/hamster-applet.orig 2010-06-06 13:12:33.000000000 +0200 -+++ src/hamster-applet 2010-06-06 13:13:31.000000000 +0200 -@@ -95,13 +95,13 @@ if __name__ == "__main__": - from hamster.configuration import runtime, dialogs - - # Setup i18n -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# 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') - - gtk.window_set_default_icon_name("hamster-applet") - diff --git a/deskutils/hamster-applet/files/patch-src_hamster-client b/deskutils/hamster-applet/files/patch-src_hamster-client deleted file mode 100644 index 7788abd5c..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-client +++ /dev/null @@ -1,24 +0,0 @@ ---- src/hamster-client.orig 2010-06-06 13:12:40.000000000 +0200 -+++ src/hamster-client 2010-06-06 13:13:48.000000000 +0200 -@@ -210,14 +210,14 @@ def fact_dict(fact_data, with_date): - - if __name__ == '__main__': - # Setup i18n -- gettext.install("hamster-applet", unicode=True) -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# gettext.install("hamster-applet", unicode=True) -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# 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') - - - diff --git a/deskutils/hamster-applet/files/patch-src_hamster-service b/deskutils/hamster-applet/files/patch-src_hamster-service deleted file mode 100644 index 702bfe1a2..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-service +++ /dev/null @@ -1,24 +0,0 @@ ---- src/hamster-service.orig 2010-06-06 13:12:46.000000000 +0200 -+++ src/hamster-service 2010-06-06 13:14:03.000000000 +0200 -@@ -21,14 +21,14 @@ STORAGE = os.path.join(SOURCE_DIR, "hams - - if __name__ == '__main__': - # Setup i18n -- gettext.install("hamster-applet", unicode=True) -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# gettext.install("hamster-applet", unicode=True) -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# 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') - - # adjust path if running from source - if os.path.exists(SOURCE_DIR): diff --git a/deskutils/hamster-applet/files/patch-src_hamster-standalone b/deskutils/hamster-applet/files/patch-src_hamster-standalone deleted file mode 100644 index 57ac4866d..000000000 --- a/deskutils/hamster-applet/files/patch-src_hamster-standalone +++ /dev/null @@ -1,22 +0,0 @@ ---- src/hamster-standalone.orig 2010-06-06 13:12:54.000000000 +0200 -+++ src/hamster-standalone 2010-06-06 13:14:12.000000000 +0200 -@@ -497,13 +497,13 @@ if __name__ == "__main__": - from hamster import defs - - # Setup i18n -- locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -- for module in (gettext, locale): -- module.bindtextdomain('hamster-applet', locale_dir) -- module.textdomain('hamster-applet') -+# locale_dir = os.path.abspath(os.path.join(defs.DATA_DIR, "locale")) -+# 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') - - gtk.gdk.threads_init() - app = ProjectHamster() diff --git a/deskutils/hamster-applet/pkg-descr b/deskutils/hamster-applet/pkg-descr deleted file mode 100644 index 9e3edc3cb..000000000 --- a/deskutils/hamster-applet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Hamster Applet allows you to keep track on where are you spending your time. - -WWW: http://projecthamster.wordpress.com/ diff --git a/deskutils/hamster-applet/pkg-plist b/deskutils/hamster-applet/pkg-plist deleted file mode 100644 index 76731c72f..000000000 --- a/deskutils/hamster-applet/pkg-plist +++ /dev/null @@ -1,293 +0,0 @@ -bin/gnome-time-tracker -bin/hamster-client -bin/hamster-service -bin/hamster-standalone -lib/hamster-applet/hamster-applet -%%PYTHON_SITELIBDIR%%/hamster/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/about.py -%%PYTHON_SITELIBDIR%%/hamster/about.pyc -%%PYTHON_SITELIBDIR%%/hamster/about.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/client.py -%%PYTHON_SITELIBDIR%%/hamster/client.pyc -%%PYTHON_SITELIBDIR%%/hamster/client.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 -%%PYTHON_SITELIBDIR%%/hamster/defs.py -%%PYTHON_SITELIBDIR%%/hamster/defs.pyc -%%PYTHON_SITELIBDIR%%/hamster/defs.pyo -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.py -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyc -%%PYTHON_SITELIBDIR%%/hamster/edit_activity.pyo -%%PYTHON_SITELIBDIR%%/hamster/external.py -%%PYTHON_SITELIBDIR%%/hamster/external.pyc -%%PYTHON_SITELIBDIR%%/hamster/external.pyo -%%PYTHON_SITELIBDIR%%/hamster/graphics.py -%%PYTHON_SITELIBDIR%%/hamster/graphics.pyc -%%PYTHON_SITELIBDIR%%/hamster/graphics.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 -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/keybinder/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.la -%%PYTHON_SITELIBDIR%%/hamster/keybinder/_keybinder.so -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.py -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview_activities.pyo -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.py -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview_totals.pyo -%%PYTHON_SITELIBDIR%%/hamster/overview.py -%%PYTHON_SITELIBDIR%%/hamster/overview.pyc -%%PYTHON_SITELIBDIR%%/hamster/overview.pyo -%%PYTHON_SITELIBDIR%%/hamster/preferences.py -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyc -%%PYTHON_SITELIBDIR%%/hamster/preferences.pyo -%%PYTHON_SITELIBDIR%%/hamster/pytweener.py -%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyc -%%PYTHON_SITELIBDIR%%/hamster/pytweener.pyo -%%PYTHON_SITELIBDIR%%/hamster/reports.py -%%PYTHON_SITELIBDIR%%/hamster/reports.pyc -%%PYTHON_SITELIBDIR%%/hamster/reports.pyo -%%PYTHON_SITELIBDIR%%/hamster/stats.py -%%PYTHON_SITELIBDIR%%/hamster/stats.pyc -%%PYTHON_SITELIBDIR%%/hamster/stats.pyo -%%PYTHON_SITELIBDIR%%/hamster/storage.py -%%PYTHON_SITELIBDIR%%/hamster/storage.pyc -%%PYTHON_SITELIBDIR%%/hamster/storage.pyo -%%PYTHON_SITELIBDIR%%/hamster/stuff.py -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyc -%%PYTHON_SITELIBDIR%%/hamster/stuff.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/__init__.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/activityentry.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/dateinput.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/dayline.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/facttree.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/reportchooserdialog.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/tags.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/timechart.pyo -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.py -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyc -%%PYTHON_SITELIBDIR%%/hamster/widgets/timeinput.pyo -libdata/bonobo/servers/Hamster_Applet.server -share/gnome-control-center/keybindings/99-hamster-applet.xml -%%DATADIR%%/Hamster_Applet.xml -%%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%%/hamster.ui -%%DATADIR%%/overview.ui -%%DATADIR%%/overview_totals.ui -%%DATADIR%%/preferences.ui -%%DATADIR%%/stats.ui -share/applications/hamster-standalone.desktop -share/dbus-1/services/org.gnome.hamster.service -share/gnome/help/hamster-applet/C/backup.page -share/gnome/help/hamster-applet/C/figures/hamster-logo.png -share/gnome/help/hamster-applet/C/index.page -share/gnome/help/hamster-applet/C/input.page -share/gnome/help/hamster-applet/C/legal.xml -share/gnome/help/hamster-applet/C/merge.page -share/gnome/help/hamster-applet/C/reports.page -share/gnome/help/hamster-applet/C/statistics.page -share/gnome/help/hamster-applet/cs/backup.page -share/gnome/help/hamster-applet/cs/figures/hamster-logo.png -share/gnome/help/hamster-applet/cs/index.page -share/gnome/help/hamster-applet/cs/input.page -share/gnome/help/hamster-applet/cs/legal.xml -share/gnome/help/hamster-applet/cs/merge.page -share/gnome/help/hamster-applet/cs/reports.page -share/gnome/help/hamster-applet/cs/statistics.page -share/gnome/help/hamster-applet/de/backup.page -share/gnome/help/hamster-applet/de/figures/hamster-logo.png -share/gnome/help/hamster-applet/de/index.page -share/gnome/help/hamster-applet/de/input.page -share/gnome/help/hamster-applet/de/legal.xml -share/gnome/help/hamster-applet/de/merge.page -share/gnome/help/hamster-applet/de/reports.page -share/gnome/help/hamster-applet/de/statistics.page -share/gnome/help/hamster-applet/el/backup.page -share/gnome/help/hamster-applet/el/figures/hamster-logo.png -share/gnome/help/hamster-applet/el/index.page -share/gnome/help/hamster-applet/el/input.page -share/gnome/help/hamster-applet/el/legal.xml -share/gnome/help/hamster-applet/el/merge.page -share/gnome/help/hamster-applet/el/reports.page -share/gnome/help/hamster-applet/el/statistics.page -share/gnome/help/hamster-applet/es/backup.page -share/gnome/help/hamster-applet/es/figures/hamster-logo.png -share/gnome/help/hamster-applet/es/index.page -share/gnome/help/hamster-applet/es/input.page -share/gnome/help/hamster-applet/es/legal.xml -share/gnome/help/hamster-applet/es/merge.page -share/gnome/help/hamster-applet/es/reports.page -share/gnome/help/hamster-applet/es/statistics.page -share/gnome/help/hamster-applet/fr/backup.page -share/gnome/help/hamster-applet/fr/figures/hamster-logo.png -share/gnome/help/hamster-applet/fr/index.page -share/gnome/help/hamster-applet/fr/input.page -share/gnome/help/hamster-applet/fr/legal.xml -share/gnome/help/hamster-applet/fr/merge.page -share/gnome/help/hamster-applet/fr/reports.page -share/gnome/help/hamster-applet/fr/statistics.page -share/gnome/help/hamster-applet/zh_HK/backup.page -share/gnome/help/hamster-applet/zh_HK/figures/hamster-logo.png -share/gnome/help/hamster-applet/zh_HK/index.page -share/gnome/help/hamster-applet/zh_HK/input.page -share/gnome/help/hamster-applet/zh_HK/legal.xml -share/gnome/help/hamster-applet/zh_HK/merge.page -share/gnome/help/hamster-applet/zh_HK/reports.page -share/gnome/help/hamster-applet/zh_HK/statistics.page -share/gnome/help/hamster-applet/zh_TW/backup.page -share/gnome/help/hamster-applet/zh_TW/figures/hamster-logo.png -share/gnome/help/hamster-applet/zh_TW/index.page -share/gnome/help/hamster-applet/zh_TW/input.page -share/gnome/help/hamster-applet/zh_TW/legal.xml -share/gnome/help/hamster-applet/zh_TW/merge.page -share/gnome/help/hamster-applet/zh_TW/reports.page -share/gnome/help/hamster-applet/zh_TW/statistics.page -share/icons/hicolor/16x16/apps/hamster-applet.png -share/icons/hicolor/22x22/apps/hamster-applet.png -share/icons/hicolor/32x32/apps/hamster-applet.png -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 -share/locale/cs/LC_MESSAGES/hamster-applet.mo -share/locale/da/LC_MESSAGES/hamster-applet.mo -share/locale/de/LC_MESSAGES/hamster-applet.mo -share/locale/el/LC_MESSAGES/hamster-applet.mo -share/locale/en_GB/LC_MESSAGES/hamster-applet.mo -share/locale/en@shaw/LC_MESSAGES/hamster-applet.mo -share/locale/es/LC_MESSAGES/hamster-applet.mo -share/locale/et/LC_MESSAGES/hamster-applet.mo -share/locale/eu/LC_MESSAGES/hamster-applet.mo -share/locale/fi/LC_MESSAGES/hamster-applet.mo -share/locale/fr/LC_MESSAGES/hamster-applet.mo -share/locale/gl/LC_MESSAGES/hamster-applet.mo -share/locale/gu/LC_MESSAGES/hamster-applet.mo -share/locale/he/LC_MESSAGES/hamster-applet.mo -share/locale/hi/LC_MESSAGES/hamster-applet.mo -share/locale/hu/LC_MESSAGES/hamster-applet.mo -share/locale/it/LC_MESSAGES/hamster-applet.mo -share/locale/ja/LC_MESSAGES/hamster-applet.mo -share/locale/kn/LC_MESSAGES/hamster-applet.mo -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 -share/locale/nb/LC_MESSAGES/hamster-applet.mo -share/locale/nl/LC_MESSAGES/hamster-applet.mo -share/locale/or/LC_MESSAGES/hamster-applet.mo -share/locale/pa/LC_MESSAGES/hamster-applet.mo -share/locale/pl/LC_MESSAGES/hamster-applet.mo -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 -share/locale/sr@latin/LC_MESSAGES/hamster-applet.mo -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/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 -share/locale/zh_TW/LC_MESSAGES/hamster-applet.mo -@dirrm %%DATADIR%%/art -@dirrm %%DATADIR%% -@dirrm %%PYTHON_SITELIBDIR%%/hamster/widgets -@dirrm %%PYTHON_SITELIBDIR%%/hamster/keybinder -@dirrm %%PYTHON_SITELIBDIR%%/hamster -@dirrm lib/hamster-applet -@dirrm share/gnome/help/hamster-applet/zh_TW/figures -@dirrm share/gnome/help/hamster-applet/zh_TW -@dirrm share/gnome/help/hamster-applet/zh_HK/figures -@dirrm share/gnome/help/hamster-applet/zh_HK -@dirrm share/gnome/help/hamster-applet/fr/figures -@dirrm share/gnome/help/hamster-applet/fr -@dirrm share/gnome/help/hamster-applet/es/figures -@dirrm share/gnome/help/hamster-applet/es -@dirrm share/gnome/help/hamster-applet/el/figures -@dirrm share/gnome/help/hamster-applet/el -@dirrm share/gnome/help/hamster-applet/de/figures -@dirrm share/gnome/help/hamster-applet/de -@dirrm share/gnome/help/hamster-applet/cs/figures -@dirrm share/gnome/help/hamster-applet/cs -@dirrm share/gnome/help/hamster-applet/C/figures -@dirrm share/gnome/help/hamster-applet/C -@dirrm share/gnome/help/hamster-applet -@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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@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/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/deskutils/nautilus-sendto/Makefile b/deskutils/nautilus-sendto/Makefile deleted file mode 100644 index 0af6b34ad..000000000 --- a/deskutils/nautilus-sendto/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: nautilus-sendto -# Date created: 2004-12-03 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.29 2010/09/23 15:18:56 avl Exp $ - -PORTNAME= nautilus-sendto -PORTVERSION= 2.32.0 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integration between nautilus, evolution, and pidgin - -MAN1= nautilus-sendto.1 -GLIB_SCHEMAS= org.gnome.Nautilus.Sendto.gschema.xml -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intlhack gnomeprefix gnometarget nautilus2 gnomehack \ - evolutiondataserver -GNOME_DESKTOP_VERSION=2 -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}" - -OPTIONS= PIDGIN "Build pidgin sendto plugin" off \ - UPNP "Build upnp sendto plugin" off - -# check configure script for allowed_plugins="..." for new plugins -SENDTO_PLUGINS= evolution gajim nautilus-burn removable-devices - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIDGIN) -SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_SUB+= PIDGIN="" -.else -PLIST_SUB+= PIDGIN="@comment " -.endif - -.if defined(WITH_UPNP) -SENDTO_PLUGINS:=${SENDTO_PLUGINS} upnp -LIB_DEPENDS+= gupnp-1.0:${PORTSDIR}/net/gupnp -PLIST_SUB+= UPNP="" -.else -PLIST_SUB+= UPNP="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/nautilus-sendto/distinfo b/deskutils/nautilus-sendto/distinfo deleted file mode 100644 index cb9e982cd..000000000 --- a/deskutils/nautilus-sendto/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-sendto-2.32.0.tar.bz2) = e4f44084976ac4c6602a02ee3700e6f5 -SHA256 (nautilus-sendto-2.32.0.tar.bz2) = 890090b24381d91f079610d5454cb786a3ecefc91fa06649b2222be9bb02269a -SIZE (nautilus-sendto-2.32.0.tar.bz2) = 446731 diff --git a/deskutils/nautilus-sendto/files/patch-configure b/deskutils/nautilus-sendto/files/patch-configure deleted file mode 100644 index 8cfe52049..000000000 --- a/deskutils/nautilus-sendto/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig 2010-08-18 11:22:51.000000000 +0200 -+++ configure 2010-08-18 11:26:00.000000000 +0200 -@@ -11030,8 +11030,8 @@ - .SECONDARY: $(gsettings_SCHEMAS) - - gsettings__base_list = \ -- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \ -- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g" -+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \ -+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' - - install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) - @$(NORMAL_INSTALL) diff --git a/deskutils/nautilus-sendto/pkg-descr b/deskutils/nautilus-sendto/pkg-descr deleted file mode 100644 index 34fdb0e38..000000000 --- a/deskutils/nautilus-sendto/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Integration between nautilus, evolution, and pidgin. - -Nautilus context menu component ("Send To: Pidgin Buddy/Evolution Addressbook") -with a dialog for insert the email account or IM account which you want to -send the file/files. Contact with evolution-data-server and get the email -accounts from your Evolution Addressbook. - -WWW: http://www.es.gnome.org/~telemaco/ diff --git a/deskutils/nautilus-sendto/pkg-plist b/deskutils/nautilus-sendto/pkg-plist deleted file mode 100644 index e47d7d08d..000000000 --- a/deskutils/nautilus-sendto/pkg-plist +++ /dev/null @@ -1,141 +0,0 @@ -bin/nautilus-sendto -include/nautilus-sendto/nautilus-sendto-plugin.h -lib/nautilus-sendto/plugins/libnstburn.la -lib/nautilus-sendto/plugins/libnstburn.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 -%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.la -%%UPNP%%lib/nautilus-sendto/plugins/libnstupnp.so -lib/nautilus/extensions-2.0/libnautilus-sendto.la -lib/nautilus/extensions-2.0/libnautilus-sendto.so -libdata/pkgconfig/nautilus-sendto.pc -share/GConf/gsettings/nautilus-sendto-convert -%%DOCSDIR%%/annotation-glossary.html -%%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/af/LC_MESSAGES/nautilus-sendto.mo -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/LC_MESSAGES/nautilus-sendto.mo -share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo -share/locale/bg/LC_MESSAGES/nautilus-sendto.mo -share/locale/bn/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/ca@valencia/LC_MESSAGES/nautilus-sendto.mo -share/locale/cs/LC_MESSAGES/nautilus-sendto.mo -share/locale/da/LC_MESSAGES/nautilus-sendto.mo -share/locale/de/LC_MESSAGES/nautilus-sendto.mo -share/locale/dz/LC_MESSAGES/nautilus-sendto.mo -share/locale/el/LC_MESSAGES/nautilus-sendto.mo -share/locale/en@shaw/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo -share/locale/es/LC_MESSAGES/nautilus-sendto.mo -share/locale/et/LC_MESSAGES/nautilus-sendto.mo -share/locale/eu/LC_MESSAGES/nautilus-sendto.mo -share/locale/fi/LC_MESSAGES/nautilus-sendto.mo -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/id/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/lv/LC_MESSAGES/nautilus-sendto.mo -share/locale/mk/LC_MESSAGES/nautilus-sendto.mo -share/locale/ml/LC_MESSAGES/nautilus-sendto.mo -share/locale/mr/LC_MESSAGES/nautilus-sendto.mo -share/locale/ms/LC_MESSAGES/nautilus-sendto.mo -share/locale/nb/LC_MESSAGES/nautilus-sendto.mo -share/locale/nds/LC_MESSAGES/nautilus-sendto.mo -share/locale/ne/LC_MESSAGES/nautilus-sendto.mo -share/locale/nl/LC_MESSAGES/nautilus-sendto.mo -share/locale/nn/LC_MESSAGES/nautilus-sendto.mo -share/locale/oc/LC_MESSAGES/nautilus-sendto.mo -share/locale/or/LC_MESSAGES/nautilus-sendto.mo -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 -share/locale/sl/LC_MESSAGES/nautilus-sendto.mo -share/locale/sq/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr@latin/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/ug/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_HK/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo -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 -@dirrm include/nautilus-sendto -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@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/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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 -@dirrmtry share/GConf/gsettings -@dirrmtry share/GConf diff --git a/deskutils/nautilus-sendto3/Makefile b/deskutils/nautilus-sendto3/Makefile deleted file mode 100644 index 69fb8ea4c..000000000 --- a/deskutils/nautilus-sendto3/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: nautilus-sendto -# Date created: 2004-12-03 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/deskutils/nautilus-sendto/Makefile,v 1.25 2010/04/10 23:24:02 kwm Exp $ - -PORTNAME= nautilus-sendto -PORTVERSION= 2.90.0 -CATEGORIES= deskutils -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integration between nautilus, evolution, and pidgin - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -MAN1= nautilus-sendto.1 -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= intlhack gnomeprefix gnometarget nautilus3 gnomehack \ - evolutiondataserver3 -USE_GETTEXT= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-plugins="${SENDTO_PLUGINS}" - -OPTIONS= PIDGIN "Build pidgin sendto plugin" off - -# check configure script for allowed_plugins="..." for new plugins -SENDTO_PLUGINS= bluetooth evolution gajim nautilus-burn removable-devices - -# Not these plugins: -# empathy (moved to empathy port) upnp - -.include <bsd.port.pre.mk> - -.if defined(WITH_PIDGIN) -SENDTO_PLUGINS:=${SENDTO_PLUGINS} pidgin -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS+= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_SUB+= PIDGIN="" -.else -PLIST_SUB+= PIDGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/deskutils/nautilus-sendto3/distinfo b/deskutils/nautilus-sendto3/distinfo deleted file mode 100644 index b53e58516..000000000 --- a/deskutils/nautilus-sendto3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-sendto-2.90.0.tar.bz2) = 3f8fa39be123697c0c6502858d634784 -SHA256 (nautilus-sendto-2.90.0.tar.bz2) = 68d5d1a77bd07bac73a7570649bc5e888380a3a0a6cfcdc0a975fc6eebd0cac2 -SIZE (nautilus-sendto-2.90.0.tar.bz2) = 432796 diff --git a/deskutils/nautilus-sendto3/pkg-descr b/deskutils/nautilus-sendto3/pkg-descr deleted file mode 100644 index 34fdb0e38..000000000 --- a/deskutils/nautilus-sendto3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Integration between nautilus, evolution, and pidgin. - -Nautilus context menu component ("Send To: Pidgin Buddy/Evolution Addressbook") -with a dialog for insert the email account or IM account which you want to -send the file/files. Contact with evolution-data-server and get the email -accounts from your Evolution Addressbook. - -WWW: http://www.es.gnome.org/~telemaco/ diff --git a/deskutils/nautilus-sendto3/pkg-plist b/deskutils/nautilus-sendto3/pkg-plist deleted file mode 100644 index 4005c4b70..000000000 --- a/deskutils/nautilus-sendto3/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -bin/nautilus-sendto -include/nautilus-sendto/nautilus-sendto-plugin.h -lib/nautilus-sendto/plugins/libnstburn.la -lib/nautilus-sendto/plugins/libnstburn.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 -libdata/pkgconfig/nautilus-sendto.pc -share/GConf/gsettings/nautilus-sendto-convert -%%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/af/LC_MESSAGES/nautilus-sendto.mo -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/LC_MESSAGES/nautilus-sendto.mo -share/locale/be@latin/LC_MESSAGES/nautilus-sendto.mo -share/locale/bg/LC_MESSAGES/nautilus-sendto.mo -share/locale/bn/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/ca@valencia/LC_MESSAGES/nautilus-sendto.mo -share/locale/cs/LC_MESSAGES/nautilus-sendto.mo -share/locale/da/LC_MESSAGES/nautilus-sendto.mo -share/locale/de/LC_MESSAGES/nautilus-sendto.mo -share/locale/dz/LC_MESSAGES/nautilus-sendto.mo -share/locale/el/LC_MESSAGES/nautilus-sendto.mo -share/locale/en@shaw/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_CA/LC_MESSAGES/nautilus-sendto.mo -share/locale/en_GB/LC_MESSAGES/nautilus-sendto.mo -share/locale/es/LC_MESSAGES/nautilus-sendto.mo -share/locale/et/LC_MESSAGES/nautilus-sendto.mo -share/locale/eu/LC_MESSAGES/nautilus-sendto.mo -share/locale/fi/LC_MESSAGES/nautilus-sendto.mo -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/id/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/lv/LC_MESSAGES/nautilus-sendto.mo -share/locale/mk/LC_MESSAGES/nautilus-sendto.mo -share/locale/ml/LC_MESSAGES/nautilus-sendto.mo -share/locale/mr/LC_MESSAGES/nautilus-sendto.mo -share/locale/nb/LC_MESSAGES/nautilus-sendto.mo -share/locale/nds/LC_MESSAGES/nautilus-sendto.mo -share/locale/ne/LC_MESSAGES/nautilus-sendto.mo -share/locale/nl/LC_MESSAGES/nautilus-sendto.mo -share/locale/nn/LC_MESSAGES/nautilus-sendto.mo -share/locale/oc/LC_MESSAGES/nautilus-sendto.mo -share/locale/or/LC_MESSAGES/nautilus-sendto.mo -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 -share/locale/sl/LC_MESSAGES/nautilus-sendto.mo -share/locale/sq/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr/LC_MESSAGES/nautilus-sendto.mo -share/locale/sr@latin/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_HK/LC_MESSAGES/nautilus-sendto.mo -share/locale/zh_TW/LC_MESSAGES/nautilus-sendto.mo -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 -@dirrm include/nautilus-sendto -@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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@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/en@shaw/LC_MESSAGES -@dirrmtry share/locale/en@shaw -@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/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile deleted file mode 100644 index ce543759f..000000000 --- a/deskutils/notification-daemon/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: notification-daemon -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# $MCom: ports/deskutils/notification-daemon/Makefile,v 1.4 2008/11/30 19:43:36 marcus Exp $ -# - -PORTNAME= notification-daemon -PORTVERSION= 0.5.0 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Send small notifications to your desktop - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - notify.1:${PORTSDIR}/devel/libnotify - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XORG= x11 xt sm ice xext -USE_GSTREAMER= good -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= notification-daemon.schemas - -CONFLICTS= xfce4-notification-daemon-[0-9]* xfce4-notifyd-[0-9]* - -.include <bsd.port.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo deleted file mode 100644 index 9f154af53..000000000 --- a/deskutils/notification-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (notification-daemon-0.5.0.tar.bz2) = 18919b2aa2a88b71a40f59393edf70d0 -SHA256 (notification-daemon-0.5.0.tar.bz2) = aa1d3546fd1d5c51087317f4921c419927b644c12c39b557c959c9b45deb1475 -SIZE (notification-daemon-0.5.0.tar.bz2) = 330034 diff --git a/deskutils/notification-daemon/pkg-descr b/deskutils/notification-daemon/pkg-descr deleted file mode 100644 index 33ba0cc36..000000000 --- a/deskutils/notification-daemon/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist deleted file mode 100644 index b94b0ae5f..000000000 --- a/deskutils/notification-daemon/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -bin/notification-properties -lib/notification-daemon-1.0/engines/libslider.a -lib/notification-daemon-1.0/engines/libslider.la -lib/notification-daemon-1.0/engines/libslider.so -lib/notification-daemon-1.0/engines/libstandard.a -lib/notification-daemon-1.0/engines/libstandard.la -lib/notification-daemon-1.0/engines/libstandard.so -libexec/notification-daemon -share/applications/notification-properties.desktop -share/dbus-1/services/org.freedesktop.Notifications.service -share/icons/hicolor/16x16/apps/notification-properties.png -share/icons/hicolor/22x22/apps/notification-properties.png -share/icons/hicolor/24x24/apps/notification-properties.png -share/icons/hicolor/32x32/apps/notification-properties.png -share/icons/hicolor/48x48/apps/notification-properties.png -share/icons/hicolor/scalable/apps/notification-properties.svg -share/locale/ar/LC_MESSAGES/notification-daemon.mo -share/locale/cs/LC_MESSAGES/notification-daemon.mo -share/locale/da/LC_MESSAGES/notification-daemon.mo -share/locale/de/LC_MESSAGES/notification-daemon.mo -share/locale/el/LC_MESSAGES/notification-daemon.mo -share/locale/es/LC_MESSAGES/notification-daemon.mo -share/locale/et/LC_MESSAGES/notification-daemon.mo -share/locale/fr/LC_MESSAGES/notification-daemon.mo -share/locale/gl/LC_MESSAGES/notification-daemon.mo -share/locale/hu/LC_MESSAGES/notification-daemon.mo -share/locale/it/LC_MESSAGES/notification-daemon.mo -share/locale/ja/LC_MESSAGES/notification-daemon.mo -share/locale/lt/LC_MESSAGES/notification-daemon.mo -share/locale/nb/LC_MESSAGES/notification-daemon.mo -share/locale/nl/LC_MESSAGES/notification-daemon.mo -share/locale/pa/LC_MESSAGES/notification-daemon.mo -share/locale/pl/LC_MESSAGES/notification-daemon.mo -share/locale/pt_BR/LC_MESSAGES/notification-daemon.mo -share/locale/ru/LC_MESSAGES/notification-daemon.mo -share/locale/sl/LC_MESSAGES/notification-daemon.mo -share/locale/sv/LC_MESSAGES/notification-daemon.mo -share/locale/zh_CN/LC_MESSAGES/notification-daemon.mo -share/notification-daemon/notification-properties.ui -@dirrm share/notification-daemon -@dirrm lib/notification-daemon-1.0/engines -@dirrm lib/notification-daemon-1.0 -@dirrmtry share/applications |