mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
gnome-utils-3.2.1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9420 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
7ef3d46711
commit
1d0056d4c2
@ -727,6 +727,7 @@ $Date$
|
||||
<!ENTITY gnome-disk-utility-version "3.0.2">
|
||||
<!ENTITY gnome-system-monitor-version "3.2.1">
|
||||
<!ENTITY gnome-terminal-version "3.2.1">
|
||||
<!ENTITY gnome-utils-version "3.2.1">
|
||||
<!ENTITY nautilus-version "2.30.1">
|
||||
<!ENTITY yelp-version "2.30.1">
|
||||
|
||||
@ -772,7 +773,6 @@ $Date$
|
||||
<!ENTITY gnome-power-manager-version "2.30.1">
|
||||
<!ENTITY gnome-screensaver-version "3.2.0">
|
||||
<!ENTITY gnome-system-tools-version "2.30.2">
|
||||
<!ENTITY gnome-utils-version "2.30.0">
|
||||
<!ENTITY gucharmap-version "2.30.2">
|
||||
<!ENTITY hamster-applet-version "2.30.2">
|
||||
<!ENTITY seahorse-version "2.30.1">
|
||||
|
@ -49,7 +49,6 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-nettool.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-power-manager.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-tools.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-utils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hamster-applet.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="seahorse.xml"/>
|
||||
|
@ -103,8 +103,8 @@ $Date$
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-disk-utility.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-system-monitor.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-terminal.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-utils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-utils.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gucharmap.xml"/>-->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nautilus.xml"/>
|
||||
<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sushi.xml"/> -->
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp.xml"/>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY gnome-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.bz2">
|
||||
<!ENTITY gnome-utils-md5sum "c6d779ddccf99cbe0667b578078dd011">
|
||||
<!ENTITY gnome-utils-size "7.3 MB">
|
||||
<!ENTITY gnome-utils-buildsize "74 MB">
|
||||
<!ENTITY gnome-utils-time "1.0 SBU">
|
||||
<!ENTITY gnome-utils-download-http "&gnome-download-http;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.xz">
|
||||
<!ENTITY gnome-utils-download-ftp "&gnome-download-ftp;/gnome-utils/&gnome-version;/gnome-utils-&gnome-utils-version;.tar.xz">
|
||||
<!ENTITY gnome-utils-md5sum "9c173160a4c5d5c315f6cef4a87a9620">
|
||||
<!ENTITY gnome-utils-size "7.0 MB">
|
||||
<!ENTITY gnome-utils-buildsize "?? MB">
|
||||
<!ENTITY gnome-utils-time "?? SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="gnome-utils" xreflabel="GNOME Utilities-&gnome-utils-version;">
|
||||
@ -33,7 +33,7 @@
|
||||
collection of small applications designed to make your life a little
|
||||
easier.</para>
|
||||
|
||||
&lfs65_built;
|
||||
<!-- &lfs65_built; not this version! -->
|
||||
|
||||
<bridgehead renderas="sect3">Package Information</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
@ -78,13 +78,9 @@
|
||||
<para>Install <application>GNOME Utilities</application> by
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
|
||||
--sysconfdir=&gnome-etc-dir; \
|
||||
--localstatedir=/var/lib \
|
||||
--libexecdir=$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/lib/gnome-utils \
|
||||
--mandir=$(pkg-config \
|
||||
--variable=prefix ORBit-2.0)/share/man &&
|
||||
<screen><userinput>./configure --prefix=$GNOME_PREFIX \
|
||||
--sysconfdir=$GNOME_SYSCONFDIR \
|
||||
--libexecdir=$GNOME_PREFIX/lib/gnome-utils &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
@ -104,25 +100,15 @@ make</userinput></screen>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-sysconfdir.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/scrollkeeper-dir.xml"/>
|
||||
|
||||
<para><parameter>--libexecdir=$(pkg-config --variable=prefix
|
||||
ORBit-2.0)/lib/bonobo</parameter>: This parameter causes the libexec
|
||||
<para><parameter>--libexecdir=$GNOME_PREFIX/lib/gnome-utils</parameter>: This parameter causes the libexec
|
||||
files to be installed in the preferred location of
|
||||
<filename class="directory">$GNOME_PREFIX/lib/gnome-utils</filename>
|
||||
instead of
|
||||
<filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gnome-mandir.xml"/>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
||||
href="../../xincludes/gtk-doc-rebuild.xml"/>
|
||||
|
||||
<para><option>--disable-scrollkeeper</option>: Use this parameter if you
|
||||
wish to disable the updates to the scrollkeeper database.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
@ -59,6 +59,9 @@
|
||||
<listitem>
|
||||
<para>[ken] - merge gnome-user-share-3.0.1 from Wayne.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[ken] - merge gnome-utils-3.2.1 from Wayne.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user