[arch-commits] Commit in enchant/trunk (PKGBUILD hspell-dictnum.patch)

Jan de Groot jgc at archlinux.org
Sun Jun 1 19:35:00 UTC 2008


    Date: Sunday, June 1, 2008 @ 15:34:59
  Author: jgc
Revision: 2390

upgpkg: enchant 1.4.2-1

Modified:
  enchant/trunk/PKGBUILD
Deleted:
  enchant/trunk/hspell-dictnum.patch

----------------------+
 PKGBUILD             |   11 ++++-------
 hspell-dictnum.patch |   11 -----------
 2 files changed, 4 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-01 19:32:33 UTC (rev 2389)
+++ PKGBUILD	2008-06-01 19:34:59 UTC (rev 2390)
@@ -1,23 +1,20 @@
 # $Id$
 # Maintainer: dorphell <dorphell at archlinux.org>
 pkgname=enchant
-pkgver=1.4.1
-pkgrel=2
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="A wrapper library for generic spell checking"
 arch=(i686 x86_64)
 license=('LGPL')
 depends=('aspell' 'dbus-glib>=0.74' 'hunspell>=1.2.2')
 makedepends=('hspell')
 options=(!libtool)
-source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz
-	hspell-dictnum.patch)
+source=(http://www.abisource.com/downloads/enchant/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 url="http://www.abisource.com/enchant/"
-md5sums=('8d309d2fb39a0f5fd2aa564446cb8d62'
-	 '85697b05efe674e3196cefcc09a7d29b')
+md5sums=('fe4558269ff59f569ab9581c907d58cb')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
-  patch -Np0 -i ${startdir}/src/hspell-dictnum.patch || return 1
   ./configure --prefix=/usr --disable-static || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1

Deleted: hspell-dictnum.patch
===================================================================
--- hspell-dictnum.patch	2008-06-01 19:32:33 UTC (rev 2389)
+++ hspell-dictnum.patch	2008-06-01 19:34:59 UTC (rev 2390)
@@ -1,11 +0,0 @@
---- src/hspell/hspell_provider.c.orig	2008-05-03 20:02:26.000000000 +0000
-+++ src/hspell/hspell_provider.c	2008-05-03 19:58:17.000000000 +0000
-@@ -235,7 +235,7 @@
- 	dictionary_path = hspell_get_dictionary_path();
- 	
- 	if(dictionary_path && *dictionary_path && g_file_test (dictionary_path, G_FILE_TEST_EXISTS)) {
--		*out_n_dicts = 2;
-+		*out_n_dicts = 1;
- 		
- 		out_list = g_new0 (char *, 2);
- 		





More information about the arch-commits mailing list