Package: freeciv / 2.4.3-3

Metadata

Package Version Patches format
freeciv 2.4.3-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
increase_minimum_citydlg.patch | (download)

client/options.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase_minimum_citydlg

box so there is no scroll on the minimap (TODO: test this actually
works, especially on small screens)
themes_sdl_use_system_fonts.patch | (download)

data/themes/gui-sdl/human/theme.themespec | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 themes_sdl_use_system_fonts


add keywords to desktop files.patch | (download)

bootstrap/freeciv-gtk3.desktop.in | 1 1 + 0 - 0 !
bootstrap/freeciv-modpack.desktop.in | 1 1 + 0 - 0 !
bootstrap/freeciv-sdl.desktop.in | 1 1 + 0 - 0 !
bootstrap/freeciv-server.desktop.in | 1 1 + 0 - 0 !
bootstrap/freeciv.desktop.in | 1 1 + 0 - 0 !
5 files changed, 5 insertions(+)

 add keywords to desktop files

empty governments.patch | (download)

client/gui-gtk-2.0/gui_main.c | 5 5 + 0 - 0 !
client/gui-gtk-3.0/gui_main.c | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 empty governments

Fix empty government list in menu (backport of svn 26427) Ensure
the menus are really created before performing any operations on them.
This could sometimes result in an empty government list in the menus.
. Reported by uwehgeissler _AT_ gmx.de and Christian Knoke <chrisk>. See gna
bug #18764 & bug #22599.
Thanks to Rogier for the Debian report.

BindAll.patch | (download)

client/connectdlg_common.c | 9 2 + 7 - 0 !
server/sernet.c | 2 2 + 0 - 0 !
utility/netintf.c | 32 23 + 9 - 0 !
utility/netintf.h | 2 1 + 1 - 0 !
4 files changed, 28 insertions(+), 17 deletions(-)

 bindall

Fix socket binding and ensure that the client is always able to
connect to local servers.
See also http://svn.gna.org/viewcvs/freeciv?view=revision&revision=25969
Thanks to Jacob Nevins.