From 417764e5e9aa39fec826a4de11821ce129ad0f65 Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 11:40:24 -0700 Subject: [PATCH 1/7] Remove noarch from aspell-fr aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-fr package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-fr/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template index b1d5e6476f9..b6b86412fa1 100644 --- a/srcpkgs/aspell-fr/template +++ b/srcpkgs/aspell-fr/template @@ -1,16 +1,15 @@ # Template file for 'aspell-fr' pkgname=aspell-fr version=0.50.3 -revision=2 -archs=noarch +revision=3 wrksrc="aspell-fr-0.50-3" build_style=configure hostmakedepends="aspell-devel which" makedepends="aspell-devel" depends="aspell" short_desc="French dictionary for aspell" -homepage="http://aspell.net/" -license="GPL-2" +license="GPL-2.0-or-later" maintainer="7185 <7185@free.fr>" +homepage="http://aspell.net/" distfiles="${GNU_SITE}/aspell/dict/fr/aspell-fr-0.50-3.tar.bz2" checksum=f9421047519d2af9a7a466e4336f6e6ea55206b356cd33c8bd18cb626bf2ce91 From 6b90ad1ef60b3b708bfd0dc0f81d0af44b2e06bc Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 12:20:30 -0700 Subject: [PATCH 2/7] Remove noarch from aspell-cs aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-cs package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-cs/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-cs/template b/srcpkgs/aspell-cs/template index 252775dd985..35958546170 100644 --- a/srcpkgs/aspell-cs/template +++ b/srcpkgs/aspell-cs/template @@ -1,8 +1,7 @@ # Template file for 'aspell-cs' pkgname=aspell-cs version=20040614.1 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-cs-${version/./-}" build_style=configure hostmakedepends="aspell-devel which" From ef940d87a11e02ba8b41ee893b460886c4656821 Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:02:01 -0700 Subject: [PATCH 3/7] Remove noarch from aspell-de aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-de package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-de/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/aspell-de/template b/srcpkgs/aspell-de/template index 4527bc50095..029664409c5 100644 --- a/srcpkgs/aspell-de/template +++ b/srcpkgs/aspell-de/template @@ -1,8 +1,7 @@ # Template file for 'aspell-de' pkgname=aspell-de version=20161207.7.0 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-de-${version//./-}" build_style=configure hostmakedepends="aspell-devel which" @@ -15,7 +14,6 @@ checksum=c2125d1fafb1d4effbe6c88d4e9127db59da9ed92639c7cbaeae1b7337655571 words-de_package() { short_desc="German dictionary word list" - archs=noarch pkg_install() { vmkdir usr/share/dict precat *.cwl | From 3b868cf581cc7bcad705a0ab21980097b94abbee Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:13:01 -0700 Subject: [PATCH 4/7] Remove noarch from aspell-el aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-el package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-el/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-el/template b/srcpkgs/aspell-el/template index f782fd3d624..7d4a9c2727f 100644 --- a/srcpkgs/aspell-el/template +++ b/srcpkgs/aspell-el/template @@ -1,9 +1,8 @@ # Template file for 'aspell-el' pkgname=aspell-el version=0.08.0 -revision=1 +revision=2 _distver="${version%.*}-${version##*.}" -archs=noarch wrksrc="aspell6-el-${_distver}" build_style=configure hostmakedepends="aspell-devel which" From fc9e52244ed9fc7dfe30abeae5fe3af76fafb70d Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:25:16 -0700 Subject: [PATCH 5/7] Remove noarch from aspell-en aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-en package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-en/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/aspell-en/template b/srcpkgs/aspell-en/template index a1138595576..f01e8c48032 100644 --- a/srcpkgs/aspell-en/template +++ b/srcpkgs/aspell-en/template @@ -1,8 +1,7 @@ # Template file for 'aspell-en' pkgname=aspell-en version=2019.10.06 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-en-${version}-0" build_style=configure hostmakedepends="aspell-devel which" @@ -15,7 +14,6 @@ checksum=24334b4daac6890a679084f4089e1ce7edbe33c442ace776fa693d8e334f51fd words-en_package() { short_desc="English dictionary word list" - archs=noarch pkg_install() { vmkdir usr/share/dict precat en-common.cwl en_US-wo_accents-only.cwl | From 693c19e8b33203cab98a78d0620e30922f9cf425 Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:25:46 -0700 Subject: [PATCH 6/7] Remove noarch from aspell-pl aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-pl package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-pl/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-pl/template b/srcpkgs/aspell-pl/template index 6e8b2bc9682..409d241b84d 100755 --- a/srcpkgs/aspell-pl/template +++ b/srcpkgs/aspell-pl/template @@ -1,8 +1,7 @@ # Template file for 'aspell-pl' pkgname=aspell-pl version=20061121 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-pl-6.0_${version}-0" build_style=configure hostmakedepends="aspell-devel which" From 002d546c8f889e19709be6a166513c85e1d9088c Mon Sep 17 00:00:00 2001 From: Henry Precheur Date: Wed, 12 Aug 2020 13:26:02 -0700 Subject: [PATCH 7/7] Remove noarch from aspell-el aspell dictionnaries aren't architecture dependent: the dictionnary format depends on size_t, therefor it needs to be made architecture specific. This is why the dictionaries are stored in /usr/lib and not in /usr/share. This fixes the aspell-el package on amd64 and probably most 64bits architectures. More information about this: http://aspell.net/0.61/man-html/Using-32_002dBit-Dictionaries-on-a-64_002dBit-System.html --- srcpkgs/aspell-ru/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/aspell-ru/template b/srcpkgs/aspell-ru/template index 3c5edc81bd6..251003451a5 100644 --- a/srcpkgs/aspell-ru/template +++ b/srcpkgs/aspell-ru/template @@ -1,8 +1,7 @@ # Template file for 'aspell-ru' pkgname=aspell-ru version=0.99f7 -revision=1 -archs=noarch +revision=2 wrksrc="aspell6-ru-${version}-1" build_style=configure hostmakedepends="aspell-devel which"