diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:13:41 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-23 10:13:41 +0800 |
commit | 62aee17d1df015f8e81cb8280b8aa68eebcbafd0 (patch) | |
tree | 24fb6eb41bbf6e5b03ef20fdd58f9d24e3edf4cc /x11/gnome-menus/files | |
parent | 87e441c1848e8061d98e4a1152d3d346383aba8b (diff) | |
download | marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar.gz marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar.bz2 marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar.lz marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar.xz marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.tar.zst marcuscom-ports-62aee17d1df015f8e81cb8280b8aa68eebcbafd0.zip |
-USE_X_PREFIX -> USE_XLIB.
-Fix a few of X11BASE -> LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6707 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus/files')
-rw-r--r-- | x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py index 2306f0609..562011969 100644 --- a/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py +++ b/x11/gnome-menus/files/patch-simple-editor_GMenuSimpleEditor_menutreemodel.py @@ -5,7 +5,7 @@ conf_dirs = os.environ["XDG_CONFIG_DIRS"] if not conf_dirs: - conf_dirs = "/etc/xdg" -+ conf_dirs = "%%X11BASE%%/etc/xdg" ++ conf_dirs = "%%LOCALBASE%%/etc/xdg" for conf_dir in conf_dirs.split (":"): menu_file_path = os.path.join (conf_dir, "menus", menu_file) @@ -14,7 +14,7 @@ data_dirs = os.environ["XDG_DATA_DIRS"] if not data_dirs: - data_dirs = "/usr/local/share/:/usr/share/" -+ data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/" ++ data_dirs = "%%X11BASE%%/share/gnome/:%%LOCALBASE%%/share/gnome/:%%X11BASE%%/share/:%%LOCALBASE%%/share/:/usr/share/" for data_dir in data_dirs.split (":"): retval = load_icon_from_path (os.path.join (data_dir, "pixmaps", icon_value)) |