[arch-commits] Commit in empathy/trunk (PKGBUILD enchant-2.patch)

Jan de Groot jgc at archlinux.org
Wed Nov 22 14:21:06 UTC 2017


    Date: Wednesday, November 22, 2017 @ 14:21:04
  Author: jgc
Revision: 310595

upgpkg: empathy 3.25.90+33+g1453dc4e7-1

Libical/Enchant rebuild

Added:
  empathy/trunk/enchant-2.patch
Modified:
  empathy/trunk/PKGBUILD

-----------------+
 PKGBUILD        |   12 ++++++++----
 enchant-2.patch |   13 +++++++++++++
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 13:39:38 UTC (rev 310594)
+++ PKGBUILD	2017-11-22 14:21:04 UTC (rev 310595)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=empathy
-pkgver=3.25.90+30+ged4b420d8
+pkgver=3.25.90+33+g1453dc4e7
 pkgrel=1
 pkgdesc="A GNOME instant messaging client using the Telepathy framework"
 url="https://wiki.gnome.org/Apps/Empathy"
@@ -18,11 +18,13 @@
             'telepathy-rakia: SIP support'
             'telepathy-haze: libpurple support')
 groups=(gnome)
-_commit=ed4b420d8bd08bbd48dd87c21f10e064897c04b6  # master
+_commit=1453dc4e777d28df59cac2df45d607371c79c813  # master
 source=("git+https://git.gnome.org/browse/empathy#commit=$_commit"
-        "git+https://git.gnome.org/browse/telepathy-account-widgets")
+        "git+https://git.gnome.org/browse/telepathy-account-widgets"
+        enchant-2.patch)
 sha256sums=('SKIP'
-            'SKIP')
+            'SKIP'
+            'cfb8e4c1fde981393090c5f4c51e8f4eace54acaa16a7aed3c7f1cd31658c167')
 
 pkgver() {
   cd $pkgname
@@ -36,6 +38,8 @@
   git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
   git submodule update
 
+  patch -Np1 -i ../enchant-2.patch
+
   NOCONFIGURE=1 ./autogen.sh
 }
 

Added: enchant-2.patch
===================================================================
--- enchant-2.patch	                        (rev 0)
+++ enchant-2.patch	2017-11-22 14:21:04 UTC (rev 310595)
@@ -0,0 +1,13 @@
+diff --git a/libempathy-gtk/empathy-spell.c b/libempathy-gtk/empathy-spell.c
+index 27f27f902..bb0159fd8 100644
+--- a/libempathy-gtk/empathy-spell.c
++++ b/libempathy-gtk/empathy-spell.c
+@@ -424,7 +424,7 @@ empathy_spell_add_to_dictionary (const gchar *code,
+ 	if (lang == NULL)
+ 		return;
+ 
+-	enchant_dict_add_to_pwl (lang->speller, word, strlen (word));
++	enchant_dict_add (lang->speller, word, strlen (word));
+ }
+ 
+ #else /* not HAVE_ENCHANT */



More information about the arch-commits mailing list