Changeset 1d054a4


Ignore:
Timestamp:
07/22/2014 01:19:25 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8692448
Parents:
d549985a
Message:

Add libinput. Move libgpg-error and libgcrypt shared libraries to /lib.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13542 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    rd549985a r1d054a4  
    7575  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libffi.xml"/>
    7676  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgee.xml"/>
    77   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgcrypt.xml"/>
    78   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgpg-error.xml"/>
     77  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgcrypt-systemd.xml"/>
     78  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgpg-error-systemd.xml"/>
    7979  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgsf.xml"/>
    8080  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgusb-systemd.xml"/>
    8181  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libical.xml"/>
    8282  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libidn.xml"/>
     83  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libinput-systemd.xml"/>
    8384  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libiodbc.xml"/>
    8485  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libksba.xml"/>
  • general/genlib/libgcrypt-systemd.xml

    rd549985a r1d054a4  
    127127install -v -m644    README doc/{README.apichanges,fips*,libgcrypt*} \
    128128                    /usr/share/doc/libgcrypt-&libgcrypt-version;</userinput></screen>
     129
     130    <para>
     131      The shared library needs to be moved to
     132      <filename class="directory">/lib</filename>, and as a result the
     133      <filename class="extension">.so</filename> file in
     134      <filename class="directory">/usr/lib</filename> will need to be
     135      recreated. Run the following command as the
     136      <systemitem class="username">root</systemitem> user:
     137    </para>
     138
     139<screen><userinput remap="install">mv -v /usr/lib/libgcrypt.so.* /lib
     140ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so</userinput></screen>
    129141
    130142    <para>
  • general/genlib/libgpg-error-systemd.xml

    rd549985a r1d054a4  
    9999install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
    100100
     101    <para>
     102      The shared library needs to be moved to
     103      <filename class="directory">/lib</filename>, and as a result the
     104      <filename class="extension">.so</filename> file in
     105      <filename class="directory">/usr/lib</filename> will need to be
     106      recreated. Run the following command as the
     107      <systemitem class="username">root</systemitem> user:
     108    </para>
     109
     110<screen><userinput remap="install">mv -v /usr/lib/libgpg-error.so.* /lib
     111ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so</userinput></screen>
     112
    101113  </sect2>
    102114
  • systemd.ent

    rd549985a r1d054a4  
    11<!ENTITY libepoxy-version             "1.2">
    22<!ENTITY libevdev-version             "1.2.2">
     3<!ENTITY libinput-version             "0.4.0">
    34<!ENTITY libxkbcommon-version         "0.4.2">
    45<!ENTITY wayland-version              "1.5.0">
Note: See TracChangeset for help on using the changeset viewer.