Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xfce-config.xml
Date: Tue, 13 Jul 2010 17:05:01
Message-Id: 20100713170457.023382CE14@corvid.gentoo.org
1 nightmorph 10/07/13 17:04:56
2
3 Modified: xfce-config.xml
4 Log:
5 update opera USE flags; now has a gtk flag, no need for qt-static. bug 328087.
6
7 Revision Changes Path
8 1.30 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.30&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.30&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.29&r2=1.30
13
14 Index: xfce-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v
17 retrieving revision 1.29
18 retrieving revision 1.30
19 diff -u -r1.29 -r1.30
20 --- xfce-config.xml 13 Jun 2010 23:34:12 -0000 1.29
21 +++ xfce-config.xml 13 Jul 2010 17:04:56 -0000 1.30
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.29 2010/06/13 23:34:12 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.30 2010/07/13 17:04:56 nightmorph Exp $ -->
27
28 <guide>
29 <title>The Xfce Configuration Guide</title>
30 @@ -18,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.24</version>
35 -<date>2010-06-13</date>
36 +<version>1.25</version>
37 +<date>2010-07-13</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -369,14 +369,14 @@
42 <c>mozilla-firefox</c> (or <c>mozilla-firefox-bin</c>) is always a good choice.
43 Alternatively, you may find <c>opera</c> to be quite fast. However, <c>opera</c>
44 is not available on as many processor architectures as <c>mozilla-firefox</c>,
45 -and it has more dependencies unless you override them with a USE flag.
46 +and it has more dependencies unless you override them with a few USE flags.
47 </p>
48
49 <pre caption="Adding a webbrowser">
50 <comment>(Installing Mozilla Firefox)</comment>
51 # <i>emerge mozilla-firefox</i>
52 <comment>(Installing Opera)</comment>
53 -# <i>echo "www-client/opera qt-static" >> /etc/portage/package.use</i>
54 +# <i>echo "www-client/opera gtk -kde" >> /etc/portage/package.use</i>
55 # <i>emerge opera</i>
56 </pre>