pluma: update to 1.22.1.

Drop enchant patches because they were applied upstream
This commit is contained in:
Thomas 2019-06-04 09:48:09 -04:00 committed by Helmut Pozimski
parent 1ba94fd595
commit 6332abcb72
2 changed files with 2 additions and 17 deletions
srcpkgs/pluma

View file

@ -1,14 +0,0 @@
diff --git a/plugins/spell/pluma-spell-checker.c b/plugins/spell/pluma-spell-checker.c
index d33bf92..9f2bde3 100644
--- plugins/spell/pluma-spell-checker.c
+++ plugins/spell/pluma-spell-checker.c
@@ -433,7 +433,7 @@ pluma_spell_checker_add_word_to_personal (PlumaSpellChecker *spell,
if (len < 0)
len = strlen (word);
- enchant_dict_add_to_pwl (spell->dict, word, len);
+ enchant_dict_add (spell->dict, word, len);
g_signal_emit (G_OBJECT (spell), signals[ADD_WORD_TO_PERSONAL], 0, word, len);

View file

@ -1,6 +1,6 @@
# Template file for 'pluma'
pkgname=pluma
version=1.20.4
version=1.22.1
revision=1
build_style=gnu-configure
pycompile_dirs="usr/lib/pluma/plugins"
@ -14,11 +14,10 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=fffd1ad0309c058ebd364ea0185d5dbbada2a9cde3d580da528b226c7ca9ab61
checksum=af8d19927f1571d6b63462b8e51fed9ac851326b6ff800535ea785f15c61a591
nocross="gobject-introspection from libpeas"
pre_configure() {
sed -i 's/, enchant/, enchant-2/' configure.ac
autoreconf -fi
}