Package: wmanager / 0.2.1-12

Metadata

Package Version Patches format
wmanager 0.2.1-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 wmanager.h.patch | (download)

inc/WManager.H | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix the c++ build.
 Use the "std" namespace to fix the C++ build (#116402).
 Constify the arguments to WManager::_CutString().
 .
 This patch has been forwarded to Meik Tessmer via private e-mail;
 he responded that he will probably integrate it into a new release.
02 interface.cc.patch | (download)

src/Interface.cc | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 more fixes for the c++ build.
 Include <string.h> for strlen() and strcpy() (#116130).
 Use the "std" namespace to fix the C++ build (#116402).
 Fix double-free segfaults with fltk-1.1 (#192257).
 .
 This patch has been forwarded to Meik Tessmer via private e-mail;
 he responded that he will probably integrate it into a new release.
03 wmanager.cc.patch | (download)

src/WManager.cc | 13 11 + 2 - 0 !
1 file changed, 11 insertions(+), 2 deletions(-)

 even more fixes for the c++ build.
 Use the "std" namespace and iostream to fix the C++ build (#116402).
 Include <sys/types.h> and <unistd.h> for getuid().
 Look for a default config file in /etc/X11/wmanagerrc.
 Pass a C character string, not a C++ string, to fl_alert().
 Constify the arguments to WManager::_CutString().
 Include <cstdlib> for exit() (#417758)
 .
 This patch has been forwarded to Meik Tessmer via private e-mail;
 he responded that he will probably integrate it into a new release.
04 Makefile.patch | (download)

Makefile | 45 22 + 23 - 0 !
1 file changed, 22 insertions(+), 23 deletions(-)

 rework the makefile for better configurability.
 - separate warning, debugging, optimization, and strip flags;
 - implement PREFIX and X11BASE properly;
 - turn on lots and lots of warnings;
 - do not build a useless tags file;
 - honor DESTDIR.
 .
 This patch has been forwarded to Meik Tessmer via private e-mail;
 he responded that he will probably integrate it into a new release.