diff options
author | wiz <wiz@pkgsrc.org> | 2022-07-03 09:12:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-07-03 09:12:07 +0000 |
commit | ed7633dea6cda286b5982b5e7b04050678d2376f (patch) | |
tree | 67de528cf72d9e5da309ce2282bee2fe6803f308 | |
parent | d04b0c1c815c1ff660b125678bceda5281324030 (diff) | |
download | pkgsrc-ed7633dea6cda286b5982b5e7b04050678d2376f.tar.gz |
meld: update to 3.21.2.
2022-06-18 meld 3.21.2
======================
Features:
* Folder comparison now supports compare differently-named files across
panes, by marking files for comparison (Helly Guo)
* Synchronization points are now significantly easier to use and more
robust, and have new user documentation (Roberto Vidal)
* Added option to ignore Unicode normalisation form differences when
comparing paths (Dan B)
* The files or folders being compared can now be swapped in two pane mode,
using the new View -> Swap left and right panes menu item (Helly Guo)
* Folder comparisons now show a "(scanning...)" indication in tree view
rows as an additional visual cue that the comparison is still running
(Kai Willadsen)
* Folder comparisons have a new optional ISO-format time column (Kai
Willadsen)
Fixes:
* Update icon usage to support stock icon removal from new Adwaita versions
(Jan Tojnar)
* Build fix for Meson 0.61.0 (Silvio Fricke)
* The new pathlabel widgets now support user-provided custom labels (Kai
Willadsen)
* Fix file selectors in folder comparisons to always open in the current
folder (Kai Willadsen)
* Using a custom save path (i.e., the --output flag) now sets a buffer as
modified, so that unchanged merges can be saved (Kai Willadsen)
* Comparing new or deleted rows in folder comparison now opens a two-pane
file comparisons for consistency (Kai Willadsen)
* Destructive dialog actions now have appropriate styling (Kai Willadsen)
* Invalid user settings for folder comparison columns are now handled more
gracefully (Kai Willadsen)
* The nightly flatpak build now includes Git to make version control
comparisons somewhat functional (Kai Willadsen)
* Issues fixed: #11, #85, #188, #319, #381, #475, #492, #581, #620, #638,
#645, #660, #662, #672
-rw-r--r-- | devel/meld/Makefile | 5 | ||||
-rw-r--r-- | devel/meld/PLIST | 3 | ||||
-rw-r--r-- | devel/meld/distinfo | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/devel/meld/Makefile b/devel/meld/Makefile index a949f87de1e..1a52ded14a7 100644 --- a/devel/meld/Makefile +++ b/devel/meld/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.118 2022/06/30 11:18:16 nia Exp $ +# $NetBSD: Makefile,v 1.119 2022/07/03 09:12:07 wiz Exp $ -DISTNAME= meld-3.21.1 -PKGREVISION= 2 +DISTNAME= meld-3.21.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/meld/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz diff --git a/devel/meld/PLIST b/devel/meld/PLIST index bc6e36908b5..0df49c4bd49 100644 --- a/devel/meld/PLIST +++ b/devel/meld/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.40 2022/01/10 08:21:09 wiz Exp $ +@comment $NetBSD: PLIST,v 1.41 2022/07/03 09:12:07 wiz Exp $ bin/meld ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -219,6 +219,7 @@ share/help/C/meld/legal.xml share/help/C/meld/missing-functionality.page share/help/C/meld/preferences.page share/help/C/meld/resolving-conflicts.page +share/help/C/meld/syncpoints.page share/help/C/meld/text-filters.page share/help/C/meld/vc-mode.page share/help/C/meld/vc-supported.page diff --git a/devel/meld/distinfo b/devel/meld/distinfo index 84f19da112f..03928f665ec 100644 --- a/devel/meld/distinfo +++ b/devel/meld/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.66 2022/01/10 08:21:09 wiz Exp $ +$NetBSD: distinfo,v 1.67 2022/07/03 09:12:07 wiz Exp $ -BLAKE2s (meld-3.21.1.tar.xz) = 1fe8147603075af1a77edb4ce68ea74960e9b65ee4137d768ccfbdbda5893056 -SHA512 (meld-3.21.1.tar.xz) = b73a573b3b768f2f8ad664ab4da7dc8ed0ca31203dbfb523bf374dd0a2ff5ef6d6264296b257373abcd4084c97dbecd3090ef768eecc5dc13b01752522fbe048 -Size (meld-3.21.1.tar.xz) = 649864 bytes +BLAKE2s (meld-3.21.2.tar.xz) = 999dc1feef0c1f2940c3b5b9d83d30dc9e3db536ddcb6f816757826b02e176df +SHA512 (meld-3.21.2.tar.xz) = f715ce8356c4a0cfdb57dfdde4c66af059de08e9ad5f3755ab03adb355075523280ec7cf5c4d86bd587191d854b4dc6d2f6600540dd7d974a1a7b957c7c8bcb5 +Size (meld-3.21.2.tar.xz) = 673076 bytes |