diff options
author | wiz <wiz> | 2014-12-31 14:28:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-12-31 14:28:27 +0000 |
commit | 9e361eb148c4bd878774cd5c874b6271b10a43cd (patch) | |
tree | 03af96f98e47612a4502205104083a1fe6c1fbc4 /devel/meld | |
parent | 8552478eec3cd37c68e1393ebdefc6c995be4d86 (diff) | |
download | pkgsrc-9e361eb148c4bd878774cd5c874b6271b10a43cd.tar.gz |
Update to 3.13.0:
2014-12-31 meld 3.13.0
======================
Features:
* Make syntax highlighting style configurable (Mark Pariente)
* Implemented incremental search, match highlighting and many other
find-related fixes (Robert Roth)
* Add support for GTK+ global dark theme setting (Kai Willadsen)
* Add support for pushing change deletions (Kai Willadsen)
* Remove cycle-pane action in favour of previous/next pane actions (Kai
Willadsen)
Fixes:
* Handle Unicode filenames in a git tree correctly (Hasan Arous, Kai
Willadsen)
* Many fixes for recent GTK+ deprecation warnings (Kai Willadsen)
* Fixing flickering inline highlighting on updates (Kai Willadsen)
* Multiple work arounds for change colours not displaying on GTK+ 3.14 (Kai
Willadsen)
* Fix inconsistent file chooser when cancelling file selection (Kai
Willadsen)
* UTF-8 encode patches created from the patch dialog (Kai Willadsen)
* Fix text-wrapping reset caused by the commit dialog (Kai Willadsen)
* Fix text background display on certain themes (Kai Willadsen)
* Fix for launching Meld with certain Git environment variables (Kai
Willadsen)
* Add GTK's settings.ini file for font blurriness fix on Windows (Kai
Willadsen)
* Fix display of change action buttons and line numbers when line numbers
are shown (Kai Willadsen)
* Fix positioning of the change action buttons (Kai Willadsen)
* Fix tab width setting not working correctly (Kai Willadsen)
* Fix starting comparison of Subversion checkouts from a subdirectory (Kai
Willadsen)
* Fix starting Meld from a differently-named symlink (Kai Willadsen)
* Ignore errors when copying file metadata if the destination file system
doesn't support it (Kai Willadsen)
* Automatically recompile stale in-place gschemas (Kai Willadsen)
* Handle SIGINT to support previous quit-on-Ctrl-C behaviour (Kai Willadsen)
* Fix missing cache opcodes in some circumstances (Kai Willadsen)
* Fix text view expansion when resizing patch dialog (Kai Willadsen)
* Build fix to always include C locale when LINGUAS is set (Kai Willadsen)
Translations:
* Andika Triwidada (id)
* Carles Ferrando (ca@valencia)
* Gábor Kelemen (hu)
* Jean Jordaan (cs, el, es)
* Joan Coll (ca)
* Jordi Mas (ca)
* Marek Černocký (cs)
* Maria Mavridou (el)
* Piotr Drąg (pl)
* Мирослав Николић (sr, sr@latin)
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/Makefile | 6 | ||||
-rw-r--r-- | devel/meld/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index 31bbee4de93..cc4dfc4e2d1 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2014/11/27 11:19:42 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2014/12/31 14:28:27 wiz Exp $ -DISTNAME= meld-3.12.2 +DISTNAME= meld-3.13.0 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.12/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.13/} EXTRACT_SUFX= .tar.xz MAINTAINER= wiz@NetBSD.org diff --git a/devel/meld/distinfo b/devel/meld/distinfo index d8fa668b03a..2ae8fe3003f 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.32 2014/11/27 11:19:42 wiz Exp $ +$NetBSD: distinfo,v 1.33 2014/12/31 14:28:27 wiz Exp $ -SHA1 (meld-3.12.2.tar.xz) = 693ae87bcd0080d938d16197c3d46ffe1a4de42d -RMD160 (meld-3.12.2.tar.xz) = 24a7421abe1372fbb57fd00b48db534e26cc6924 -Size (meld-3.12.2.tar.xz) = 461932 bytes +SHA1 (meld-3.13.0.tar.xz) = b1b97e9c4880907c0feb7472c3a23ea8faae45c1 +RMD160 (meld-3.13.0.tar.xz) = 7d4baafdd42d0aa9e8eef48c0a24127b00cc579d +Size (meld-3.13.0.tar.xz) = 462536 bytes |