Changeset c4098e0 for general/genutils


Ignore:
Timestamp:
04/30/2017 06:41:25 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
0610de8
Parents:
1f7c7cb
Message:

Fix ibus build issue if GConf is not available (hopefully).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/ibus.xml

    r1f7c7cb rc4098e0  
    110110    <para>Fix an issue with deprecated schema entries:</para>
    111111
    112 <screen><userinput>sed 's@/desktop/ibus@/org/freedesktop/ibus@g' -i data/ibus.schemas.in</userinput></screen>
     112<screen><userinput>sed -i 's@/desktop/ibus@/org/freedesktop/ibus@g' \
     113    data/ibus.schemas.in \
     114    data/dconf/org.freedesktop.ibus.gschema.xml.in</userinput></screen>
    113115
    114116    <para>
     
    140142
    141143    <para>
    142       <command>sed -ri ... data/ibus.schemas</command>: This sed fixes
     144      <command>sed -ri ... data/ibus.schemas ...</command>: This sed fixes
    143145      deprecated entries in the gsettings schema templates installed by this
    144146      package.
Note: See TracChangeset for help on using the changeset viewer.