Gentoo Archives: gentoo-user

From: erikf@opera.com (=?iso-8859-1?q?Erik_Haider_Fors=E9n?=)
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Why emacs needs gnome parts ?
Date: Thu, 01 Dec 2005 11:16:36
Message-Id: 878xv558b6.fsf@pondus.glasscola.net
In Reply to: Re: [gentoo-user] Why emacs needs gnome parts ? by Allan Spagnol Comar
1 Allan Spagnol Comar <allan.comar@×××××.com> writes:
2
3 > sure, here it is:
4 >
5 > emerge -pv emacs
6 >
7 > These are the packages that I would merge, in order:
8 >
9 > Calculating dependencies ...done!
10 > [ebuild N ] media-libs/giflib-4.1.4 +X -rle 0 kB
11 > [ebuild N ] dev-libs/libIDL-0.8.6 -debug -static 0 kB
12 > [ebuild N ] gnome-base/orbit-2.12.3 -debug +doc +ssl -static 0 kB
13 > [ebuild N ] gnome-base/libbonobo-2.10.1 -debug +doc -static 0 kB
14 > [ebuild N ] gnome-base/libglade-2.5.1 -debug +doc 0 kB
15 > [ebuild N ] media-libs/libart_lgpl-2.3.17 -debug 0 kB
16 > [ebuild N ] gnome-base/libgnomecanvas-2.10.2 +X -debug +doc -static 0 kB
17 > [ebuild N ] gnome-base/gconf-2.10.1-r1 -debug +doc -static 0 kB
18 > [ebuild N ] gnome-base/gnome-mime-data-2.4.2 -debug 0 kB
19 > [ebuild N ] app-admin/fam-2.7.0-r2 0 kB
20 > [ebuild N ] gnome-base/gnome-vfs-2.10.1-r2 -debug +doc -gnutls
21 > -hal -howl +ipv6 +samba +ssl 0 kB
22 > [ebuild N ] gnome-base/libgnome-2.10.1-r1 -debug +doc -esd -static 0 kB
23 > [ebuild N ] gnome-base/libbonoboui-2.10.1 +X -debug +doc -static 0 kB
24 > [ebuild N ] gnome-base/gnome-keyring-0.4.4 -debug -static 0 kB
25 > [ebuild N ] gnome-base/libgnomeui-2.10.1 -debug +doc +jpeg -static 0 kB
26 > [ebuild N ] x11-themes/hicolor-icon-theme-0.8 0 kB
27 > [ebuild N ] x11-themes/gnome-icon-theme-2.10.1 -debug 0 kB
28 > [ebuild N ] x11-themes/gtk-engines-2.6.5 -accessibility -debug -static 0 kB
29 > [ebuild N ] x11-themes/gnome-themes-2.10.2 -accessibility -debug 0 kB
30 > [ebuild N ] x11-libs/startup-notification-0.8 0 kB
31 > [ebuild N ] app-text/scrollkeeper-0.3.14-r1 +nls 0 kB
32 > [ebuild N ] gnome-base/gnome-desktop-2.10.2 -debug -static 0 kB
33 > [ebuild N ] x11-libs/openmotif-2.2.3-r3 0 kB
34 > [ebuild N ] app-editors/emacs-21.4-r1 +X -Xaw3d +gnome -leim
35 > -lesstif +motif +nls -nosendmail 0 kB
36 >
37 >
38 >> >
39 >> > my USE flags got only doc because this is a linux box without any
40 >> > graphical interfaces to server some utilities .....
41 >> >
42 >> > could some one explain why emacs needs so many graphical parts ?
43 >> > --
44 >> > An application asked:
45 >> > "Requeires Windows 9x, NT4 or better",
46 >> > so I´ve installed Linux
47 >> >
48 >> > --
49 >> > gentoo-user@g.o mailing list
50 >>
51 >> Could you provide the output of emerge -pv emacs?
52 >>
53 >> /erik
54 >>
55 >>
56 as you see here:
57
58 [ebuild N ] app-editors/emacs-21.4-r1 +X -Xaw3d +gnome -leim
59
60 emacs has X and gnome as use flags. you could either put -X and -gnome
61 in your use flag list in /etc/make.conf, or you could use this command:
62
63 # echo "app-editors/emacs -X -gnome" >> /etc/portage/package.use"
64
65 and then emerge emacs :)
66
67 /erik
68
69
70 --
71 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Why emacs needs gnome parts ? Allan Spagnol Comar <allan.comar@×××××.com>