Package: xphoon / 20000613+0-8

Metadata

Package Version Patches format
xphoon 20000613+0-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
do not require a tty.patch | (download)

xphoon.c | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 fix -i (background) option to not require a tty
manpage section.patch | (download)

xphoon.man | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix man page section
xbm include.patch | (download)

moon.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix include to be able to build with hardened flags
preprocessor warnings.patch | (download)

dtime.c | 10 5 + 5 - 0 !
tws.h | 4 2 + 2 - 0 !
vroot.h | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 8 deletions(-)

 fix warnings for extra tokens at end of #endif/#else directives
implicit declaration.patch | (download)

phase.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix incompatible implicit declaration of built-in function 'exit'
link with ldflags.patch | (download)

Imakefile | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 ensure ldflags are used when linking binary
support xrandr.patch | (download)

Imakefile | 4 2 + 2 - 0 !
xphoon.c | 98 89 + 9 - 0 !
2 files changed, 91 insertions(+), 11 deletions(-)

 add xrandr support, adapted from commit
 d6e507e72e757a31ccf33a70e19ae4f89bf8c240 on project
 https://github.com/unixdj/xphoon
fix time_t args.patch | (download)

dtime.c | 9 3 + 6 - 0 !
1 file changed, 3 insertions(+), 6 deletions(-)

 fix ftbfs in x32 architecture because of using long instead
 time_t for time() and localtime() and declaring functions with
 conflicting types