Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] About Dictionary
Date: Mon, 09 Oct 2006 15:36:21
Message-Id: 20061009153043.12149.qmail@web35209.mail.mud.yahoo.com
1 Hi BoØrsted,
2
3 Tks for your advice.
4
5 > # cat `equery w openoffice`
6 > [...]
7 > pkg_postinst() {
8 > [...]
9 > einfo " Spell checking is now provided through our own myspell-ebuilds, "
10 > einfo " if you want to use it, please install the correct myspell package "
11 > einfo " according to your language needs. "
12 > [...]
13 > }
14 > [...]
15
16 # cat `equery w openoffice`
17 !!! No masked or unmasked packages found for openoffice
18 (hanging here)
19
20 # ls /etc/portage/
21 package.keywords package.use
22 No package.mask and package.unmask found
23
24 # cat /etc/portage/package.keywords
25 app-cdr/brasero ~amd64
26
27 # cat /etc/portage/package.use
28 x11-libs/cairo X png
29 app-text/acroread cups nls ldap nsplugin
30 media-gfx/gimp python -aalib -altivec -debug doc gimpprint gtkhtml -hardened jpeg lcms mmx -mng png smp -sse svg tiff -wmf
31 * end *
32
33 Where can I find samples to create them. TIA
34
35
36 > Type
37 > # eix -c myspell
38
39 > or
40
41 > # emerge -s myspell
42 > to get a list of languages...
43
44 # emerge -pv app-dicts/myspell-en
45
46 These are the packages that would be merged, in order:
47
48 Calculating dependencies... done!
49 [ebuild N ] app-dicts/myspell-en-20060316 4,295 kB
50
51 Total size of downloads: 4,295 kB
52 * end *
53
54 # emerge -av app-dicts/myspell-en
55
56 Now openoffice has its own dictionary. Tks.
57
58
59 B.R.
60 SL
61
62
63
64
65 --
66 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: About Dictionary Harm Geerts <harmgeerts@××××.nl>