Changeset 9408066


Ignore:
Timestamp:
03/27/2012 12:10:48 AM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
783061b6
Parents:
1228252
Message:

Gconf 3.2.5
Added a sed to fix compiling with glib-2.32 and gobject-introspection installed

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1228252 r9408066  
    705705<!-- Libraries -->
    706706<!ENTITY caribou-version              "0.4.1">
    707 <!ENTITY GConf-version                "3.2.3">
     707<!ENTITY GConf-version                "3.2.5">
    708708<!ENTITY gjs-version                  "1.30.0">
    709709<!ENTITY gnome-desktop-version        "3.2.1">
  • gnome/core/gconf.xml

    r1228252 r9408066  
    55  %general-entities;
    66
    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">
     7  <!ENTITY GConf-download-http
     8  "&gnome-download-http;/GConf/&gnome-version;/GConf-&GConf-version;.tar.xz">
     9  <!ENTITY GConf-download-ftp
     10  "&gnome-download-ftp;/GConf/&gnome-version;/GConf-&GConf-version;.tar.xz">
     11  <!ENTITY GConf-md5sum        "1b803eb4f8576c572d072692cf40c9d8">
    1012  <!ENTITY GConf-size          "1.5 MB">
    11   <!ENTITY GConf-buildsize     "47 MB">
     13  <!ENTITY GConf-buildsize     "42 MB">
    1214  <!ENTITY GConf-time          "0.3 SBU">
    1315]>
     
    3335    configuration database system.</para>
    3436
    35     &lfs70_built;
     37    &lfs71_built;
    3638
    3739    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7274
    7375    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"><xref linkend="openldap"/> and
     76    <para role="optional"><xref linkend="openldap"/>,
     77    <xref linkend="gobject-introspection"/> and
    7578    <xref linkend="gtk-doc"/></para>
    7679
     
    8891    <!-- with-gtk=3.0 is the default, and mandir goes to prefix/share/man -->
    8992
    90 <screen><userinput>./configure --prefix=$GNOME_PREFIX \
     93<screen><userinput>sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#' gconf/Makefile.in &amp;&amp;
     94./configure --prefix=$GNOME_PREFIX \
    9195            --sysconfdir=$GNOME_SYSCONFDIR \
    9296            --libexecdir=$GNOME_PREFIX/lib/GConf \
    93             --disable-orbit &amp;&amp;
     97            --disable-orbit \
     98            --disable-static &amp;&amp;
    9499make</userinput></screen>
    95100
     
    168173    href="../../xincludes/gnome-sysconfdir.xml"/>
    169174
     175    <para><command>sed -i '/INTROSPECTION_SCANNER_ARGS/s#$# -lgmodule-2.0#'
     176    gconf/Makefile.in</command>: This sed fixes compiling with both
     177    <application>Glib-2.32</application> and
     178    <xref linkend="gobject-introspection"/> installed.</para>
     179
    170180    <para><parameter>--libexecdir=<envar>$GNOME_PREFIX</envar>/lib/GConf</parameter>:
    171181    This parameter causes the libexec files to be installed in the preferred
     
    181191    href="../../xincludes/gnome-mandir.xml"/>-->
    182192
    183     <para><option>--enable-static=no</option>: This switch prevents the static
     193    <para><option>--disable-static</option>: This switch prevents the static
    184194    libraries being installed.</para>
    185195
  • introduction/welcome/changelog.xml

    r1228252 r9408066  
    7070          <para>[abenton] - Epdfview 0.1.8.</para>
    7171        </listitem>
     72        <listitem>
     73          <para>[abenton] - Gconf 3.2.5.</para>
     74        </listitem>
    7275      </itemizedlist>
    7376    </listitem>
Note: See TracChangeset for help on using the changeset viewer.