Date: Thursday, January 18, 2018 @ 08:59:59 Author: heftig Revision: 315031
3.25.90+34+g78f4d4fda-2: enchant 2.2 Modified: empathy/trunk/PKGBUILD empathy/trunk/enchant-2.patch -----------------+ PKGBUILD | 4 ++-- enchant-2.patch | 32 +++++++++++++++++++++++++++++--- 2 files changed, 31 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-18 07:19:50 UTC (rev 315030) +++ PKGBUILD 2018-01-18 08:59:59 UTC (rev 315031) @@ -3,7 +3,7 @@ pkgname=empathy pkgver=3.25.90+34+g78f4d4fda -pkgrel=1 +pkgrel=2 pkgdesc="A GNOME instant messaging client using the Telepathy framework" url="https://wiki.gnome.org/Apps/Empathy" arch=(x86_64) @@ -23,7 +23,7 @@ enchant-2.patch) sha256sums=('SKIP' 'SKIP' - 'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167') + 'f177f0dfc242018dd52e312637f513fd08f64aa991b45930cc3ea9a2576f795e') pkgver() { cd $pkgname Modified: enchant-2.patch =================================================================== --- enchant-2.patch 2018-01-18 07:19:50 UTC (rev 315030) +++ enchant-2.patch 2018-01-18 08:59:59 UTC (rev 315031) @@ -1,7 +1,33 @@ -diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c + configure.ac | 4 ++-- + libempathy-gtk/empathy-spell.c | 2 +- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git c/configure.ac i/configure.ac +index 7aeb6b31c..31e5b847b 100644 +--- c/configure.ac ++++ i/configure.ac +@@ -72,7 +72,7 @@ WEBKIT_REQUIRED=2.10.0 + GOA_REQUIRED=3.5.1 + + # Optional deps +-ENCHANT_REQUIRED=1.2.0 ++ENCHANT_REQUIRED=2.2.0 + GEOCLUE_REQUIRED=2.1.0 + GEOCODE_GLIB_REQUIRED=0.99.1 + ISO_CODES_REQUIRED=0.35 +@@ -307,7 +307,7 @@ AC_ARG_ENABLE(spell, + if test "x$enable_spell" != "xno"; then + PKG_CHECK_MODULES(ENCHANT, + [ +- enchant >= $ENCHANT_REQUIRED, ++ enchant-2 >= $ENCHANT_REQUIRED, + iso-codes >= $ISO_CODES_REQUIRED + ], have_enchant="yes", have_enchant="no") + +diff --git c/libempathy-gtk/empathy-spell.c i/libempathy-gtk/empathy-spell.c index 27f27f902..bb0159fd8 100644 ---- a/libempathy-gtk/empathy-spell.c -+++ b/libempathy-gtk/empathy-spell.c +--- c/libempathy-gtk/empathy-spell.c ++++ i/libempathy-gtk/empathy-spell.c @@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code, if (lang == NULL) return;
