Debian Patches
Status for wmfire/1.2.4-8
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_resource.patch | patch to run multiple instances in (wmaker) dock When starting multiple instances of wmfire (one for cpu, one for net, etc) the window manager cannot see any difference between the instances. So it will randomly place it in the dock. . I have patched wmfire to set the X resource name by hand (option -r) so the window manager can see the difference. (It fixed my problem with wmaker) . patch included. . greetings, Christof |
Christof Douma <bugs@wizztick.net> | not-needed | debian | 2015-01-15 | |
02_rename_configure.patch | Rename configure.in to configure.ac. Silences deprecated-configure-filename Lintian warning. | Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
03_update_autotools.patch | Silence various autotools warnings. In particular, - configure.ac:38: warning: AC_CACHE_VAL(GDKINCS, ...): suspicious cache-id, must contain _cv_ to be cached (and several similar warnings) - configure.ac:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. - src/Makefile.am:17: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') |
Jeremy Sowden <jeremy@azazel.net> | not-needed | 2022-12-19 | ||
04_fix_manpage.patch | Fix manpage. In particular, escape hyphens to silence hyphen-used-as-minus-sign warning. | Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
05_gdk_updates.patch | Update for newer versions of GDK. In particular, the icon window was not receiving enter and leave events from the pointer. To fix this, we get rid of the second GdkWindow iconwin entirely and set win to be its own icon. . This also removes the need for the "broken window manager" fix, so we remove it and all references to it. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-15 | ||
06_fix_-Wunused-result.patch | Fix -Wunused-result compiler warning. In particular, check if file given by -F option is empty. If it is, print a warning message. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-17 | ||
07_freebsd_port.patch | Port to GNU/kFreeBSD. When run on Debian GNU/kFreeBSD, wmfire exits with the error "glibtop: glibtop_get_netload: Function not implemented" when the user selects network monitoring mode. Instead of libgtop, we use sysctl to get the network statistics. |
Doug Torrance <dtorrance@piedmont.edu> | not-needed | 2015-01-18 | ||
08_removed-inline-from-function-with-extern-linkage.patch | remove inline from function with extern linkage Fixes FTBFS with gcc 9. | Jeremy Sowden <jeremy@azazel.net> | not-needed | debian | 2019-06-22 | |
09_change-linkage-of-many-functions-to-static.patch | change linkage of many functions to static. Give the compiler discretion whether to inline functions. | Jeremy Sowden <jeremy@azazel.net> | not-needed | debian | 2019-06-22 | |
10_typo_fixes.patch | fixes a couple of typo's in the usage message. | Jeremy Sowden <jeremy@azazel.net> | not-needed | 2019-06-23 | ||
11_use-PKG_CHECK_MODULES-in-configure.patch | Fix FTCBFS by using PKG_CHECK_MODULES in configure.ac | Helmut Grohne <helmut@subdivi.de> | not-needed | debian | 2022-12-19 | |
12_update_autotools.patch | update autotools * Fix some obsolete headers checks. * Move `AC_OUTPUT` arguments to `AC_CONFIG_FILES`. |
Jeremy Sowden <jeremy@azazel.net> | not-needed | 2022-12-19 | ||
13_use-pkg-config-for-x-libs.patch | use pkg-config for X libsAuthor Jeremy Sowden <jeremy@azazel.net> | not-needed | 2023-06-18 | |||
14_use-correct-autotools-variables-for-cc-and-ld-args.patch | use the correct autotools variables for compiler and linker arguments . CFLAGS and LDFLAGS should be reserved for the user building the application, and libraries should go in LDADD. |
Jeremy Sowden <jeremy@azazel.net> | not-needed | 2023-06-18 | ||
15_rewrite-to-use-GDK3-Cairo.patch | rewrite to use GDK3/Cairo . I migrated this appllication to GTK3 from the old GTK2 routines so that it would be slightly more modernized. The original code is almost 20 years old, so was very depcreated, and this should future proof it a little more. . The biggest change necessary was converting the bit-order of the colormaps that are used to draw the flame effect and the draw_fire() function for Cairo. Cairo's RGB-24 format needs the most-significant 8 bits of the integer to be unused, with the second-most significant byte to be the R value, then G and B. |
Kenneth Brown <kennbr34@gmail.com> | not-needed | 2023-06-07 | ||
16_change-how-window-border-is-drawn.patch | I changed the way the border around the window was drawn in order to better fit a plethora of different WindowMaker themes. | Kenneth Brown <kennbr34@gmail.com> | not-needed | 2023-06-08 | ||
17_get-session-management-working-with-GDK3.patch | Jeremy Sowden <jeremy@azazel.net> | not-needed | 2023-06-20 |