diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-08 14:40:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-08 14:40:55 +0000 |
commit | 72f9632aeda97a4ac6b216a63f2b7ebb34b54af7 (patch) | |
tree | 48df5a77afa4acd4570bd70cf93e98bdb5621a57 /devel/meld | |
parent | 17f32af1dd09278583c30a1901f9575816cc3583 (diff) | |
download | pkgsrc-72f9632aeda97a4ac6b216a63f2b7ebb34b54af7.tar.gz |
Update meld to 3.15.2.
2016-03-28 meld 3.15.2
======================
Features:
* Port to use GtkSourceView's file loader and saver helpers, bringing
several benefits (Kai Willadsen)
* Loading and saving speed are significantly improved, and are
asychronous
* We try a wider range of locale-specific file encodings by default,
and still support user-specified default encodings (requires
GtkSourceView 3.18 or later)
* We now support saving files with inconsistent newline types
* Binary files will now be loaded on a best-effort basis
* Reinstate support for Darcs; this is currently limited to very new
(>2.10.3) versions (Guillaume Hoffmann)
* Folder comparisons now apply text filters in the same way as file
comparisons (David Rabel)
* Add support for showing new shortcuts help dialog (Kai Willadsen, Piotr
Drąg)
* Preliminary support for building Meld as an xdg-app (Kai Willadsen)
Fixes:
* Many fixes for GTK+ 3.20 theming changes and widget compatibility issues
(Kai Willadsen)
* All accelerators should now consistently use the Primary key, for better
integration on OSX systems (Youssef Adnan)
* Significantly improve text filter performance (Jason Gauci)
* Fix performance regression where scanning for missing files was extremely
slow, especially in large repositories (Kai Willadsen)
* Fix truncated line number display in short file (Kai Willadsen)
* Fix filter dropdown not appearing below button (Kai Willadsen)
* Add more documentation on setup and installation requirements (Jesse
Sheridan, Martin Thoma)
* Update the AppData to spec version 0.7+ (Richard Hughes)
Translations:
* Anders Jonsson (sv)
* Benjamin Steinwender (de)
* Bernd Homuth (de)
* Cédric Valmary (oc)
* Daniel Mustieles (es)
* Gábor Kelemen (hu)
* Jiri Grönroos (fi)
* Luisa Cerón Perea (es)
* Marek Černocký (cs)
* Mario Blättermann (de)
* Muhammet Kara (tr)
* Pedro Albuquerque (pt)
* Piotr Drąg (pl)
* Rafael Fontenelle (pt_BR)
* Мирослав Николић (sr, sr@latin)
Diffstat (limited to 'devel/meld')
-rw-r--r-- | devel/meld/Makefile | 5 | ||||
-rw-r--r-- | devel/meld/PLIST | 6 | ||||
-rw-r--r-- | devel/meld/distinfo | 10 |
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index d867c7fd0f4..ff3c5092e3a 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2015/12/29 17:27:25 abs Exp $ +# $NetBSD: Makefile,v 1.66 2016/04/08 14:40:55 wiz Exp $ -DISTNAME= meld-3.15.1 -PKGREVISION= 1 +DISTNAME= meld-3.15.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/3.15/} EXTRACT_SUFX= .tar.xz diff --git a/devel/meld/PLIST b/devel/meld/PLIST index cd7695a9352..1f6f7b6e506 100644 --- a/devel/meld/PLIST +++ b/devel/meld/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2015/10/15 11:47:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.25 2016/04/08 14:40:55 wiz Exp $ bin/meld ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/meld/__init__.py @@ -147,6 +147,9 @@ ${PYSITELIB}/meld/vc/_vc.pyo ${PYSITELIB}/meld/vc/bzr.py ${PYSITELIB}/meld/vc/bzr.pyc ${PYSITELIB}/meld/vc/bzr.pyo +${PYSITELIB}/meld/vc/darcs.py +${PYSITELIB}/meld/vc/darcs.pyc +${PYSITELIB}/meld/vc/darcs.pyo ${PYSITELIB}/meld/vc/git.py ${PYSITELIB}/meld/vc/git.pyc ${PYSITELIB}/meld/vc/git.pyo @@ -347,6 +350,7 @@ share/meld/ui/meldapp-ui.xml share/meld/ui/meldapp.ui share/meld/ui/patch-dialog.ui share/meld/ui/preferences.ui +share/meld/ui/shortcuts.ui share/meld/ui/tab-placeholder.ui share/meld/ui/vcview-ui.xml share/meld/ui/vcview.ui diff --git a/devel/meld/distinfo b/devel/meld/distinfo index eb7e0d14960..be74057d022 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.41 2015/12/27 21:48:49 wiz Exp $ +$NetBSD: distinfo,v 1.42 2016/04/08 14:40:55 wiz Exp $ -SHA1 (meld-3.15.1.tar.xz) = 43c0b089711843524935cf2d611c35cf24bf29e0 -RMD160 (meld-3.15.1.tar.xz) = 35726330387cee22e50f50899bcf9323f1a838ea -SHA512 (meld-3.15.1.tar.xz) = 29590c5055428be2bc13df6be09626b08a3c20cd8bf855da6ba9eb25d0e121df17098b7ed8908e76c82e7352afcc10b8e7818336c18c73b9ad1b0693dc8b5e4a -Size (meld-3.15.1.tar.xz) = 504628 bytes +SHA1 (meld-3.15.2.tar.xz) = c5c34f52ebe337c654ad5e35450f43e95bdd7743 +RMD160 (meld-3.15.2.tar.xz) = 6ad8e99f9e1b9af20302801f01dff90338d54e71 +SHA512 (meld-3.15.2.tar.xz) = 635f50b8083cc033c4f20054ad16bdfa9af00d77c3c6af99fc0d235bce6e3246c7fa5388fd9fccd58ee3c32182511b539e35086e3ea4bd7c345c2d38e1f06455 +Size (meld-3.15.2.tar.xz) = 531260 bytes |