Changeset 1b46c878 for gnome


Ignore:
Timestamp:
09/06/2009 02:06:17 PM (15 years ago)
Author:
Wayne Blaszczyk <wblaszcz@…>
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:
211d84f4
Parents:
2082307d
Message:

Patched GConf-2.26.2 and GDM-2.26.1 to fix a hardcoded sysconfdir problem.

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

Location:
gnome
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/add/gdm.xml

    r2082307d r1b46c878  
    6464        url="&patch-root;/gdm-&gdm-version;-libxklavier-&libxklavier-version;-1.patch"/></para>
    6565      </listitem>
     66      <listitem>
     67        <para>Required patch: <ulink
     68        url="&patch-root;/gdm-&gdm-version;-sysconfdir-1.patch"/></para>
     69      </listitem>
    6670    </itemizedlist>
    6771
     
    101105
    102106<screen><userinput>patch -Np1 -i ../gdm-&gdm-version;-libxklavier-&libxklavier-version;-1.patch &amp;&amp;
     107patch -Np1 -i ../gdm-&gdm-version;-sysconfdir-1.patch &amp;&amp;
    103108./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    104109            --sysconfdir=&gnome-etc-dir; \
  • gnome/core/gconf.xml

    r2082307d r1b46c878  
    5555    </itemizedlist>
    5656
     57    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     58    <itemizedlist spacing="compact">
     59      <listitem>
     60        <para>Required patch: <ulink
     61        url="&patch-root;/GConf-&GConf-version;-sysconfdir-1.patch"/></para>
     62      </listitem>
     63    </itemizedlist>
     64
    5765    <bridgehead renderas="sect3">GConf Dependencies</bridgehead>
    5866
     
    8593    commands:</para>
    8694
    87 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
     95<screen><userinput>patch -Np1 -i ../GConf-&GConf-version;-sysconfdir-1.patch &amp;&amp;
     96./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
    8897            --sysconfdir=&gnome-etc-dir; \
    8998            --libexecdir=$(pkg-config \
     
    98107    user:</para>
    99108
    100 <screen role="root"><userinput>make install</userinput></screen>
     109<screen role="root"><userinput>make install &amp;&amp;
     110install -v -m755 -d &gnome-etc-dir;/gconf/gconf.xml.system</userinput></screen>
    101111
    102112    <para>Still as the <systemitem class="username">root</systemitem> user,
Note: See TracChangeset for help on using the changeset viewer.