nightmorph 10/07/13 17:04:56 Modified: xfce-config.xml Log: update opera USE flags; now has a gtk flag, no need for qt-static. bug 328087.
Revision Changes Path 1.30 xml/htdocs/doc/en/xfce-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.29&r2=1.30 Index: xfce-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- xfce-config.xml 13 Jun 2010 23:34:12 -0000 1.29 +++ xfce-config.xml 13 Jul 2010 17:04:56 -0000 1.30 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.29 2010/06/13 23:34:12 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.30 2010/07/13 17:04:56 nightmorph Exp $ --> <guide> <title>The Xfce Configuration Guide</title> @@ -18,8 +18,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.24</version> -<date>2010-06-13</date> +<version>1.25</version> +<date>2010-07-13</date> <chapter> <title>Introduction</title> @@ -369,14 +369,14 @@ <c>mozilla-firefox</c> (or <c>mozilla-firefox-bin</c>) is always a good choice. Alternatively, you may find <c>opera</c> to be quite fast. However, <c>opera</c> is not available on as many processor architectures as <c>mozilla-firefox</c>, -and it has more dependencies unless you override them with a USE flag. +and it has more dependencies unless you override them with a few USE flags. </p> <pre caption="Adding a webbrowser"> <comment>(Installing Mozilla Firefox)</comment> # <i>emerge mozilla-firefox</i> <comment>(Installing Opera)</comment> -# <i>echo "www-client/opera qt-static" >> /etc/portage/package.use</i> +# <i>echo "www-client/opera gtk -kde" >> /etc/portage/package.use</i> # <i>emerge opera</i> </pre>
