Package: glogic / 2.6-6+deb12u1

Metadata

Package Version Patches format
glogic 2.6-6+deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
105 Require Gtk 3.0 and PangoCairo 1.0.patch | (download)

glogic/MainFrame.py | 5 4 + 1 - 0 !
glogic/Utils.py | 4 4 + 0 - 0 !
2 files changed, 8 insertions(+), 1 deletion(-)

 require gtk 3.0 and pangocairo 1.0


104_remove duplicated autoconf macro.patch | (download)

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

 remove duplicated autoconf macro


103_erase link to external website.patch | (download)

help/C/legal.xml | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 erase external link in htlm help.
102_add Keywords field.patch | (download)

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

 not keywords field present.
101_fix Display not updated no.patch | (download)

glogic/DrawArea.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 display not updated
100_fix attr error for py33.patch | (download)

glogic/Preference.py | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fix __setattr__ and __getattr__ for python 3.3
 Python 3.3 sets additional attributes to classes on runtime.This patch
 support it.