Changeset b0480ef for gnome/platform


Ignore:
Timestamp:
01/15/2016 06:28:38 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
dc56bc8
Parents:
f64c4d4
Message:
  • Fix some gschema deprecated entries in gsettings-desktop-schemas-3.18.1, Gcr-3.18.0, gnome-keyring-3.18.3 and Seahorse-3.18.0.

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

Location:
gnome/platform
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    rf64c4d4 rb0480ef  
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr     \
     113<screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
     114
     115./configure --prefix=/usr     \
    114116            --sysconfdir=/etc &amp;&amp;
    115117make</userinput></screen>
     
    129131  <sect2 role="commands">
    130132    <title>Command Explanations</title>
     133
     134    <para>
     135      <command>sed ... schema/*.xml</command>:  This command fixes a
     136      deprecated entry in the schema template.
     137    </para>
    131138
    132139    <para>
  • gnome/platform/gnome-keyring.xml

    rf64c4d4 rb0480ef  
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr     \
     110<screen><userinput>sed -i -r 's:"(/desktop):"/org/gnome\1:' schema/*.xml &amp;&amp;
     111
     112./configure --prefix=/usr     \
    111113            --sysconfdir=/etc \
    112114            --with-pam-dir=/lib/security &amp;&amp;
     
    128130  <sect2 role="commands">
    129131    <title>Command Explanations</title>
     132
     133    <para>
     134      <command>sed ... schema/*.xml</command>:  This command fixes a
     135      deprecated entry in the schema template.
     136    </para>
    130137
    131138    <para>
  • gnome/platform/gsettings-desktop-schemas.xml

    rf64c4d4 rb0480ef  
    9999    </para>
    100100
    101 <screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1:' schemas/*.in &amp;&amp;
     101<screen><userinput>sed -i -r 's:"(/system):"/org/gnome\1:g' schemas/*.in &amp;&amp;
    102102
    103103./configure --prefix=/usr &amp;&amp;
     
    122122      <title>Command Explanations</title>
    123123
    124       <para><command>sed ... schemas/*.in</command>:  This command fixes some 
     124      <para><command>sed ... schemas/*.in</command>:  This command fixes some
    125125      deprecated entries in the schema templates.</para>
    126126
Note: See TracChangeset for help on using the changeset viewer.