Package: meld / 3.12.1-2

Metadata

Package Version Patches format
meld 3.12.1-2 3.0 (quilt)

Patch series

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

meld/build_helpers.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
0001 meld.vc.svn Make repository validity check relative .patch | (download)

meld/vc/svn.py | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 [patch] meld.vc.svn: make repository validity check relative to the
 repo root

This fixes a regression from 1.8 where we started incorrectly checking
repository validity against the repo view location, not the actual root
of the repository.

0002 bin meld Hook SIGINT using GLib instead of Python fo.patch | (download)

bin/meld | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 [patch] bin/meld: hook sigint using glib instead of python for
 instant quitting

The previous solution worked, but waited until the window got focus,
repainted or we otherwise ran the event loop, which was weird. This
just works straight away.