Debian Patches

Status for xwit/3.4-16

Patch Description Author Forwarded Bugs Origin Last update
0001-debian-changes-from-xwit-3.4-2.patch debian changes from xwit 3.4-2
Taken from xwit_3.4-1.diff.gz.
Dima Barsky <dima@debian.org> no 2010-01-03
0002-Added-fetch-and-store-options-to-access-cutbuffers.patch Added -fetch and -store options to access cutbuffers
Taken from xwit_3.4-5.diff.gz (but supposed to be there since 3.4-3).
Dima Barsky <dima@debian.org> no 2010-01-03
0003-Some-code-clean-up-to-get-rid-of-compilation-warning.patch Some code clean-up to get rid of compilation warnings
Taken from xwit_3.4-5.diff.gz.
Dima Barsky <dima@debian.org> no 2010-01-03
0004-Added-focus-option.patch Added -focus option
Taken from xwit_3.4-6.diff.gz.
Michael Mauch <michael.mauch@gmx.de> no 2010-01-03
0005-fix-FTBFS-with-gcc-3.4.patch fix FTBFS with gcc-3.4 Taken from xwit_3.4-7.diff.gz and also found at http://bugs.debian.org/263209:

When building 'xwit' with gcc-3.4 I get the following error:

make[1]: Entering directory `/xwit-3.4'
gcc -g -O2 -Wall -c -o xwit.o xwit.c
gcc -g -O2 -Wall -c -o dsimple.o dsimple.c
dsimple.c: In function `Malloc':
dsimple.c:69: error: conflicting types for 'malloc'
dsimple.c: In function `Fatal_Error':
dsimple.c:503: warning: implicit declaration of function `exit'
make[1]: *** [dsimple.o] Error 1
make[1]: Leaving directory `/xwit-3.4'

With the attached patch 'xwit' can be compiled using gcc-3.4.
Andreas Jochens <aj@andaco.de> no 2010-01-03
0006-patch-to-add-a-few-more-window-operations.patch patch to add a few more window operations
This implements a few more window management actions which are somewhat
obscure, but useful to me.

Add operations to raise (without mapping) or lower a window,
and toggle or circulate stacking.
Decklin Foster <decklin@red-bean.com> no 2010-01-03
0007-replace-dsimple.-with-newer-version.patch replace dsimple.* with newer version "Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0008-improve-manpage.patch improve manpage "Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0009-correctly-escape-dashes-in-the-manpage.patch correctly escape dashes in the manpage "Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0010-all-prop-print.patch all prop print
* add an -property option to specify something different than
the name of the window to use
* add an -print command to print the windows geometry and name
* add an -all alias to -names ''
"Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0011-some-code-cleanup.patch some code cleanup "Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0012-build-with-custom-Makefile-getting-rid-of-imake.patch build with custom Makefile, getting rid of imake "Bernhard R. Link" <brlink@debian.org> no 2010-01-03
0013-Incorrect-example-on-man-page.patch Incorrect example on man page Daniel Watkins <daniel.watkins@credativ.co.uk> no 2010-01-03
0014-xwit-use-_NET_ACTIVE_WINDOW-to-implement-focus.patch xwit: use _NET_ACTIVE_WINDOW to implement focus
Hi, here is a small patch to xwit.

xwit -pop -focus does not work on recent window managers because -pop
fails to bring up the window; it just marks it as requiring attention.
These window managers add an event, _NET_ACTIVE_WINDOW, which can be
used to do -pop *and* -focus together.

This patch makes -focus use this event if available. I added it to
-focus rather than -pop on the grounds that -pop was meant to raise the
window without actually making it focused.

I hope you will consider this patch for inclusion in Debian's xwit.
Thanks!

Paolo
Paolo Bonzini <pbonzini@redhat.com> no 2009-06-29
0015-fix-as-needed-linking.patch fix as needed linking
Move $(LIBRARIES) to the end of the linker call to fix linking
with --as-needed.
Michael Bienia <geser@ubuntu.com> no 2010-12-05

All known versions for source package 'xwit'

Links