[arch-commits] Commit in enchant/repos (3 files)

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


    Date: Sunday, June 1, 2008 @ 15:35:25
  Author: jgc
Revision: 2391

Merged revisions 1269-2390 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/enchant/trunk

........
  r2390 | jgc | 2008-06-01 19:34:59 +0000 (Sun, 01 Jun 2008) | 1 line
  
  upgpkg: enchant 1.4.2-1
........

Modified:
  enchant/repos/extra-x86_64/	(properties)
  enchant/repos/extra-x86_64/PKGBUILD
Deleted:
  enchant/repos/extra-x86_64/hspell-dictnum.patch

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


Property changes on: enchant/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /enchant/trunk:1-1268
   + /enchant/trunk:1-2390

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-06-01 19:34:59 UTC (rev 2390)
+++ extra-x86_64/PKGBUILD	2008-06-01 19:35:25 UTC (rev 2391)
@@ -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: extra-x86_64/hspell-dictnum.patch
===================================================================
--- extra-x86_64/hspell-dictnum.patch	2008-06-01 19:34:59 UTC (rev 2390)
+++ extra-x86_64/hspell-dictnum.patch	2008-06-01 19:35:25 UTC (rev 2391)
@@ -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