diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-15 21:36:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-15 21:36:40 +0000 |
commit | 124d7c2feec46e6aa6764346159ff960c55cd94c (patch) | |
tree | c22e75ac980dadf8668568b7f6f125bdde678fb1 /x11-wm | |
parent | Removing obsolete versions (Manifest recommit) (diff) | |
download | gentoo-2-124d7c2feec46e6aa6764346159ff960c55cd94c.tar.gz gentoo-2-124d7c2feec46e6aa6764346159ff960c55cd94c.tar.bz2 gentoo-2-124d7c2feec46e6aa6764346159ff960c55cd94c.zip |
fix menus
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/Manifest | 10 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch | 2 | ||||
-rw-r--r-- | x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild | 4 |
3 files changed, 3 insertions, 13 deletions
diff --git a/x11-wm/fluxbox/Manifest b/x11-wm/fluxbox/Manifest index fde681f9f811..721f52600035 100644 --- a/x11-wm/fluxbox/Manifest +++ b/x11-wm/fluxbox/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 dda7f33bbb68679a355901cccc11bbca ChangeLog 23726 MD5 c1e52dbcaa8020405ce9b6f8ad05c0a4 fluxbox-0.9.10-r2.ebuild 1999 MD5 010fb64778d2657638b423bd53e90e58 fluxbox-0.9.9.ebuild 1695 @@ -31,10 +28,3 @@ MD5 4db83b69b94628dc9f05c797bd01c95b files/0.9.10/styles-menu-fluxbox 117 MD5 b285687968580fa55ffcf5e586426ee7 files/0.9.10/fluxbox-0.9.10-posix-on-toast.patch 889 MD5 33fa4c925ae4fe1b5797673a4508c548 files/0.9.10/fluxbox-0.9.10-workspacemenu-crash.patch 2616 MD5 7295edfc76f1cca87164e419e2d3b637 files/0.9.10/fluxbox-0.9.10-menu-include-directories.patch 1948 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBSLQVLLFUmVNQ7rkRAlu3AJ9CGC0Q8cQqr0b72w4ret4Kxp9TYgCgyDh8 -8iuDwgWjVdC71cOuLQTXS4g= -=qPFf ------END PGP SIGNATURE----- diff --git a/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch b/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch index d07451610a8a..2dd70d86e467 100644 --- a/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch +++ b/x11-wm/fluxbox/files/0.9.10/fluxbox-0.9.10-fancy-gentoo-styledirs.patch @@ -16,7 +16,7 @@ diff -u -r1.29 fluxbox-generate_menu.in - - append_menu "[submenu] (${USERSTYLES}) {${STYLEMENUTITLE}}" - append "[stylesdir] (~/.fluxbox/styles)" -+ append_menu "[submenu] (Styles) (Select a Style)" ++ append_menu "[submenu] (Styles) {Select a Style}" + append "[include] (/usr/share/fluxbox/menu.d/styles/)" append_menu_end diff --git a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild b/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild index a25316441991..fd87338858ab 100644 --- a/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild +++ b/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.2 2004/09/15 20:02:24 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fluxbox/fluxbox-0.9.10-r3.ebuild,v 1.3 2004/09/15 21:36:40 ciaranm Exp $ inherit eutils @@ -107,7 +107,7 @@ pkg_postinst() { einfo "handling styles in the menu. To take advantage of this, use" einfo "the following for your menu styles section:" einfo " " - einfo " [submenu] (Styles) (Select a Style)" + einfo " [submenu] (Styles) {Select a Style}" einfo " [include] (/usr/share/fluxbox/menu.d/styles/)" einfo " [end]" einfo " " |