[arch-commits] Commit in enchant/trunk (PKGBUILD hunspell15_buildfix.diff)

Evangelos Foutras foutrelis at archlinux.org
Mon Nov 28 13:39:15 UTC 2016


    Date: Monday, November 28, 2016 @ 13:39:14
  Author: foutrelis
Revision: 282171

Remove obsolete build fix for Hunspell 1.5.0.

Modified:
  enchant/trunk/PKGBUILD
Deleted:
  enchant/trunk/hunspell15_buildfix.diff

--------------------------+
 PKGBUILD                 |    7 ++-----
 hunspell15_buildfix.diff |   12 ------------
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-28 13:32:18 UTC (rev 282170)
+++ PKGBUILD	2016-11-28 13:39:14 UTC (rev 282171)
@@ -12,17 +12,14 @@
 license=('LGPL')
 depends=('aspell' 'dbus-glib' 'hunspell' 'hspell' 'libvoikko')
 source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-       hunspell14_buildfix.diff
-       hunspell15_buildfix.diff)
+       hunspell14_buildfix.diff)
 md5sums=('de11011aff801dc61042828041fb59c7'
-         '1305a6c285b5970bb1ef0f033f49f329'
-         '01b3d7cd3d2debf43d742c31ca9ccc67')
+         '1305a6c285b5970bb1ef0f033f49f329')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   # http://bugzilla.abisource.com/show_bug.cgi?id=13772
   patch -Np1 -i ${srcdir}/hunspell14_buildfix.diff
-  patch -Np1 -i ${srcdir}/hunspell15_buildfix.diff
 }
 
 build() {

Deleted: hunspell15_buildfix.diff
===================================================================
--- hunspell15_buildfix.diff	2016-11-28 13:32:18 UTC (rev 282170)
+++ hunspell15_buildfix.diff	2016-11-28 13:39:14 UTC (rev 282171)
@@ -1,12 +0,0 @@
-diff -upr enchant-1.6.0.orig/src/myspell/myspell_checker.cpp enchant-1.6.0/src/myspell/myspell_checker.cpp
---- enchant-1.6.0.orig/src/myspell/myspell_checker.cpp	2016-11-26 16:04:05.689051339 +0200
-+++ enchant-1.6.0/src/myspell/myspell_checker.cpp	2016-11-26 16:05:11.380014568 +0200
-@@ -431,7 +431,7 @@ MySpellChecker::requestDictionary(const
- 	if(myspell == NULL){
- 		return false;
- 	}
--	char *enc = myspell->get_dic_encoding();
-+	const char *enc = myspell->get_dic_encoding();
- 
- 	m_translate_in = g_iconv_open(enc, "UTF-8");
- 	m_translate_out = g_iconv_open("UTF-8", enc);



More information about the arch-commits mailing list