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 | 78ccea78711d4356bcbd6800d9a9920de846ce81 (patch) | |
tree | a94e3cdf64c72e12b8cc7b1a9b872f5c07745722 /x11-wm/fluxbox/files | |
parent | New version - 1.1.0.1 is released (Fixes some issues with the 1.1.0 release) (diff) | |
download | gentoo-2-78ccea78711d4356bcbd6800d9a9920de846ce81.tar.gz gentoo-2-78ccea78711d4356bcbd6800d9a9920de846ce81.tar.bz2 gentoo-2-78ccea78711d4356bcbd6800d9a9920de846ce81.zip |
New version - 1.1.0.1 is released (Fixes some issues with the 1.1.0 release)
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
(Unsigned Manifest commit)
Diffstat (limited to 'x11-wm/fluxbox/files')
-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 |