Gentoo Archives: gentoo-user

From: Danny YUE <sheepduke@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How do you emerge emacs 25 with xwidgets support?
Date: Thu, 20 Apr 2017 14:37:03
Message-Id: 87vapzgna1.fsf@gmail.com
1 Hi guys,
2
3 Maybe I am too stupid, but how can you emerge emacs-25 with xwidgets?
4
5 Running `equey use emacs' shows:
6 ~ $ equery u emacs
7 [ Legend : U - final flag setting for installation]
8 [ : I - package is installed with flag ]
9 [ Colors : set, unset ]
10 * Found these USE flags for app-editors/emacs-25.2_rc2:
11 U I
12 + + X : Add support for X11
13 - - Xaw3d : Add support for the 3d athena widget set
14 + + acl : Add support for Access Control Lists
15 + + alsa : Add support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
16 - - athena : Enable the MIT Athena widget set (x11-libs/libXaw)
17 + + dbus : Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc)
18 - - dynamic-loading : Enable loading of dynamic libraries at runtime
19 - - games : Support shared score files for games
20 - - gconf : Use gnome-base/gconf to read the system font name
21 - - gfile : Use gfile (dev-libs/glib) for file notification
22 + + gif : Add GIF image support
23 + + gpm : Add support for sys-libs/gpm (Console-based mouse driver)
24 - - gsettings : Use gsettings (dev-libs/glib) to read the system font name
25 - - gtk : Add support for x11-libs/gtk+ (The GIMP Toolkit)
26 + + gtk3 : Prefer version 3 of the GIMP Toolkit to version 2 (x11-libs/gtk+)
27 - - gzip-el : Compress bundled Emacs Lisp source
28 - - hesiod : Enable support for net-dns/hesiod
29 + + imagemagick : Use media-gfx/imagemagick for image processing
30 + + inotify : Enable inotify filesystem monitoring support
31 + + jpeg : Add JPEG image support
32 - - kerberos : Add kerberos support
33 + + libxml2 : Use dev-libs/libxml2 to parse XML instead of the internal Lisp implementations
34 - - livecd : !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, used during livecd building
35 - - m17n-lib : Enable m17n-lib support
36 - - motif : Add support for the Motif toolkit
37 - - pax_kernel : Enable building under a PaX enabled kernel
38 + + png : Add support for libpng (PNG images)
39 - - sound : Enable sound support
40 - - source : Install C source files and make them available for find-function
41 + + ssl : Add support for Secure Socket Layer connections
42 + + svg : Add support for SVG (Scalable Vector Graphics)
43 + + tiff : Add support for the TIFF image format
44 - - toolkit-scroll-bars : Use the selected toolkit's scrollbars in preference to Emacs' own scrollbars
45 - - wide-int : Prefer wide Emacs integers (typically 62-bit). This option has an effect only on architectures where "long" and "long long" types have different size.
46 + + xft : Build with support for XFT font renderer (x11-libs/libXft)
47 + + xpm : Add support for XPM graphics format
48 + + zlib : Add support for zlib (de)compression
49
50 Where is the xwidgets USE flag?
51
52 I can see it by running `eix -e emacs' but setting that flag does not
53 work.
54
55 `USE=xwidgets emerge -a emacs' does not work.
56
57 Any idea? Thanks in advance for any clue.
58
59 Danny

Replies

Subject Author
Re: [gentoo-user] How do you emerge emacs 25 with xwidgets support? Raffaele Belardi <raffaele.belardi@××.com>