Package: kconfig-frontends / 4.11.0.1+dfsg-5

Metadata

Package Version Patches format
kconfig-frontends 4.11.0.1+dfsg-5 3.0 (quilt)

Patch series

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

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

 support for gtk3
 GTK2 is deprecated. Local implementation should seamlessly
 support GTK3 in replacement of GTK2.
python3_support.patch | (download)

utils/kconfig-diff | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 updated to python3
 Python 2 is being end of life. this file is python3
 compatible.
gperf_newtype.patch | (download)

libs/parser/hconf.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct type mismatch in gperf generated file
 The hconfig.c file, generated from gperf and distributed by
 upstream, is not properly patched yet and does not build
 correctly. This patch avoid a type mismatch between the
 prototype and the function definition.