Changeset b0480ef for gnome/applications


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/seahorse.xml

    rf64c4d4 rb0480ef  
    116116    </para>
    117117
    118 <screen><userinput>./configure --prefix=/usr  &amp;&amp;
     118<screen><userinput>sed -i -r 's:"(/apps):"/org/gnome\1:' data/*.xml &amp;&amp;
     119
     120./configure --prefix=/usr  &amp;&amp;
    119121make</userinput></screen>
    120122
     
    128130
    129131<screen role="root"><userinput>make install</userinput></screen>
     132
     133  </sect2>
     134
     135  <sect2 role="commands">
     136      <title>Command Explanations</title>
     137
     138      <para><command>sed ... data/*.xml</command>:  This command fixes some
     139      deprecated entries in the schema templates.</para>
    130140
    131141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.