summaryrefslogtreecommitdiff
path: root/textproc/gspell
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2017-08-27 15:52:10 +0000
committerprlw1 <prlw1@pkgsrc.org>2017-08-27 15:52:10 +0000
commitc6b6d2777bffbcec5c133dd4ba4201794728a974 (patch)
tree73b9d0d8782c54b70f02ae9be1a3734f003c2326 /textproc/gspell
parent5fa4cb67d16e88df88aa09b3cbc0f4b048d3443d (diff)
downloadpkgsrc-c6b6d2777bffbcec5c133dd4ba4201794728a974.tar.gz
Update gspell to 1.4.2
News in 1.4.2, 2017-08-19 ------------------------- * GspellEntry: make the code that navigates through PangoLogAttr's more robust. * Translation updates. News in 1.4.1, 2017-04-09 ------------------------- * GspellEntry: do not emit the GtkEditable::changed signal. * Replace some g_asserts by g_returns to avoid crashes (bug #778883). * Translation updates. News in 1.4.0, 2017-03-18 ------------------------- * Translation updates. * Other small improvements. News in 1.3.3, 2017-02-26 ------------------------- This is an unstable release in the 1.3 development cycle. The 1.4 stable version will be released at the same time as GNOME 3.24. * Add more assertions for: https://bugzilla.gnome.org/show_bug.cgi?id=778883 * Fix minor issues found by Coverity. * Translation update. News in 1.2.3, 2017-02-24 ------------------------- * Replace a g_assert_cmpint() by a g_return_if_fail(), to avoid a crash. The assertion sometimes fails, probably because of a bug in a lower-level library. https://bugzilla.gnome.org/show_bug.cgi?id=778883 News in 1.3.2, 2017-01-15 ------------------------- This is an unstable release in the 1.3 development cycle. The 1.4 stable version will be released at the same time as GNOME 3.24. * GspellEntry: do not check the word currently typed. * GspellEntry: better word boundaries, take into account apostrophes and dashes. * GspellEntry: disable inline spell checking if the GtkEntry is in password mode. * Various other improvements. * Translation updates.
Diffstat (limited to 'textproc/gspell')
-rw-r--r--textproc/gspell/Makefile5
-rw-r--r--textproc/gspell/PLIST8
-rw-r--r--textproc/gspell/distinfo10
3 files changed, 13 insertions, 10 deletions
diff --git a/textproc/gspell/Makefile b/textproc/gspell/Makefile
index f92757aa1cc..2fc3400abc9 100644
--- a/textproc/gspell/Makefile
+++ b/textproc/gspell/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2017/08/16 20:21:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/08/27 15:52:10 prlw1 Exp $
-DISTNAME= gspell-1.2.2
-PKGREVISION= 3
+DISTNAME= gspell-1.4.2
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gspell/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff --git a/textproc/gspell/PLIST b/textproc/gspell/PLIST
index a38cc8f4cc2..1864b305f66 100644
--- a/textproc/gspell/PLIST
+++ b/textproc/gspell/PLIST
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2017/01/14 09:14:54 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/08/27 15:52:10 prlw1 Exp $
include/gspell-1/gspell/gspell-checker-dialog.h
include/gspell-1/gspell/gspell-checker.h
+include/gspell-1/gspell/gspell-entry-buffer.h
+include/gspell-1/gspell/gspell-entry.h
include/gspell-1/gspell/gspell-enum-types.h
include/gspell-1/gspell/gspell-language-chooser-button.h
include/gspell-1/gspell/gspell-language-chooser-dialog.h
@@ -17,6 +19,8 @@ lib/pkgconfig/gspell-1.pc
share/gir-1.0/Gspell-1.gir
share/gtk-doc/html/gspell-1.0/GspellChecker.html
share/gtk-doc/html/gspell-1.0/GspellCheckerDialog.html
+share/gtk-doc/html/gspell-1.0/GspellEntry.html
+share/gtk-doc/html/gspell-1.0/GspellEntryBuffer.html
share/gtk-doc/html/gspell-1.0/GspellLanguage.html
share/gtk-doc/html/gspell-1.0/GspellLanguageChooser.html
share/gtk-doc/html/gspell-1.0/GspellLanguageChooserButton.html
@@ -26,12 +30,12 @@ share/gtk-doc/html/gspell-1.0/GspellNavigatorTextView.html
share/gtk-doc/html/gspell-1.0/GspellTextBuffer.html
share/gtk-doc/html/gspell-1.0/GspellTextView.html
share/gtk-doc/html/gspell-1.0/annotation-glossary.html
-share/gtk-doc/html/gspell-1.0/api-index-1-2.html
share/gtk-doc/html/gspell-1.0/api-index-full.html
share/gtk-doc/html/gspell-1.0/ch01.html
share/gtk-doc/html/gspell-1.0/ch02.html
share/gtk-doc/html/gspell-1.0/ch03.html
share/gtk-doc/html/gspell-1.0/ch04.html
+share/gtk-doc/html/gspell-1.0/ch05.html
share/gtk-doc/html/gspell-1.0/gspell-1.0.devhelp2
share/gtk-doc/html/gspell-1.0/home.png
share/gtk-doc/html/gspell-1.0/index.html
diff --git a/textproc/gspell/distinfo b/textproc/gspell/distinfo
index 661125fd4a9..38117e1bf0f 100644
--- a/textproc/gspell/distinfo
+++ b/textproc/gspell/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/01/14 09:14:54 ryoon Exp $
+$NetBSD: distinfo,v 1.4 2017/08/27 15:52:10 prlw1 Exp $
-SHA1 (gspell-1.2.2.tar.xz) = 2876ff1c516252ced88d243c687b0c0dffd1f2a2
-RMD160 (gspell-1.2.2.tar.xz) = 55f501d46b535891ea44a4ea5538281efd86fe5b
-SHA512 (gspell-1.2.2.tar.xz) = 3bc8274e63eb11e0364adfeeec5963f480180774797b675f440a092a6208121ab52a39b27e61ba8305acba954a68cdf53dbe49acb4d6ef8e5d92e8efa9824800
-Size (gspell-1.2.2.tar.xz) = 395120 bytes
+SHA1 (gspell-1.4.2.tar.xz) = fe39ecc9e5257d7e5a71cd80e56eb1e697d9868a
+RMD160 (gspell-1.4.2.tar.xz) = 27af76b2a32315e04256875551dab4a4a5426fca
+SHA512 (gspell-1.4.2.tar.xz) = 00f53d3ca47a4ba1af1e8b4983a41dc6df8a9788898b45ffdd161a3fc8de28024cc985f49fbb872912c0a94addbca3b28ce2edda70eeb206a794e2bcf65e4a5e
+Size (gspell-1.4.2.tar.xz) = 407356 bytes