diff options
author | markd <markd@pkgsrc.org> | 2020-06-07 11:55:46 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2020-06-07 11:55:46 +0000 |
commit | 0d25bcc2ae194496a1c33ab47474b33196054ee2 (patch) | |
tree | 6c7a6e594a3da090c1a37d83ce3b41fff65ed0eb | |
parent | 870142ea42ef9cd13cc2d7e5ca9ace6399005f7e (diff) | |
download | pkgsrc-0d25bcc2ae194496a1c33ab47474b33196054ee2.tar.gz |
sonnet: update to 5.70.0
5.68
Fix segfault at exit
5.69
Fix Sonnet autodetect failing on Indian langs
Create ConfigView an unmanaged ConfigWidget
-rw-r--r-- | textproc/sonnet/Makefile | 3 | ||||
-rw-r--r-- | textproc/sonnet/PLIST | 6 | ||||
-rw-r--r-- | textproc/sonnet/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/textproc/sonnet/Makefile b/textproc/sonnet/Makefile index df181453e1a..622c719425d 100644 --- a/textproc/sonnet/Makefile +++ b/textproc/sonnet/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2020/06/02 08:22:59 adam Exp $ +# $NetBSD: Makefile,v 1.42 2020/06/07 11:55:46 markd Exp $ DISTNAME= sonnet-${KF5VER} -PKGREVISION= 4 CATEGORIES= textproc HOMEPAGE= https://community.kde.org/Frameworks diff --git a/textproc/sonnet/PLIST b/textproc/sonnet/PLIST index 8fea6850313..8644b46e8e7 100644 --- a/textproc/sonnet/PLIST +++ b/textproc/sonnet/PLIST @@ -1,20 +1,24 @@ -@comment $NetBSD: PLIST,v 1.9 2020/01/29 11:49:28 markd Exp $ +@comment $NetBSD: PLIST,v 1.10 2020/06/07 11:55:46 markd Exp $ bin/gentrigrams bin/parsetrigrams include/KF5/SonnetCore/Sonnet/BackgroundChecker include/KF5/SonnetCore/Sonnet/GuessLanguage +include/KF5/SonnetCore/Sonnet/Settings include/KF5/SonnetCore/Sonnet/Speller include/KF5/SonnetCore/sonnet/backgroundchecker.h include/KF5/SonnetCore/sonnet/guesslanguage.h +include/KF5/SonnetCore/sonnet/settings.h include/KF5/SonnetCore/sonnet/sonnetcore_export.h include/KF5/SonnetCore/sonnet/speller.h include/KF5/SonnetUi/Sonnet/ConfigDialog +include/KF5/SonnetUi/Sonnet/ConfigView include/KF5/SonnetUi/Sonnet/ConfigWidget include/KF5/SonnetUi/Sonnet/Dialog include/KF5/SonnetUi/Sonnet/DictionaryComboBox include/KF5/SonnetUi/Sonnet/Highlighter include/KF5/SonnetUi/Sonnet/SpellCheckDecorator include/KF5/SonnetUi/sonnet/configdialog.h +include/KF5/SonnetUi/sonnet/configview.h include/KF5/SonnetUi/sonnet/configwidget.h include/KF5/SonnetUi/sonnet/dialog.h include/KF5/SonnetUi/sonnet/dictionarycombobox.h diff --git a/textproc/sonnet/distinfo b/textproc/sonnet/distinfo index cf7ec6290d8..04fcdcb2bdb 100644 --- a/textproc/sonnet/distinfo +++ b/textproc/sonnet/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2020/01/29 11:49:28 markd Exp $ +$NetBSD: distinfo,v 1.12 2020/06/07 11:55:46 markd Exp $ -SHA1 (sonnet-5.66.0.tar.xz) = d932309d534dfdbc8556fc84bc6772116de28211 -RMD160 (sonnet-5.66.0.tar.xz) = b292dcf20f449a64a16328a09a9de07989253973 -SHA512 (sonnet-5.66.0.tar.xz) = 17fee80d64762941f2f7d0d1b349d2b1cb9be440499209ea40ec38332c6cb12a246d5614053e8b0428ce113fef0765e577ca9ef44b2ddb216e33e6a2e947af3b -Size (sonnet-5.66.0.tar.xz) = 288968 bytes +SHA1 (sonnet-5.70.0.tar.xz) = f19a11eb2970a68e358bbace7e391e96bb3e9914 +RMD160 (sonnet-5.70.0.tar.xz) = 3f7a1cfbc42d303a4f0dc1291a91bf80314a7f46 +SHA512 (sonnet-5.70.0.tar.xz) = de93c1396262215407324795ea0ebc7d45752fb33873f0f6552821b9fa97dafd9972e274784f9f70c63f220aba9db261dccd55cf169cf62e629f398dc2db7fe9 +Size (sonnet-5.70.0.tar.xz) = 292380 bytes |