Package: imwheel / 1.0.0pre12-9

Metadata

Package Version Patches format
imwheel 1.0.0pre12-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
manpage update | (download)

imwheel.1 | 447 85 + 362 - 0 !
1 file changed, 85 insertions(+), 362 deletions(-)

 revamp the imwheel manpage, eliminating references to aspects
 of imwheel that are no longer relevant on modern systems, or to options
 that have been disabled. Also update the imwheel command descriptions to
 reflect patches, including the "more than 9 buttons" change.
changelog format | (download)

ChangeLog | 836 457 + 379 - 0 !
1 file changed, 457 insertions(+), 379 deletions(-)

 update the upstream changelog
 Add missing information to the upstream changelog that ships with imwheel -
 namely, the changes in the most recent releases, as described on the imwheel
 homepage. Also standardize the formatting for readability.
imwheelrc update | (download)

imwheelrc | 76 0 + 76 - 0 !
1 file changed, 76 deletions(-)

 update the default button mappings to reflect changes in
 how X numbers mouse buttons, and just generally clean up a bit.
prune deps | (download)

configure.in | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 eliminate an unnecessary dependency.
makefile update | (download)

Makefile.am | 15 1 + 14 - 0 !
1 file changed, 1 insertion(+), 14 deletions(-)

 remove makefile function which attempted to install files
 directly (not compatible with packaging).
support more buttons | (download)

imwheel.c | 30 14 + 16 - 0 !
util.c | 137 100 + 37 - 0 !
util.h | 10 6 + 4 - 0 !
3 files changed, 120 insertions(+), 57 deletions(-)

 several code changes here: 1) eliminate irrelevant or deprecated
 imwheel options; 2) add support for more than 9 buttons; and 3) grab a few
 upstream changes that were never released.
build system update | (download)

Makefile.in | 545 343 + 202 - 0 !
aclocal.m4 | 791 355 + 436 - 0 !
config.h.in | 9 3 + 6 - 0 !
configure | 9225 4151 + 5074 - 0 !
getopt/Makefile.in | 178 110 + 68 - 0 !
jax/Makefile.in | 178 110 + 68 - 0 !
mdetect/Makefile.in | 182 112 + 70 - 0 !
7 files changed, 5184 insertions(+), 5924 deletions(-)

 re-autotoolize the build infrastructure using modern autotools