Package: freedroidrpg / 0.16.1-6

Metadata

Package Version Patches format
freedroidrpg 0.16.1-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_no_headless_check.diff | (download)

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

 don't run the checks in headless mode (pbuilder, buildbot...)
07_framerate.diff | (download)

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

 don't show framerate by default
17_debianize.diff | (download)

map/titles/Credits.lua | 11 11 + 0 - 0 !
src/init.c | 6 2 + 4 - 0 !
2 files changed, 13 insertions(+), 4 deletions(-)

 debianize the package
20_enter_keys.diff | (download)

src/input.c | 2 1 + 1 - 0 !
src/text.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fixes enter key on some keyboards
27_debug.diff | (download)

src/graphics.c | 26 13 + 13 - 0 !
src/init.c | 7 4 + 3 - 0 !
src/main.c | 2 1 + 1 - 0 !
src/misc.c | 6 3 + 3 - 0 !
4 files changed, 21 insertions(+), 20 deletions(-)

 reduces output on stdout/stderr
02_accept_mawk.diff | (download)

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

 make the configure script accept mawk as a valid awk
03_fix_desktop_file.diff | (download)

pkgs/freedesktop/freedroidrpg.desktop | 7 3 + 4 - 0 !
1 file changed, 3 insertions(+), 4 deletions(-)

 makes the file pass validation
04_add_keywords_to_desktop_file.diff | (download)

pkgs/freedesktop/freedroidrpg.desktop | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 adds keywords to the desktop file
05_fix_manpage.diff | (download)

freedroidRPG.6 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix manpage file
30_appdata.patch | (download)

pkgs/freedesktop/Makefile.am | 2 1 + 1 - 0 !
pkgs/freedesktop/freedroidrpg.appdata.xml | 16 9 + 7 - 0 !
2 files changed, 10 insertions(+), 8 deletions(-)

 update the appstream files
reproducible.patch | (download)

src/savestruct_internal.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 drop build flags from the comment in the head of the save file
 the save file is a lua script, and has some information about the game
 in a comment in the head. including build flags there causes the build to
fix_gcc_10.patch | (download)

src/global.h | 2 1 + 1 - 0 !
src/lvledit/lvledit_tools.h | 4 2 + 2 - 0 !
src/mapgen/mapgen.h | 6 3 + 3 - 0 !
src/menu.c | 18 9 + 9 - 0 !
src/struct.h | 2 1 + 1 - 0 !
5 files changed, 16 insertions(+), 16 deletions(-)

 patch to fix gcc 10 compilation