Changeset 78399edc


Ignore:
Timestamp:
05/09/2017 09:33:35 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
af9fba4
Parents:
7cc4fd57
Message:

Update to xdg-utils-1.1.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    r7cc4fd57 r78399edc  
    128128    </para>
    129129
    130 <screen><userinput>./configure --prefix=/usr                          \
    131   --docdir=/usr/share/doc/rustc-&rust-version;             \
    132   --llvm-root=/opt/llvm3 --enable-llvm-link-shared &amp;&amp;
     130<screen><userinput>./configure --prefix=/usr             \
     131            --llvm-root=/opt/llvm3    \
     132            --enable-llvm-link-shared \
     133            --docdir=/usr/share/doc/rustc-&rust-version; &amp;&amp;
    133134./x.py build</userinput></screen>
    134135
     
    203204
    204205    <segmentedlist>
    205       <segtitle>Installed Program(s)</segtitle>
    206       <segtitle>Installed Librar(y,ies)</segtitle>
    207       <segtitle>Installed Director(y,ies)</segtitle>
     206      <segtitle>Installed Programs</segtitle>
     207      <segtitle>Installed Libraries</segtitle>
     208      <segtitle>Installed Directories</segtitle>
    208209
    209210      <seglistitem>
     
    219220        <seg>
    220221          ~/.cargo,
    221           /usr/lib/rustlib,
     222          /usr/lib/rustlib, and
    222223          /usr/share/doc/rustc-&rust-version;.
    223224        </seg>
  • introduction/welcome/changelog.xml

    r7cc4fd57 r78399edc  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to xdg-utils-1.1.2. Fixes
     49          <ulink url="&blfs-ticket-root;9221">#9221</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update gstreamer and plugins to version 1.12.0. Fixes
    4953          <ulink url="&blfs-ticket-root;9197">#9197</ulink>.</para>
  • packages.ent

    r7cc4fd57 r78399edc  
    732732<!ENTITY xarchiver-version            "0.5.4">
    733733<!ENTITY xchat-version                "2.8.8">
    734 <!ENTITY xdg-utils-version            "1.1.1">
     734<!ENTITY xdg-utils-version            "1.1.2">
    735735<!ENTITY xscreensaver-version         "5.36">
    736736
  • xsoft/other/xdg-utils.xml

    r7cc4fd57 r78399edc  
    88  <!ENTITY xdg-utils-download-http "http://portland.freedesktop.org/download/xdg-utils-&xdg-utils-version;.tar.gz">
    99  <!ENTITY xdg-utils-download-ftp  " ">
    10   <!ENTITY xdg-utils-md5sum        "2d0aec6037769a5f138ff404b1bb4b15">
     10  <!ENTITY xdg-utils-md5sum        "361e75eb76c94d19f6f4f330d8ee626b">
    1111  <!ENTITY xdg-utils-size          "292 KB">
    12   <!ENTITY xdg-utils-buildsize     "3.5 MB (with tests)">
     12  <!ENTITY xdg-utils-buildsize     "3.2 MB (with tests)">
    1313  <!ENTITY xdg-utils-time          "0.3 SBU (with tests)">
    1414]>
Note: See TracChangeset for help on using the changeset viewer.