Changeset 6c4a1f8b for gnome


Ignore:
Timestamp:
03/31/2015 03:55:52 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
6621c93
Parents:
72d7da2
Message:

Update dconf page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15759 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r72d7da2 r6c4a1f8b  
    88  <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.24/dconf-&dconf-version;.tar.xz">
    99  <!ENTITY dconf-download-ftp  "&gnome-download-ftp;/dconf/0.24/dconf-&dconf-version;.tar.xz">
    10   <!ENTITY dconf-md5sum        "5459a539ffc483f9c002ddeab626a64e">
     10  <!ENTITY dconf-md5sum        "9bd257ba5b718f484fa0f4ab6e81e53b">
    1111  <!ENTITY dconf-size          "216 KB">
    1212  <!ENTITY dconf-buildsize     "12 MB">
     
    4848    </para>
    4949
     50    <para>
     51      The <application>DConf-Editor</application>, as the name suggests, is a
     52      graphical editor for the <application>DConf</application> database.
     53      Installation is optional, because <command>gsettings</command> from <xref
     54      linkend="glib2"/> provides similar functionality on the commandline.
     55    </para>
     56
    5057    &lfs77_checked;
    5158
     
    8491    </itemizedlist>
    8592
     93    <bridgehead renderas="sect3">Additional Package Information</bridgehead>
     94    <itemizedlist spacing="compact">
     95      <listitem>
     96        <para>
     97          Download (HTTP): <ulink url="&dconf-editor-download-http;"/>
     98        </para>
     99      </listitem>
     100      <listitem>
     101        <para>
     102          Download (FTP): <ulink url="&dconf-editor-download-ftp;"/>
     103        </para>
     104      </listitem>
     105      <listitem>
     106        <para>
     107          Download MD5 sum: &dconf-editor-md5sum;
     108        </para>
     109      </listitem>
     110      <listitem>
     111        <para>
     112          Download size: &dconf-editor-size;
     113        </para>
     114      </listitem>
     115      <listitem>
     116        <para>
     117          Estimated disk space required: &dconf-editor-buildsize;
     118        </para>
     119      </listitem>
     120      <listitem>
     121        <para>
     122          Estimated build time: &dconf-editor-time;
     123        </para>
     124      </listitem>
     125    </itemizedlist>
     126 
    86127    <bridgehead renderas="sect3">DConf Dependencies</bridgehead>
    87128
    88129    <bridgehead renderas="sect4">Required</bridgehead>
    89130    <para role="required">
    90       <xref linkend="dbus"/> and
    91       <xref linkend="glib2"/>
     131      <xref linkend="dbus"/>,
     132      <xref linkend="glib2"/>,
     133      <xref linkend="gtk3"/> (for the editor), and
     134      <xref linkend="libxml2"/> (for the editor)
    92135    </para>
    93136
     
    116159    </para>
    117160
    118 <screen><userinput>./configure --prefix=/usr     \
    119             --sysconfdir=/etc &amp;&amp;
     161<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    120162make</userinput></screen>
    121163
     
    125167
    126168    <para>
    127       Now, as the <systemitem class="username">root</systemitem> user:
     169      As the <systemitem class="username">root</systemitem> user:
     170    </para>
     171
     172<screen role="root"><userinput>make install</userinput></screen>
     173
     174    <para>Now, optionally install the editor:</para>
     175
     176<screen><userinput>tar -xf ../dconf-editor-3.16.0.tar.xz &amp;&amp;
     177cd dconf-editor-3.16.0 &amp;&amp;
     178
     179./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     180make</userinput></screen>
     181
     182    <para>
     183      As the <systemitem class="username">root</systemitem> user:
    128184    </para>
    129185
     
    150206      <seglistitem>
    151207        <seg>
    152           dconf
     208          dconf and dconf-editor
    153209        </seg>
    154210        <seg>
     
    195251      </varlistentry>
    196252
     253      <varlistentry id="dconf-editor">
     254        <term><command>dconf-editor</command></term>
     255        <listitem>
     256          <para>
     257            is a graphical program for editing the
     258            <application>DConf</application> database.
     259          </para>
     260          <indexterm zone="dconf dconf-editor">
     261            <primary sortas="b-dconf-editor">dconf-editor</primary>
     262          </indexterm>
     263        </listitem>
     264      </varlistentry>
     265
    197266      <varlistentry id="libdconf">
    198267        <term><filename class="libraryfile">libdconf.so</filename></term>
     
    224293  </sect2>
    225294
    226 <!-- DConf-Editor -->
    227 
    228   <sect2 role="package">
    229     <title>Introduction to DConf-Editor</title>
    230 
    231     <para>
    232       The <application>DConf-Editor</application>, as the name suggests, is a
    233       graphical editor for the <application>DConf</application> database.
    234       Installation is optional, because <command>gsettings</command> from <xref
    235       linkend="glib2"/> provides similar functionality on the commandline.
    236     </para>
    237 
    238     &lfs77_checked;
    239 
    240     <bridgehead renderas="sect3">Package Information</bridgehead>
    241     <itemizedlist spacing="compact">
    242       <listitem>
    243         <para>
    244           Download (HTTP): <ulink url="&dconf-editor-download-http;"/>
    245         </para>
    246       </listitem>
    247       <listitem>
    248         <para>
    249           Download (FTP): <ulink url="&dconf-editor-download-ftp;"/>
    250         </para>
    251       </listitem>
    252       <listitem>
    253         <para>
    254           Download MD5 sum: &dconf-editor-md5sum;
    255         </para>
    256       </listitem>
    257       <listitem>
    258         <para>
    259           Download size: &dconf-editor-size;
    260         </para>
    261       </listitem>
    262       <listitem>
    263         <para>
    264           Estimated disk space required: &dconf-editor-buildsize;
    265         </para>
    266       </listitem>
    267       <listitem>
    268         <para>
    269           Estimated build time: &dconf-editor-time;
    270         </para>
    271       </listitem>
    272     </itemizedlist>
    273 
    274     <bridgehead renderas="sect3">DConf Editor Dependencies</bridgehead>
    275 
    276     <bridgehead renderas="sect4">Required</bridgehead>
    277     <para role="required">
    278       <xref linkend="dconf"/>,
    279       <xref linkend="gtk3"/>, and
    280       <xref linkend="libxml2"/>
    281     </para>
    282 
    283     <bridgehead renderas="sect4">Recommended</bridgehead>
    284     <para role="recommended">
    285       <xref linkend="vala"/>
    286     </para>
    287 <!--
    288     <bridgehead renderas="sect4">Optional</bridgehead>
    289     <para role="optional">
    290       <xref linkend="gtk-doc"/>
    291     </para>-->
    292 
    293     <para condition="html" role="usernotes">User Notes:
    294       <ulink url="&blfs-wiki;/dconf"/>
    295     </para>
    296   </sect2>
    297 
    298   <sect2 role="installation">
    299     <title>Installation of DConf Editor</title>
    300 
    301     <para>
    302       Install <application>DConf Editor</application> by running the following
    303       commands:
    304     </para>
    305 
    306 <screen><userinput>./configure --prefix=/usr     \
    307             --sysconfdir=/etc &amp;&amp;
    308 make</userinput></screen>
    309 
    310     <para>
    311       This package does not come with a test suite.
    312     </para>
    313 
    314     <para>
    315       Now, as the <systemitem class="username">root</systemitem> user:
    316     </para>
    317 
    318 <screen role="root"><userinput>make install</userinput></screen>
    319 
    320   </sect2>
    321 <!--
    322   <sect2 role="commands">
    323     <title>Command Explanations</title>
    324 
    325     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    326       href="../../xincludes/gtk-doc-rebuild.xml"/>
    327 
    328   </sect2>-->
    329 
    330   <sect2 role="content">
    331     <title>Contents</title>
    332 
    333     <segmentedlist>
    334       <segtitle>Installed Program</segtitle>
    335       <segtitle>Installed Libraries</segtitle>
    336       <segtitle>Installed Directories</segtitle>
    337 
    338       <seglistitem>
    339         <seg>
    340           dconf-editor
    341         </seg>
    342         <seg>
    343           None
    344         </seg>
    345         <seg>
    346           None
    347         </seg>
    348       </seglistitem>
    349     </segmentedlist>
    350 
    351     <variablelist>
    352       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    353       <?dbfo list-presentation="list"?>
    354       <?dbhtml list-presentation="table"?>
    355 
    356       <varlistentry id="dconf-editor">
    357         <term><command>dconf-editor</command></term>
    358         <listitem>
    359           <para>
    360             is a graphical program for editing the
    361             <application>DConf</application> database.
    362           </para>
    363           <indexterm zone="dconf dconf-editor">
    364             <primary sortas="b-dconf-editor">dconf-editor</primary>
    365           </indexterm>
    366         </listitem>
    367       </varlistentry>
    368 
    369     </variablelist>
    370 
    371   </sect2>
    372 
    373295</sect1>
Note: See TracChangeset for help on using the changeset viewer.