Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ispell
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Scandinavian
View previous topic :: View next topic  
Author Message
calle
n00b
n00b


Joined: 15 Apr 2002
Posts: 3
Location: Oslo, Norway

PostPosted: Thu May 16, 2002 8:28 am    Post subject: ispell Reply with quote

Noen som har erfaring med ispell som vil lage app-i18n/ispell-no, eller blir jeg nødt til å gjøre det selv? :D
_________________
Carl-Christian Salvesen
Back to top
View user's profile Send private message
Luguber
n00b
n00b


Joined: 09 Jul 2002
Posts: 31

PostPosted: Thu Jul 11, 2002 5:45 pm    Post subject: Kjennskap til Ispell? Reply with quote

Jeg har satt igang å lage en ebuild for ispell-no. Det eneste problemet jeg har støtt på er når jeg kompilerer den norske dictionaryen, så skriker make etter et program som heter 'unsq'. Dette programmet ligger i ispell pakka men blir ikke installert når man emerge-er ispell. Er det noen som egentlig vet hva 'unsq' gjør for noe? og/eller er det noen som vet hvordan man skal få personen som står bak ispell-ebuilden til å installere 'unsq' også?

Mvh.
Luguber.
Back to top
View user's profile Send private message
ace
n00b
n00b


Joined: 21 Jul 2002
Posts: 3
Location: Oslo, Norway

PostPosted: Sun Jul 21, 2002 2:08 pm    Post subject: Reply with quote

Åpne en bug på bugs.gentoo.org ? :)
_________________
--
Asbjorn Sannes
Back to top
View user's profile Send private message
Luguber
n00b
n00b


Joined: 09 Jul 2002
Posts: 31

PostPosted: Wed Jul 24, 2002 12:51 pm    Post subject: Reply with quote

Her er ebuild koden sålangt

Code:

# Distributed under the terms of the GNU General Public License, v2 or later

S=${WORKDIR}"/norsk"
DESCRIPTION="A Norwegian dictionary for ispell"

HOMEPAGE="http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html#Norwegian-dicts"
SRC_URI="http://www.uio.no/~runekl/ispell-norsk-2.0.tar.gz"

SLOT="0"
LICENSE="GPL"
KEYWORDS="x86"

DEPEND="app-text/ispell"


src_compile() {
cd $S
mv Makefile Makefile.orig
sed -e 's|../../buildhash|/usr/bin/buildhash|' Makefile.orig > Makefile
make
}

src_install () {
cd $S
insinto /usr/lib/ispell
doins norsk.aff norsk.hash nynorsk.aff nynorsk.hash
dodoc README
}


Den kommer med en make error helt i slutten, klarer ikke helt å begripe hvorfor. Kom med inspill så vi kan få en norsk ispell.
Neste skritt er å oppdatere kde og koffice pakkene.

Mvh.
Luguber :twisted:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Scandinavian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum