Package: gjiten / 2.6-3.1

Metadata

Package Version Patches format
gjiten 2.6-3.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix worddic crash.patch | (download)

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

 fix worddic crash

Bug-Debian: https://bugs.debian.org/445042

fix manpage.patch | (download)

help/gjiten.1 | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 fix manpage

fix issue detected by lintian:
manpage-has-errors-from-man usr/share/man/man1/gjiten.1.gz 52: warning: macro `PB' not defined

configure set foreign.patch | (download)

configure.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 configure: set foreign

GNU expects a README but we don't have one.
So by setting the foreign flag, we fix autoreconf

Bug-Debian: https://bugs.debian.org/765214

stop using gnome common.patch | (download)

configure.in | 4 2 + 2 - 0 !
src/Makefile.am | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 stop using gnome-common

Use autoconf-archive instead of deprecated gnome-common

Bug-Debian: https://bugs.debian.org/829781

stop using libgnome ui.patch | (download)

configure.in | 2 1 + 1 - 0 !
data/Makefile.am | 2 1 + 1 - 0 !
data/worddic.glade | 169 169 + 0 - 0 !
po/POTFILES.in | 1 1 + 0 - 0 !
src/conf.c | 2 1 + 1 - 0 !
src/dicfile.c | 3 2 + 1 - 0 !
src/gjiten.c | 120 40 + 80 - 0 !
src/kanjidic.c | 106 14 + 92 - 0 !
src/pref.c | 91 53 + 38 - 0 !
src/worddic.c | 98 26 + 72 - 0 !
10 files changed, 308 insertions(+), 286 deletions(-)

 stop using libgnome(ui)

Fix crashes when (re)moving dictionaries (LP: #382068).
Fix runtime warnings (GtkSpinButton).

Bug-Ubuntu: https://launchpad.net/bugs/382068
Bug-Debian: https://bugs.debian.org/868422

switch to GtkBuilder.patch | (download)

configure.in | 2 1 + 1 - 0 !
data/gjiten-settings.glade | 2561 1197 + 1364 - 0 !
src/pref.c | 39 24 + 15 - 0 !
3 files changed, 1222 insertions(+), 1380 deletions(-)

 switch to gtkbuilder

Bug-Debian: https://bugs.debian.org/868422

port to GSettings.patch | (download)

configure.in | 7 3 + 4 - 0 !
data/Makefile.am | 16 6 + 10 - 0 !
data/gjiten-dicfiles.schemas.in | 40 0 + 40 - 0 !
data/gjiten.convert | 48 48 + 0 - 0 !
data/gjiten.schemas.in | 168 0 + 168 - 0 !
data/net.sf.gjiten.gschema.xml | 158 158 + 0 - 0 !
po/POTFILES.in | 2 1 + 1 - 0 !
src/conf.c | 284 147 + 137 - 0 !
src/conf.h | 10 3 + 7 - 0 !
src/gjiten.c | 1 0 + 1 - 0 !
src/kanjidic.c | 3 3 + 0 - 0 !
src/pref.c | 1 0 + 1 - 0 !
src/worddic.c | 3 3 + 0 - 0 !
13 files changed, 372 insertions(+), 369 deletions(-)

 port to gsettings