Changeset e9e97922 for general


Ignore:
Timestamp:
09/06/2024 09:38:13 PM (2 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
a0ad432
Parents:
fa1c00c
Message:

protobuf: make some minor tweaks to the installed files

  • There was an issue where the version numbers for protoc were hardcoded, so let's change those to &protobuf-version;.0
  • We now carry libutf8_range, so update the installed files and add a new short description for it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/protobuf.xml

    rfa1c00c re9e97922  
    147147      <seglistitem>
    148148        <seg>
    149           protoc-26.1.0 and protoc (a symlink to protoc-26.1.0)
     149          protoc-&protobuf-version;.0 and protoc (a symlink to protoc-&protobuf-version;.0)
    150150        </seg>
    151151        <seg>
    152152          libprotobuf.so,
    153           libprotobuf-lite.so, and
    154           libprotoc.so
     153          libprotobuf-lite.so,
     154          libprotoc.so, and
     155          libutf8_range.so
    155156        </seg>
    156157        <seg>
    157158          /usr/include/google,
    158159          /usr/include/java,
    159           /usr/include/upb_generator, and
    160           /usr/lib/cmake/protobuf
     160          /usr/include/upb_generator,
     161          /usr/lib/cmake/protobuf, and
     162          /usr/lib/cmake/utf8_range
    161163        </seg>
    162164      </seglistitem>
     
    219221        </listitem>
    220222      </varlistentry>
     223
     224      <varlistentry id="libutf8_range">
     225        <term><filename class="libraryfile">libutf8_range.so</filename></term>
     226        <listitem>
     227          <para>
     228            contains functions that allow a program to determine whether a
     229            sequence of characters is a valid UTF-8 sequence
     230          </para>
     231          <indexterm zone="protobuf libutf8_range">
     232            <primary sortas="c-libutf8_range">libutf8_range.so</primary>
     233          </indexterm>
     234        </listitem>
     235      </varlistentry>
    221236    </variablelist>
    222237  </sect2>
Note: See TracChangeset for help on using the changeset viewer.