Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xfce-config.xml
Date: Wed, 03 Oct 2007 20:21:46
Message-Id: E1IdAa0-0008Tf-Cu@stork.gentoo.org
1 nightmorph 07/10/03 20:12:24
2
3 Modified: xfce-config.xml
4 Log:
5 added xscreensaver USE flag to pull it in, so removed explicit emerge instructions
6
7 Revision Changes Path
8 1.12 xml/htdocs/doc/en/xfce-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?rev=1.12&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xfce-config.xml?r1=1.11&r2=1.12
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.11
18 retrieving revision 1.12
19 diff -u -r1.11 -r1.12
20 --- xfce-config.xml 3 Oct 2007 19:58:17 -0000 1.11
21 +++ xfce-config.xml 3 Oct 2007 20:12:24 -0000 1.12
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.11 2007/10/03 19:58:17 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xfce-config.xml,v 1.12 2007/10/03 20:12:24 nightmorph Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -19,8 +19,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.8</version>
34 -<date>2007-09-22</date>
35 +<version>1.9</version>
36 +<date>2007-10-03</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -69,33 +69,9 @@
41 </p>
42
43 <p>
44 -Before we install our fully-functional yet minimal desktop, let's take a moment
45 -to review the basic packages we'll be emerging.
46 -</p>
47 -
48 -<table>
49 -<tr>
50 - <th>Name</th>
51 - <th>Description</th>
52 -</tr>
53 -<tr>
54 - <ti>xfce4</ti>
55 - <ti>The base Xfce desktop environment</ti>
56 -</tr>
57 -<tr>
58 - <ti>xscreensaver</ti>
59 - <ti>
60 - A screensaver with powersaving features and the ability to lock the screen
61 - for security
62 - </ti>
63 -</tr>
64 -</table>
65 -
66 -<p>
67 -You're free to install any other packages you wish, but for now, we'll stick
68 -with these suggestions for a fast, minimal working environment. Double check
69 -your USE flags in <path>/etc/make.conf</path>; you'll probably at least want
70 -<c>USE="dbus -gnome hal startup-notification"</c>.
71 +Next, double-check your USE flags in <path>/etc/make.conf</path>; you'll
72 +probably at least want <c>USE="dbus -gnome hal startup-notification
73 +xscreensaver"</c>.
74 </p>
75
76 <p>
77 @@ -103,7 +79,7 @@
78 </p>
79
80 <pre caption="Installing Xfce">
81 -# <i>emerge -avt xfce4 xscreensaver</i>
82 +# <i>emerge -avt xfce4</i>
83 </pre>
84
85 <p>
86
87
88
89 --
90 gentoo-doc-cvs@g.o mailing list