diff options
Diffstat (limited to 'profiles/targets/desktop/package.use')
-rw-r--r-- | profiles/targets/desktop/package.use | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use new file mode 100644 index 000000000000..a70f373bc888 --- /dev/null +++ b/profiles/targets/desktop/package.use @@ -0,0 +1,73 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +# Alexandre Rostovtsev <tetromino@gentoo.org> (19 Feb 2015) +# Set reasonable default toolkit for all desktops to prevent emerge error +# when USE=tools +x11-drivers/nvidia-drivers gtk2 + +# Ben de Groot <yngwin@gentoo.org> (18 Feb 2015) +# Enable sensible defaults for desktop users (bug #540046) +dev-python/PyQt5 declarative gui network printsupport sql widgets xmlpatterns + +# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (17 Sep 2014) +# Disable glamor for xf86-video-intel since it also needs uxa, which is +# disabled by default +x11-drivers/xf86-video-intel -glamor + +# Samuli Suominen <ssuominen@gentoo.org> (24 Jul 2014) +# Because targets/desktop/make.defaults has USE="bluetooth" but net-libs/libpcap doesn't +# support BlueZ 5.x, disable USE="bluetooth" by default to avoid conflicting packages: +net-libs/libpcap -bluetooth + +# Rick Farina <zerochaos@gentoo.org> (31 May 2014) +# wireshark 1.10.x has a mostly non-functional qt4 interface so keep +# gtk3 the default until 1.11.x or higher is stabilized +<net-analyzer/wireshark-1.11.0 -qt4 + +# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (08 May 2014) +# Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] +# and the X flag is enabled by default in the desktop profile +x11-libs/libxcb xkb + +# Alexandre Rostovtsev <tetromino@gentoo.org> (04 May 2014) +# Enable cairo LTO by default only for desktop profiles, where cairo's +# performance really matters, bug #509552 +x11-libs/cairo lto + +# Julian Ospald <hasufell@gentoo.org> (19 Apr 2014) +# Overwrite default +sdl from desktop profile, since +# this codepath is untested and should not be exposed +# to regular desktop users wrt #506982 +media-video/mpv -sdl + +# Samuli Suominen <ssuominen@gentoo.org> (15 May 2012) +# Replaced by USE="udisks" in make.defaults for -r1 and higher +<gnome-base/gvfs-1.14 gdu -udisks + +# Jeremy Olexa <darkside@gentoo.org> (07 Oct 2011) +# Required by mesa, ultimately by xorg-server (every desktop) bug 385843 +dev-libs/libxml2 python + +# Samuli Suominen <ssuominen@gentoo.org> (27 Sep 2011) +# Required by mozilla browsers wrt #372419 +media-libs/libpng apng + +# Samuli Suominen <ssuominen@gentoo.org> (19 Dec 2010) +# gudev, required by freedesktop.org udev helpers like udisks and upower +# introspection, exception, enabled from here instead of ebuild to skip extra deps for a system package +dev-libs/libgudev introspection +sys-apps/systemd gudev introspection +sys-fs/eudev gudev introspection +sys-fs/udev gudev introspection +virtual/libgudev introspection + +# Samuli Suominen <ssuominen@gentoo.org> (19 Dec 2010) +# Support for desktop file icons +xfce-base/xfdesktop thunar + +# Chris Gianelloni <wolf31o2@gentoo.org> (26 Mar 2008) +# While we may need LDAP client support, who needs the server on a desktop? +# Did I mention that this also fixes the horrible perl dependency hell, too? +net-nds/openldap minimal |