summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-15 02:49:47 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-08-15 02:49:47 +0800
commit0d012b0b7f09066892e52662f33dc0f751de6b26 (patch)
treec4eed560507e097093fef99a0cbd8189c4c61b01 /deskutils/deskbar-applet
parentb6d702c295fd7bd0c427be4178f7e8e526f22962 (diff)
downloadmarcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar.gz
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar.bz2
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar.lz
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar.xz
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.tar.zst
marcuscom-ports-0d012b0b7f09066892e52662f33dc0f751de6b26.zip
Update to 2.19.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9396 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet')
-rw-r--r--deskutils/deskbar-applet/Makefile4
-rw-r--r--deskutils/deskbar-applet/distinfo6
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py22
-rw-r--r--deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py10
-rw-r--r--deskutils/deskbar-applet/pkg-plist98
5 files changed, 65 insertions, 75 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index 3f02776de..76a2de0d7 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,11 +3,11 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.62 2007/08/06 17:15:53 marcus Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.63 2007/08/07 20:09:44 mezz Exp $
#
PORTNAME= deskbar-applet
-PORTVERSION= 2.19.6.1
+PORTVERSION= 2.19.90
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/deskutils/deskbar-applet/distinfo b/deskutils/deskbar-applet/distinfo
index 93a300aa0..0bd7e9e1c 100644
--- a/deskutils/deskbar-applet/distinfo
+++ b/deskutils/deskbar-applet/distinfo
@@ -1,3 +1,3 @@
-MD5 (gnome2/deskbar-applet-2.19.6.1.tar.bz2) = 33f3469f6df2860faee4b2c5ca96b8e7
-SHA256 (gnome2/deskbar-applet-2.19.6.1.tar.bz2) = a6a58f59f581288470b306d5da48762c9896ade4eaf8a5205195c8b379492736
-SIZE (gnome2/deskbar-applet-2.19.6.1.tar.bz2) = 729893
+MD5 (gnome2/deskbar-applet-2.19.90.tar.bz2) = 7dd9205848f4b64acee07c0a2235b0ce
+SHA256 (gnome2/deskbar-applet-2.19.90.tar.bz2) = 6ae74d81248360af4171fba842eb29c6cff1c24a026807713abb46d78fbd34f5
+SIZE (gnome2/deskbar-applet-2.19.90.tar.bz2) = 722504
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py
index 9fb0d949e..1a41213c3 100644
--- a/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py
+++ b/deskutils/deskbar-applet/files/patch-deskbar_core_Utils.py
@@ -1,11 +1,11 @@
---- deskbar/core/Utils.py.orig Tue Jul 10 15:24:06 2007
-+++ deskbar/core/Utils.py Tue Jul 10 15:24:23 2007
-@@ -51,7 +51,7 @@
-
- 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)]
+--- 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_handlers_mozilla.py b/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
deleted file mode 100644
index f4833feef..000000000
--- a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py
+++ /dev/null
@@ -1,10 +0,0 @@
---- deskbar/handlers/mozilla.py.orig 2007-08-06 07:17:47.000000000 -0400
-+++ deskbar/handlers/mozilla.py 2007-08-06 13:02:46.000000000 -0400
-@@ -211,6 +211,7 @@ class MozillaSearchHandler(deskbar.inter
- smart_dirs = [
- get_mozilla_home_file("search"),
- expanduser("~/.mozilla/searchplugins"),
-+ "%%LOCALBASE%%/lib/mozilla/searchplugins",
- "/usr/lib/mozilla/searchplugins",
- "/usr/local/lib/mozilla/searchplugins"]
-
diff --git a/deskutils/deskbar-applet/pkg-plist b/deskutils/deskbar-applet/pkg-plist
index a8e322bb8..d6ac4ee91 100644
--- a/deskutils/deskbar-applet/pkg-plist
+++ b/deskutils/deskbar-applet/pkg-plist
@@ -1,49 +1,49 @@
lib/deskbar-applet/deskbar-applet
-lib/deskbar-applet/handlers/beagle-live.py
-lib/deskbar-applet/handlers/beagle-live.pyc
-lib/deskbar-applet/handlers/beagle-live.pyo
-lib/deskbar-applet/handlers/beagle-static.py
-lib/deskbar-applet/handlers/beagle-static.pyc
-lib/deskbar-applet/handlers/beagle-static.pyo
-lib/deskbar-applet/handlers/desklicious.py
-lib/deskbar-applet/handlers/desklicious.pyc
-lib/deskbar-applet/handlers/desklicious.pyo
-lib/deskbar-applet/handlers/epiphany.py
-lib/deskbar-applet/handlers/epiphany.pyc
-lib/deskbar-applet/handlers/epiphany.pyo
-%%EVO%%lib/deskbar-applet/handlers/evolution.py
-%%EVO%%lib/deskbar-applet/handlers/evolution.pyc
-%%EVO%%lib/deskbar-applet/handlers/evolution.pyo
-lib/deskbar-applet/handlers/files.py
-lib/deskbar-applet/handlers/files.pyc
-lib/deskbar-applet/handlers/files.pyo
-lib/deskbar-applet/handlers/galeon.py
-lib/deskbar-applet/handlers/galeon.pyc
-lib/deskbar-applet/handlers/galeon.pyo
-lib/deskbar-applet/handlers/gdmactions.py
-lib/deskbar-applet/handlers/gdmactions.pyc
-lib/deskbar-applet/handlers/gdmactions.pyo
-lib/deskbar-applet/handlers/history.py
-lib/deskbar-applet/handlers/history.pyc
-lib/deskbar-applet/handlers/history.pyo
-lib/deskbar-applet/handlers/iswitch-window.py
-lib/deskbar-applet/handlers/iswitch-window.pyc
-lib/deskbar-applet/handlers/iswitch-window.pyo
-lib/deskbar-applet/handlers/mozilla.py
-lib/deskbar-applet/handlers/mozilla.pyc
-lib/deskbar-applet/handlers/mozilla.pyo
-lib/deskbar-applet/handlers/programs.py
-lib/deskbar-applet/handlers/programs.pyc
-lib/deskbar-applet/handlers/programs.pyo
-lib/deskbar-applet/handlers/recent.py
-lib/deskbar-applet/handlers/recent.pyc
-lib/deskbar-applet/handlers/recent.pyo
-lib/deskbar-applet/handlers/web_address.py
-lib/deskbar-applet/handlers/web_address.pyc
-lib/deskbar-applet/handlers/web_address.pyo
-lib/deskbar-applet/handlers/yahoo.py
-lib/deskbar-applet/handlers/yahoo.pyc
-lib/deskbar-applet/handlers/yahoo.pyo
+lib/deskbar-applet/modules/beagle-live.py
+lib/deskbar-applet/modules/beagle-live.pyc
+lib/deskbar-applet/modules/beagle-live.pyo
+lib/deskbar-applet/modules/beagle-static.py
+lib/deskbar-applet/modules/beagle-static.pyc
+lib/deskbar-applet/modules/beagle-static.pyo
+lib/deskbar-applet/modules/desklicious.py
+lib/deskbar-applet/modules/desklicious.pyc
+lib/deskbar-applet/modules/desklicious.pyo
+lib/deskbar-applet/modules/epiphany.py
+lib/deskbar-applet/modules/epiphany.pyc
+lib/deskbar-applet/modules/epiphany.pyo
+%%EVO%%lib/deskbar-applet/modules/evolution.py
+%%EVO%%lib/deskbar-applet/modules/evolution.pyc
+%%EVO%%lib/deskbar-applet/modules/evolution.pyo
+lib/deskbar-applet/modules/files.py
+lib/deskbar-applet/modules/files.pyc
+lib/deskbar-applet/modules/files.pyo
+lib/deskbar-applet/modules/galeon.py
+lib/deskbar-applet/modules/galeon.pyc
+lib/deskbar-applet/modules/galeon.pyo
+lib/deskbar-applet/modules/gdmactions.py
+lib/deskbar-applet/modules/gdmactions.pyc
+lib/deskbar-applet/modules/gdmactions.pyo
+lib/deskbar-applet/modules/history.py
+lib/deskbar-applet/modules/history.pyc
+lib/deskbar-applet/modules/history.pyo
+lib/deskbar-applet/modules/iswitch-window.py
+lib/deskbar-applet/modules/iswitch-window.pyc
+lib/deskbar-applet/modules/iswitch-window.pyo
+lib/deskbar-applet/modules/mozilla.py
+lib/deskbar-applet/modules/mozilla.pyc
+lib/deskbar-applet/modules/mozilla.pyo
+lib/deskbar-applet/modules/programs.py
+lib/deskbar-applet/modules/programs.pyc
+lib/deskbar-applet/modules/programs.pyo
+lib/deskbar-applet/modules/recent.py
+lib/deskbar-applet/modules/recent.pyc
+lib/deskbar-applet/modules/recent.pyo
+lib/deskbar-applet/modules/web_address.py
+lib/deskbar-applet/modules/web_address.pyc
+lib/deskbar-applet/modules/web_address.pyo
+lib/deskbar-applet/modules/yahoo.py
+lib/deskbar-applet/modules/yahoo.pyc
+lib/deskbar-applet/modules/yahoo.pyo
%%PYTHON_SITELIBDIR%%/deskbar/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/__init__.pyo
@@ -132,6 +132,9 @@ lib/deskbar-applet/handlers/yahoo.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
@@ -210,9 +213,6 @@ lib/deskbar-applet/handlers/yahoo.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/CuemiacTreeView.pyo
-%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Sidebar.py
-%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Sidebar.pyc
-%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/Sidebar.pyo
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.py
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyc
%%PYTHON_SITELIBDIR%%/deskbar/ui/cuemiac/__init__.pyo
@@ -381,7 +381,7 @@ share/omf/deskbar/deskbar-uk.omf
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core/gnomedesktop
@dirrm %%PYTHON_SITELIBDIR%%/deskbar/core
@dirrm %%PYTHON_SITELIBDIR%%/deskbar
-@dirrm lib/deskbar-applet/handlers
+@dirrm lib/deskbar-applet/modules
@dirrm lib/deskbar-applet
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK