diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-07-29 15:18:42 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-07-29 15:18:42 +0000 |
commit | e8d6c8a80258b308ff4500b498d257a0581f4088 (patch) | |
tree | ac0161011782be0a0de2b53db62e49a8cadd9e69 /x11-wm/fluxbox/files | |
parent | added USE flag descriptions to metadata.xml (diff) | |
download | gentoo-2-e8d6c8a80258b308ff4500b498d257a0581f4088.tar.gz gentoo-2-e8d6c8a80258b308ff4500b498d257a0581f4088.tar.bz2 gentoo-2-e8d6c8a80258b308ff4500b498d257a0581f4088.zip |
Moved local USE flags to metadata.xml, and cleaned up some versions
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo x86_64)
Diffstat (limited to 'x11-wm/fluxbox/files')
-rw-r--r-- | x11-wm/fluxbox/files/0.9.15/129065-fix-doubleclick-64bit.patch | 11 | ||||
-rw-r--r-- | x11-wm/fluxbox/files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch | 17 |
2 files changed, 0 insertions, 28 deletions
diff --git a/x11-wm/fluxbox/files/0.9.15/129065-fix-doubleclick-64bit.patch b/x11-wm/fluxbox/files/0.9.15/129065-fix-doubleclick-64bit.patch deleted file mode 100644 index 569c4081822f..000000000000 --- a/x11-wm/fluxbox/files/0.9.15/129065-fix-doubleclick-64bit.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- trunk/src/FbWinFrame.cc 2006/04/09 13:38:13 4293 -+++ trunk/src/FbWinFrame.cc 2006/04/14 14:32:16 4300 -@@ -856,7 +856,7 @@ - if (event.button < 1 || event.button > 5) - return; - -- static int last_release_time = 0; -+ static Time last_release_time = 0; - bool double_click = (event.time - last_release_time <= m_double_click_time); - last_release_time = event.time; - int real_button = event.button - 1; diff --git a/x11-wm/fluxbox/files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch b/x11-wm/fluxbox/files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch deleted file mode 100644 index 01e4470c4c2b..000000000000 --- a/x11-wm/fluxbox/files/0.9.15/fluxbox-0.9.15-our-styles-go-over-here.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- util/fluxbox-generate_menu.in 2005-04-28 11:21:09.000000000 +0100 -+++ util/fluxbox-generate_menu.in.new 2005-05-13 23:46:12.647655824 +0100 -@@ -1638,12 +1638,8 @@ - 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] (~/.fluxbox/styles)" -+ append_submenu "Styles" -+ append "[include] (/usr/share/fluxbox/menu.d/styles/)" - append_menu_end - - # Backgroundmenu |