Package: tilem / 2.0-5.1

Metadata

Package Version Patches format
tilem 2.0-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add man pages.patch | (download)

Makefile.in | 9 7 + 2 - 0 !
aclocal.m4 | 5 3 + 2 - 0 !
configure.ac | 3 2 + 1 - 0 !
man/Makefile.in | 42 42 + 0 - 0 !
man/tilem2.1 | 69 69 + 0 - 0 !
5 files changed, 123 insertions(+), 5 deletions(-)

 add man pages
 Added man pages and updated Makefile.in and configure.ac with the needed
 changes to comply with Debian policy.

FTBFS_linker.patch | (download)

configure.ac | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 fix ftbfs: add -lm to make the linker succeed. 
tilem2 desktop.patch | (download)

data/desktop/tilem2.desktop | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add keyword to 'tilem2.desktop'.
fix gcc 14 ftbfs.patch | (download)

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

 fix ftbfs with gcc 14 due to an incompatible pointer type
 When initializing macro->actions[n], instead of initializing it as a char,
 initialize it with the proper type.
 This patch has also been tested with nascent releases of GCC 15.