sonnet: updat to 5.93.0
5.82.0 Fix assert when bringing up the contextmenu after starting a compose seyquence 5.83.0 Add Malayalam trigram 5.85.0 Fix language not being correctly guessed when sentence ends in a dot 5.88.0 Build examples only when BUILD_EXAMPLES is on Fix applying highlighter in quick document data/parsetrigrams.cpp: ensure the output is deterministic Don't crash on null textDocument if suggestions are invoked Add missing qmldir Implement QtQuick bindings for Sonnet 5.89.0 don't load plugins from current working directory, that is even a security issue export all known languages massive speedup, avoid loading the same huge dictionaries several times only load one instance of a plugin core: attempt to load local plugins first, makes development easier 5.90.0 Don't access an out of bounds index into a QString 5.91.0 Allow to install plugin in kf5 or kf6 directory 5.92.0 settings: Emit `autodetectLanguageChanged` QMake pri files: fix missing new path to version header 5.93.0 Enable Windows spellchecker with mingw Add Android to supported platforms in repo metadata hunspell: resolve symlinks with canonicalFilePath()
This commit is contained in:
parent
35ecf61190
commit
eaceab5c4b
3 changed files with 10 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.54 2022/04/18 19:10:09 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.55 2022/04/25 06:57:34 markd Exp $
|
||||
|
||||
DISTNAME= sonnet-${KF5VER}
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= textproc
|
||||
|
||||
HOMEPAGE= https://community.kde.org/Frameworks
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.11 2021/03/30 10:58:28 markd Exp $
|
||||
@comment $NetBSD: PLIST,v 1.12 2022/04/25 06:57:34 markd Exp $
|
||||
bin/gentrigrams
|
||||
bin/parsetrigrams
|
||||
include/KF5/Sonnet/sonnet_version.h
|
||||
include/KF5/SonnetCore/Sonnet/BackgroundChecker
|
||||
include/KF5/SonnetCore/Sonnet/GuessLanguage
|
||||
include/KF5/SonnetCore/Sonnet/Settings
|
||||
|
@ -25,7 +26,6 @@ include/KF5/SonnetUi/sonnet/dictionarycombobox.h
|
|||
include/KF5/SonnetUi/sonnet/highlighter.h
|
||||
include/KF5/SonnetUi/sonnet/sonnetui_export.h
|
||||
include/KF5/SonnetUi/sonnet/spellcheckdecorator.h
|
||||
include/KF5/sonnet_version.h
|
||||
lib/cmake/KF5Sonnet/KF5SonnetConfig.cmake
|
||||
lib/cmake/KF5Sonnet/KF5SonnetConfigVersion.cmake
|
||||
lib/cmake/KF5Sonnet/KF5SonnetTargets-noconfig.cmake
|
||||
|
@ -41,6 +41,9 @@ qt5/mkspecs/modules/qt_SonnetUi.pri
|
|||
qt5/plugins/designer/sonnetui5widgets.so
|
||||
qt5/plugins/kf5/sonnet/sonnet_aspell.so
|
||||
qt5/plugins/kf5/sonnet/sonnet_hunspell.so
|
||||
qt5/qml/org/kde/sonnet/libsonnetquickplugin.so
|
||||
qt5/qml/org/kde/sonnet/plugins.qmltypes
|
||||
qt5/qml/org/kde/sonnet/qmldir
|
||||
share/locale/af/LC_MESSAGES/sonnet5_qt.qm
|
||||
share/locale/ar/LC_MESSAGES/sonnet5_qt.qm
|
||||
share/locale/as/LC_MESSAGES/sonnet5_qt.qm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2021/10/26 11:23:31 nia Exp $
|
||||
$NetBSD: distinfo,v 1.16 2022/04/25 06:57:34 markd Exp $
|
||||
|
||||
BLAKE2s (sonnet-5.80.0.tar.xz) = 33615260bfee74c449bdb83cb42af4a6dd0df5da4c0456ec856de9417b8df7ab
|
||||
SHA512 (sonnet-5.80.0.tar.xz) = 703f43e6498927c781126ca556cde6034314501dca7443466bc86f78f06736ef01cf1846d888e490c88d38ccf449cb4e759207a66f8a09300ae7b4e7ac6a9f88
|
||||
Size (sonnet-5.80.0.tar.xz) = 293860 bytes
|
||||
BLAKE2s (sonnet-5.93.0.tar.xz) = d0e5ecc3119f2ff7feea9576beb12812d55d1a775c76403cb4be2ef48fb89da6
|
||||
SHA512 (sonnet-5.93.0.tar.xz) = acc7562101c4afbbab96c0a50faea49b63d0d9b5cadf92ff4c9a68bbba8b142793252a69039ed42f1619855cb799f744f9dfdd8ab14d96a7d67b57cff67a8642
|
||||
Size (sonnet-5.93.0.tar.xz) = 308492 bytes
|
||||
|
|
Loading…
Reference in a new issue