Description: <short summary of the patch>
 .
 fluxbox (1.3.7-1.1) stable; urgency=medium
 .
   * Non-maintainer upload.
   * Added slitlist and user menu patch
Author: Michael Poetters <michael+debian@poetters.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-07-10

--- /dev/null
+++ fluxbox-1.3.7/data/menu
@@ -0,0 +1,114 @@
+# Generated by fluxbox-generate_menu
+#
+# If you read this it means you want to edit this file manually, so here
+# are some useful tips:
+#
+# - You can add your own menu-entries to ~/.fluxbox/usermenu
+#
+# - If you miss apps please let me know and I will add them for the next
+#   release.
+#
+# - The -r option prevents removing of empty menu entries and lines which
+#   makes things much more readable.
+#
+# - To prevent any other app from overwriting your menu
+#   you can change the menu name in ~/.fluxbox/init to:
+#     session.menuFile: ~/.fluxbox/my-menu
+[begin] (Fluxbox-1.3.7)
+[encoding] {UTF-8}
+      [exec] (xterm) {xterm}
+      [exec] (firefox) {firefox}
+      [exec]   (Run) {fbrun}
+[submenu] (Terminals)
+      [exec]   (xterm) {xterm}
+[end]
+[submenu] (Net)
+[submenu] (Browsers)
+      [exec]   (firefox) {firefox}
+      [exec]   (google-chrome) {google-chrome}
+      [exec]   (vncviewer) {vncviewer}
+[end]
+[submenu] (Mail)
+      [exec]   (thunderbird) {thunderbird}
+[end]
+[submenu] (IRC)
+      [exec]   (ninja) {xterm -e ninja}
+[end]
+[submenu] (FTP)
+      [exec]   (ftp) {xterm -e ftp}
+[end]
+[submenu] (Analyzers)
+      [exec]   (wireshark) {wireshark}
+[end]
+[end]
+[submenu] (Editors)
+      [exec]   (nedit) {nedit}
+      [exec]   (xedit) {xedit}
+      [exec]   (vim) {xterm -e vim}
+      [exec]   (vi) {xterm -e vi}
+[end]
+[submenu] (Multimedia)
+[submenu] (Graphics)
+      [exec]   (gimp) {gimp}
+      [exec]   (inkscape) {inkscape}
+[end]
+[submenu] (Audio)
+      [exec]   (audacity) {audacity}
+      [exec]   (alsamixer) {xterm -e alsamixer}
+[end]
+[submenu] (Video)
+      [exec]   (vlc) {vlc}
+[end]
+[submenu] (X-utils)
+      [exec]   (xfontsel) {xfontsel}
+      [exec]   (xman) {xman}
+      [exec]   (xload) {xload}
+      [exec]   (xbiff) {xbiff}
+      [exec]   (editres) {editres}
+      [exec]   (viewres) {viewres}
+      [exec]   (xclock) {xclock}
+      [exec]   (xmag) {xmag}
+      [exec] (Reload .Xdefaults) {xrdb -load $HOME/.Xdefaults}
+[end]
+[end]
+[submenu] (Office)
+      [exec]   (xclock) {xclock}
+      [exec]   (xcalc) {xcalc}
+      [exec] (Open Office)      {soffice}
+      [exec]   (xpdf) {xpdf}
+[end]
+[submenu] (Games)
+      [exec]   (xeyes) {xeyes}
+      [exec]   (dosbox) {dosbox}
+[end]
+[submenu] (System Tools)
+      [exec]   (top) {xterm -e top}
+      [exec]   (htop) {xterm -e htop}
+[end]
+[submenu] (Fluxbox menu)
+      [config] (Configure)
+[submenu] (System Styles) {Choose a style...}
+      [stylesdir] (/usr/share/fluxbox/styles)
+[end]
+[submenu] (User Styles) {Choose a style...}
+      [stylesdir] (~/.fluxbox/styles)
+[end]
+      [workspaces] (Workspace List)
+[submenu] (Tools)
+      [exec] (Window name) {xprop WM_CLASS|cut -d \" -f 2|xmessage -file - -center}
+      [exec] (Screenshot - JPG) {import screenshot.jpg && display -resize 50% screenshot.jpg}
+      [exec] (Screenshot - PNG) {import screenshot.png && display -resize 50% screenshot.png}
+      [exec] (Run) {fbrun}
+[end]
+[submenu] (Window Managers)
+      [restart] (xfce4) {startxfce4}
+[end]
+      [commanddialog] (Fluxbox Command)
+      [reconfig] (Reload config)
+      [restart] (Restart)
+      [exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) | xmessage -file - -center}
+      [separator]
+      [exit] (Exit)
+[end]
+[endencoding]
+[end]
--- /dev/null
+++ fluxbox-1.3.7/version.h
@@ -0,0 +1,66 @@
+// version.h for Fluxbox Window manager
+// Copyright (c) 2004 Henrik Kinnunen (fluxgen at users.sourceforge.net)
+//                and Simon Bowden (rathnor at users.sourceforge.net)
+//
+// Permission is hereby granted, free of charge, to any person obtaining a
+// copy of this software and associated documentation files (the "Software"),
+// to deal in the Software without restriction, including without limitation
+// the rights to use, copy, modify, merge, publish, distribute, sublicense,
+// and/or sell copies of the Software, and to permit persons to whom the
+// Software is furnished to do so, subject to the following conditions:
+//
+// The above copyright notice and this permission notice shall be included in
+// all copies or substantial portions of the Software.
+//
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+// THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+// DEALINGS IN THE SOFTWARE.
+
+#define __fluxbox_version "1.3.7"
+
+#ifdef __VERSION__
+#define __fluxbox_compiler_version __VERSION__
+
+#ifdef __clang__
+#define __fluxbox_compiler "CLANG"
+#elif defined(__GNUG__)
+#define __fluxbox_compiler "GCC"
+#endif  // __GNUG__
+
+#elif (defined(__sgi) || defined(sgi)) && __COMPILER_VERSION
+#define __fluxbox_compiler_version __COMPILER_VERSION
+#define __fluxbox_compiler "SGI"
+#elif defined(__MWERKS__)
+#define __fluxbox_compiler_version __MWERKS__
+#define __fluxbox_compiler "MWERKS"
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+#define __fluxbox_compiler_version __INTEL_COMPILER
+#define __fluxbox_compiler "ICC"
+#elif defined(__SUNPRO_CC)
+#define __fluxbox_compiler_version __SUNPRO_CC
+#define __fluxbox_compiler "SUNPRO_CC"
+#elif defined(__COMO__) && defined(__COMO_VERSION__)
+#define __fluxbox_compiler_version __COMO_VERSION__
+#define __fluxbox_compiler "COMO"
+#elif defined(_CRAYC) && defined(_REVISION)
+#define __fluxbox_compiler_version _REVISION
+#define __fluxbox_compiler "GRAYC"
+#elif defined(__DECCXX) && defined(__DECCXX)
+#define __fluxbox_compiler_version __DECCXX
+#define __fluxbox_compiler "DECCXX"
+#elif defined(__DCC__)
+#define __fluxbox_compiler_version __VERSION_NUMBER__
+#define __fluxbox_compiler "DCC"
+#endif 
+
+#ifndef __fluxbox_compiler_version
+#define __fluxbox_compiler_version "Unknown"
+#endif // __fluxbox_compiler_version
+
+#ifndef __fluxbox_compiler
+#define __fluxbox_compiler "Unknown"
+#endif // __fluxbox_compiler
