Update to gspell-0.2.4.

This commit is contained in:
ajacoutot 2016-03-01 09:05:52 +00:00
parent 4cc20e754e
commit 07daa66b5d
4 changed files with 33 additions and 10 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.7 2016/01/17 18:04:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.8 2016/03/01 09:05:52 ajacoutot Exp $
COMMENT= spell-checking library for GTK+
GNOME_PROJECT= gspell
GNOME_VERSION= 0.2.3
GNOME_VERSION= 0.2.4
CATEGORIES= textproc
SHARED_LIBS += gspell-1 1.0 # 0.0
SHARED_LIBS += gspell-1 2.0 # 0.0
# LGPLv2.1+
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,2 +1,2 @@
SHA256 (gspell-0.2.3.tar.xz) = 47+pCgT2YO+x5byxgu6NB9E/eIF8zNAGmSU0JhtjNRA=
SIZE (gspell-0.2.3.tar.xz) = 363424
SHA256 (gspell-0.2.4.tar.xz) = JNkzK8FNYp9SjYn6IDS3yFekHED5aaF0Gmqp/1+CsAs=
SIZE (gspell-0.2.4.tar.xz) = 370276

View File

@ -0,0 +1,23 @@
$OpenBSD: patch-testsuite_test-inline-checker-text-buffer_c,v 1.1 2016/03/01 09:05:53 ajacoutot Exp $
XXX needs gtk+3 >= 3.19
--- testsuite/test-inline-checker-text-buffer.c.orig Thu Feb 25 11:41:27 2016
+++ testsuite/test-inline-checker-text-buffer.c Thu Feb 25 11:41:38 2016
@@ -74,14 +74,14 @@ check_highlighted_words (GtkTextBuffer
gint expected_end_offset;
start = iter;
- if (!gtk_text_iter_starts_tag (&start, tag))
+ if (!gtk_text_iter_begins_tag (&start, tag))
{
if (!gtk_text_iter_forward_to_tag_toggle (&start, tag))
{
break;
}
- g_assert (gtk_text_iter_starts_tag (&start, tag));
+ g_assert (gtk_text_iter_begins_tag (&start, tag));
}
end = start;

View File

@ -1,14 +1,14 @@
@comment $OpenBSD: PLIST,v 1.5 2016/01/17 18:04:11 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2016/03/01 09:05:53 ajacoutot Exp $
include/gspell-1/
include/gspell-1/gspell/
include/gspell-1/gspell/gspell-checker-dialog.h
include/gspell-1/gspell/gspell-checker.h
include/gspell-1/gspell/gspell-inline-checker-text.h
include/gspell-1/gspell/gspell-inline-checker-text-view.h
include/gspell-1/gspell/gspell-language-chooser-button.h
include/gspell-1/gspell/gspell-language-chooser-dialog.h
include/gspell-1/gspell/gspell-language-chooser.h
include/gspell-1/gspell/gspell-language.h
include/gspell-1/gspell/gspell-navigator-text.h
include/gspell-1/gspell/gspell-navigator-text-view.h
include/gspell-1/gspell/gspell-navigator.h
include/gspell-1/gspell/gspell-text-buffer.h
include/gspell-1/gspell/gspell.h
@ -25,13 +25,13 @@ share/gtk-doc/html/
share/gtk-doc/html/gspell-1.0/
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/GspellInlineCheckerText.html
share/gtk-doc/html/gspell-1.0/GspellInlineCheckerTextView.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
share/gtk-doc/html/gspell-1.0/GspellLanguageChooserDialog.html
share/gtk-doc/html/gspell-1.0/GspellNavigator.html
share/gtk-doc/html/gspell-1.0/GspellNavigatorText.html
share/gtk-doc/html/gspell-1.0/GspellNavigatorTextView.html
share/gtk-doc/html/gspell-1.0/annotation-glossary.html
share/gtk-doc/html/gspell-1.0/api-index-full.html
share/gtk-doc/html/gspell-1.0/ch01.html