diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-30 09:41:24 +0800 |
commit | 2c04e2178d3ccce17af9d227a165f4025e1baf27 (patch) | |
tree | a95d6ef7b169e6753fca6a89006355f69851345e /deskutils/deskbar-applet/files | |
parent | 97baa1cd09aa858ef3a8e9ad473cc43e7dcacebb (diff) | |
download | marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.gz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.bz2 marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.lz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.xz marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.tar.zst marcuscom-ports-2c04e2178d3ccce17af9d227a165f4025e1baf27.zip |
Remove these ports now that they are in the ports tree.
Next stop, GNOME 2.15.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6155 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet/files')
3 files changed, 0 insertions, 46 deletions
diff --git a/deskutils/deskbar-applet/files/patch-deskbar_Utils.py b/deskutils/deskbar-applet/files/patch-deskbar_Utils.py deleted file mode 100644 index 773c8e15a..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_Utils.py +++ /dev/null @@ -1,11 +0,0 @@ ---- deskbar/Utils.py.orig Tue Nov 1 20:32:51 2005 -+++ deskbar/Utils.py Tue Nov 1 20:33:08 2005 -@@ -10,7 +10,7 @@ - - sysdirs = os.getenv("XDG_DATA_DIRS") - if sysdirs == None: -- sysdirs = "/usr/local/share:/usr/share" -+ sysdirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/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 1cf0777c4..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_deskbar-applet.py +++ /dev/null @@ -1,17 +0,0 @@ ---- deskbar/deskbar-applet.py.orig Mon Mar 13 23:23:20 2006 -+++ deskbar/deskbar-applet.py Mon Mar 13 23:23:52 2006 -@@ -42,10 +42,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') - - import gtkexcepthook - 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 a668777c1..000000000 --- a/deskutils/deskbar-applet/files/patch-deskbar_handlers_mozilla.py +++ /dev/null @@ -1,18 +0,0 @@ ---- deskbar/handlers/mozilla.py.orig Wed Mar 1 13:32:12 2006 -+++ deskbar/handlers/mozilla.py Wed Mar 1 13:33:19 2006 -@@ -189,6 +189,7 @@ class MozillaSearchHandler(deskbar.Handl - get_firefox_home_file("searchplugins"), - get_firefox_home_file("search"), - expanduser("~/.mozilla/searchplugins"), -+ "%%X11BASE%%/lib/firefox/searchplugins", - "/usr/lib/firefox/searchplugins", - "/usr/local/lib/firefox/searchplugins", - "/usr/lib/mozilla-firefox/searchplugins", -@@ -197,6 +198,7 @@ class MozillaSearchHandler(deskbar.Handl - smart_dirs = [ - get_mozilla_home_file("search"), - expanduser("~/.mozilla/searchplugins"), -+ "%%X11BASE%%/lib/mozilla/searchplugins", - "/usr/lib/mozilla/searchplugins", - "/usr/local/lib/mozilla/searchplugins"] - |