Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Remove noarch from aspell-fr
@ 2020-08-12 18:57 henryprecheur
  2020-08-12 18:59 ` henryprecheur
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: henryprecheur @ 2020-08-12 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

There is a new pull request by henryprecheur against master on the void-packages repository

https://github.com/henryprecheur/void-packages fix-aspell-fr
https://github.com/void-linux/void-packages/pull/24248

Remove noarch from aspell-fr
aspell dictionaries aren't architecture dependent: the dictionary 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

A patch file from https://github.com/void-linux/void-packages/pull/24248.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fix-aspell-fr-24248.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]

From 8391db0e713ab6c42be2b15ae9be2d56db0e491f Mon Sep 17 00:00:00 2001
From: Henry Precheur <henry@precheur.org>
Date: Wed, 12 Aug 2020 11:40:24 -0700
Subject: [PATCH] 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 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/srcpkgs/aspell-fr/template b/srcpkgs/aspell-fr/template
index b1d5e6476f9..6a563b39030 100644
--- a/srcpkgs/aspell-fr/template
+++ b/srcpkgs/aspell-fr/template
@@ -1,8 +1,7 @@
 # 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"

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-08-13  1:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-12 18:57 [PR PATCH] Remove noarch from aspell-fr henryprecheur
2020-08-12 18:59 ` henryprecheur
2020-08-12 19:13 ` ericonr
2020-08-12 19:14 ` ericonr
2020-08-12 20:28 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 20:39 ` henryprecheur
2020-08-12 20:42 ` henryprecheur
2020-08-12 21:06 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 21:27 ` ericonr
2020-08-12 21:36 ` [PR PATCH] [Updated] " henryprecheur
2020-08-12 21:36 ` henryprecheur
2020-08-13  1:08 ` [PR PATCH] [Merged]: Remove noarch from aspell-* sgn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).