diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-09-04 18:06:23 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-09-04 18:06:23 +0000 |
commit | 49ed3822b0ce172902b9f30fe0a9a77346cf2e43 (patch) | |
tree | 0f429fe48d0c46338d45d6a333955a5cec079c76 /x11-wm/fluxbox/files/1.1.0.1 | |
parent | New version - 1.1.0.1 is released (Fixes some issues with the 1.1.0 release) (diff) | |
download | historical-49ed3822b0ce172902b9f30fe0a9a77346cf2e43.tar.gz historical-49ed3822b0ce172902b9f30fe0a9a77346cf2e43.tar.bz2 historical-49ed3822b0ce172902b9f30fe0a9a77346cf2e43.zip |
New version - 1.1.0.1 is released (Fixes some issues with the 1.1.0 release)
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64
Diffstat (limited to 'x11-wm/fluxbox/files/1.1.0.1')
-rw-r--r-- | x11-wm/fluxbox/files/1.1.0.1/gentoo_style_location.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/fluxbox/files/1.1.0.1/gentoo_style_location.patch b/x11-wm/fluxbox/files/1.1.0.1/gentoo_style_location.patch new file mode 100644 index 000000000000..71183e2754b1 --- /dev/null +++ b/x11-wm/fluxbox/files/1.1.0.1/gentoo_style_location.patch @@ -0,0 +1,19 @@ +diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in +index aca8b08..b229046 100755 +--- a/util/fluxbox-generate_menu.in ++++ b/util/fluxbox-generate_menu.in +@@ -1794,12 +1794,8 @@ fi + append_submenu "${FBSETTINGSMENU}" + append "[config] (${CONFIGUREMENU})" + +- append_menu "[submenu] (${SYSTEMSTYLES}) {${STYLEMENUTITLE}}" +- append "[stylesdir] (${PREFIX}/share/fluxbox/styles)" +- append_menu_end +- +- append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}" +- append "[stylesdir] (~/.@pkgprefix@fluxbox@pkgsuffix@/styles)" ++ append_submenu "Styles" ++ append "[include] (/usr/share/fluxbox/menu.d/styles/)" + append_menu_end + + # Backgroundmenu |