Ignore:
Timestamp:
01/25/2012 01:50:49 AM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f210178
Parents:
a006f98
Message:

Merge Wayne's GConf and trial new wording for getting rid of static libs.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/core/gconf.xml

    ra006f98 r414007c  
    55  %general-entities;
    66
    7   <!ENTITY GConf-download-http "&gnome-download-http;/GConf/2.28/GConf-&GConf-version;.tar.bz2">
    8   <!ENTITY GConf-download-ftp  "&gnome-download-ftp;/GConf/2.28/GConf-&GConf-version;.tar.bz2">
    9   <!ENTITY GConf-md5sum        "27663faf0af4f6a6d534de9270f6d24a">
    10   <!ENTITY GConf-size          "1.4 MB">
    11   <!ENTITY GConf-buildsize     "41 MB">
    12   <!ENTITY GConf-time          "0.5 SBU">
     7  <!ENTITY GConf-download-http "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.xz">
     8  <!ENTITY GConf-download-ftp  "&gnome-download-ftp;/GConf/&gnome-version;/GConf-&GConf-version;.tar.xz">
     9  <!ENTITY GConf-md5sum        "de9047c08d3f642c5b1990b0bef44577">
     10  <!ENTITY GConf-size          "1.5 MB">
     11  <!ENTITY GConf-buildsize     "47 MB">
     12  <!ENTITY GConf-time          "0.3 SBU">
    1313]>
    1414
     
    3333    configuration database system.</para>
    3434
    35     &lfs65_checked;
     35    &lfs70_built;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5757    </itemizedlist>
    5858
    59     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    60     <itemizedlist spacing="compact">
    61       <listitem>
    62         <para>Required patch: <ulink
    63         url="&patch-root;/GConf-&GConf-version;-sysconfdir-1.patch"/></para>
    64       </listitem>
    65     </itemizedlist>
    66 
    6759    <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
    6860
    6961    <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required"><xref linkend="ORBit2"/> and
     62    <para role="required"><xref linkend="dbus-glib"/>,
     63    <xref linkend="intltool"/>, and
     64    <xref linkend="libxml2"/><!--, and
     65    <xref linkend="ORBit2"/>--></para>
     66
     67    <bridgehead renderas="sect4">Recommended</bridgehead>
     68    <para role="recommended"><xref linkend="gtk3"/> (Required if building a
     69    <application>GNOME</application> desktop.
     70    <command>gconf-sanity-check-2</command> will not build otherwise.) and
    7171    <xref linkend="polkit"/></para>
    72 
    73     <bridgehead renderas="sect4">Recommended</bridgehead>
    74     <para role="recommended"><xref linkend="gtk2"/> (Required if building a
    75     <application>GNOME</application> desktop.
    76     <command>gconf-sanity-check-2</command> will not build otherwise.)</para>
    7772
    7873    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9186    commands:</para>
    9287
    93 <screen><userinput>patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch &amp;&amp;
    94 ./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    95             --sysconfdir=&gnome-etc-dir; \
    96             --libexecdir=$(pkg-config \
    97                 --variable=prefix ORBit-2.0)/lib/GConf \
    98             --mandir=$(pkg-config \
    99                 --variable=prefix ORBit-2.0)/share/man &amp;&amp;
     88    <!-- with-gtk=3.0 is the default, and mandir goes to prefix/share/man -->
     89
     90<screen><userinput>./configure --prefix=$GNOME_PREFIX \
     91            --sysconfdir=$GNOME_SYSCONFDIR \
     92            --libexecdir=$GNOME_PREFIX/lib/GConf \
     93            --disable-orbit &amp;&amp;
    10094make</userinput></screen>
    10195
     
    106100
    107101<screen role="root"><userinput>make install &amp;&amp;
    108 install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
     102install -v -m755 -d $GNOME_SYSCONFDIR/gconf/gconf.xml.system</userinput></screen>
    109103
    110104    <para>Still as the <systemitem class="username">root</systemitem> user,
     
    124118&lt;busconfig&gt;
    125119
    126   &lt;!-- Search for .conf files in &gnome-etc-dir;/dbus-1/system.d --&gt;
    127   &lt;includedir&gt;&gnome-etc-dir;/dbus-1/system.d&lt;/includedir&gt;
     120  &lt;!-- Search for .conf files in $GNOME_SYSCONFDIR/dbus-1/system.d --&gt;
     121  &lt;includedir&gt;$GNOME_SYSCONFDIR/dbus-1/system.d&lt;/includedir&gt;
    128122
    129123  &lt;!-- Search for .service files in $GNOME_PREFIX/share/dbus-1/system-services --&gt;
     
    171165    href="../../xincludes/gnome-prefix.xml"/>
    172166
    173     <para><parameter>--sysconfdir=&gnome-etc-dir;</parameter>: This parameter
    174     causes the <application>GConf-2</application> configuration database to be
    175     built in <filename class="directory">&gnome-etc-dir;</filename> instead of
    176     <filename class="directory">$GNOME_PREFIX/etc</filename>. This installation
    177     controls all future installations of <application>GConf-2</application>
    178     schemas. If you change the location (which includes eliminating this
    179     parameter), it <emphasis role='strong'>must</emphasis> be consistent for
    180     every subsequent package installation that updates the
    181     <application>GConf-2</application> configuration database.</para>
    182 
    183     <para><parameter>--libexecdir=$(pkg-config --variable=prefix
    184     ORBit-2.0)/lib/GConf</parameter>: This parameter causes the libexec files
    185     to be installed in the preferred location of
    186     <filename class="directory">$GNOME_PREFIX/lib/GConf</filename> instead of
    187     <filename class="directory">$GNOME_PREFIX/libexec</filename>.</para>
    188 
    189167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    190     href="../../xincludes/gnome-mandir.xml"/>
     168    href="../../xincludes/gnome-sysconfdir.xml"/>
     169
     170    <para><parameter>--libexecdir=<envar>$GNOME_PREFIX</envar>/lib/GConf</parameter>:
     171    This parameter causes the libexec files to be installed in the preferred
     172    location of <filename class="directory">$GNOME_PREFIX/lib/GConf</filename>
     173    instead of <filename
     174    class="directory">$GNOME_PREFIX/libexec</filename>.</para>
     175
     176    <para><parameter>--disable-orbit</parameter>: This parameter is required if
     177    <application>ORBit2</application> is not installed.
     178    <application>ORBit2</application> is a deprecated package.</para>
     179
     180    <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     181    href="../../xincludes/gnome-mandir.xml"/>-->
     182
     183    <para><option>--enable-static=no</option>: This switch prevents the static
     184    libraries being installed.</para>
    191185
    192186    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    194188
    195189    <para><command>install -v -m755 -d
    196     &gnome-etc-dir;/gconf/gconf.xml.system</command>: Creates a missing
     190    $GNOME_SYSCONFDIR/gconf/gconf.xml.system</command>: Creates a missing
    197191    directory. Without this directory, <command>gconf-sanity-check-2</command>
    198192    will fail during <application>GDM</application> startup and login.</para>
     
    209203
    210204      <seglistitem>
    211         <seg>gconf-merge-tree, gconftool-2, gconf-defaults-mechanism,
    212         gconf-sanity-check-2, and gconfd-2</seg>
    213         <seg>libgconf-2.{so,a}, libgconfbackend-xml.{so,a}, and
    214         libgconfbackend-oldxml.{so,a}</seg>
    215         <seg>&gnome-etc-dir;/gconf/{2,gconf.xml.defaults,gconf.xml.mandatory,
    216         gconf.xml.system}, <envar>$GNOME_PREFIX</envar>/{include/gconf/2/gconf,
    217         lib/GConf/2,share/{gtk-doc/html/gconf,sgml/gconf}}</seg>
     205        <seg>gconf-defaults-mechanism, gconf-merge-tree, gconf-sanity-check-2,
     206        gconfd-2, gconftool-2, and gsettings-data-convert</seg>
     207        <seg>libgconf-2.{so,a}, libgconfbackend-oldxml.{so,a},
     208        libgconfbackend-xml.{so,a}, and libgsettingsgconfbackend.{so,a}</seg>
     209        <seg><envar>$GNOME_SYSCONFDIR</envar>/{gconf/{2,gconf.xml.defaults,
     210        gconf.xml.mandatory,gconf.xml.system},xdg/autostart}
     211        <envar>$GNOME_PREFIX</envar>/{include/gconf/2/gconf,lib/GConf/2,
     212        share/{gtk-doc/html/gconf,sgml/gconf}}</seg>
    218213      </seglistitem>
    219214    </segmentedlist>
     
    245240      </varlistentry>
    246241
     242      <varlistentry id="gsettings-data-convert">
     243        <term><command>gsettings-data-convert</command></term>
     244        <listitem>
     245          <para>reads values out of the users GConf database and stores them in
     246          GSettings.</para>
     247          <indexterm zone="GConf gsettings-data-convert">
     248            <primary sortas="b-gsettings-data-convert">gsettings-data-convert</primary>
     249          </indexterm>
     250        </listitem>
     251      </varlistentry>
     252
    247253      <varlistentry id="libgconf-2">
    248254        <term><filename class='libraryfile'>libgconf-2.{so,a}</filename></term>
Note: See TracChangeset for help on using the changeset viewer.