Changeset 60d59117


Ignore:
Timestamp:
11/30/2015 11:32:50 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:
692b415e
Parents:
5982e67
Message:
  • Some packages with doc directory not matching version:

◦ atkmm-2.24.2
◦ glibmm-2.46.2
◦ cairomm-1.12.0
◦ gtkmm-3.18.0
◦ gtkmm-2.24.4
◦ pangomm-2.38.1

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/glibmm.xml

    r5982e67 r60d59117  
    9595
    9696    <para>
     97      First, fix the documents directory name:
     98    </para>
     99
     100<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/glibmm-&glibmm-version;/' \
     101    -i docs/Makefile.in</userinput></screen>
     102
     103    <para>
    97104      Install <application>GLibmm</application> by running the following
    98105      commands:
     
    132139        <seg>
    133140          /usr/{include,lib}/g{io,lib}mm-2.4 and
    134           /usr/share/{devhelp/books,doc}/glibmm-2.4
     141          /usr/share/{devhelp/books/glibmm-2.4,doc/glibmm-&glibmm-version;}
    135142        </seg>
    136143      </seglistitem>
  • introduction/welcome/changelog.xml

    r5982e67 r60d59117  
    4949      <itemizedlist>
    5050       <listitem>
    51           <para>[bdubbs] - Update to qca-2.1.1. Fixes
    52           <ulink url="&blfs-ticket-root;7182">#7182</ulink>.</para>
    53         </listitem>
    54        <listitem>
    55           <para>[fernando] - Update to atkmm-2.24.2. Fixes
    56           <ulink url="&blfs-ticket-root;7191">#7191</ulink>.</para>
     51         <para>[fernando] - Some packages with doc directory not matching
     52         version. Fixes
     53         <ulink url="&blfs-ticket-root;7192">#7192</ulink>.</para>
     54        </listitem>
     55       <listitem>
     56         <para>[bdubbs] - Update to qca-2.1.1. Fixes
     57         <ulink url="&blfs-ticket-root;7182">#7182</ulink>.</para>
     58        </listitem>
     59       <listitem>
     60         <para>[fernando] - Update to atkmm-2.24.2. Fixes
     61         <ulink url="&blfs-ticket-root;7191">#7191</ulink>.</para>
    5762        </listitem>
    5863      </itemizedlist>
  • x/lib/atkmm.xml

    r5982e67 r60d59117  
    8888
    8989    <para>
     90      First, fix the documents directory name:
     91    </para>
     92
     93<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/atkmm-&atkmm-version;/' \
     94    -i doc/Makefile.in</userinput></screen>
     95
     96    <para>
    9097      Install <application>Atkmm</application> by running the following
    9198      commands:
     
    124131        <seg>
    125132          /usr/{include,lib}/atkmm-1.6 and
    126           /usr/share/{devhelp/books,doc}/atkmm-1.6
     133          /usr/share/{devhelp/books/atkmm-1.6,doc/atkmm-&atkmm-version;}
    127134        </seg>
    128135      </seglistitem>
  • x/lib/cairomm.xml

    r5982e67 r60d59117  
    9494
    9595    <para>
     96      First, fix the documents directory name:
     97    </para>
     98
     99<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/cairomm-&cairomm-version;/' \
     100    -i docs/Makefile.in</userinput></screen>
     101
     102    <para>
    96103      Install <application>Cairomm</application> by running the following
    97104      commands:
     
    129136        </seg>
    130137        <seg>
    131           /usr/include/cairomm-1.0,
    132           /usr/lib/cairomm-1.0,
    133           /usr/share/devhelp/books/cairomm-1.0 and
    134           /usr/share/doc/cairomm-1.0
     138          /usr/{include,lib}/cairomm-1.0 and
     139          /usr/share/{devhelp/books/cairomm-1.0,doc/cairomm-&cairomm-version;}
    135140        </seg>
    136141      </seglistitem>
  • x/lib/gtkmm2.xml

    r5982e67 r60d59117  
    9191
    9292    <para>
     93      First, fix the documents directory name:
     94    </para>
     95
     96<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-&gtkmm2-version;/' \
     97    -i docs/Makefile.in</userinput></screen>
     98
     99    <para>
    93100      Install <application>Gtkmm</application> by running the following
    94101      commands:
     
    140147          /usr/include/gtkmm-2.4,
    141148          /usr/lib/gdkmm-2.4,
    142           /usr/lib/gtkmm-2.4,
    143           /usr/share/devhelp/books/gtkmm-2.4, and
    144           /usr/share/doc/gtkmm-2.4
     149          /usr/lib/gtkmm-2.4, and
     150          /usr/share/{devhelp/books/gtkmm-2.4,doc/gtkmm-&gtkmm2-version;}
    145151        </seg>
    146152      </seglistitem>
  • x/lib/gtkmm3.xml

    r5982e67 r60d59117  
    8989
    9090    <para>
     91      First, fix the documents directory name:
     92    </para>
     93
     94<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/gtkmm-&gtkmm3-version;/' \
     95    -i docs/Makefile.in</userinput></screen>
     96
     97    <para>
    9198      Install <application>Gtkmm</application> by running the following
    9299      commands:
     
    126133          /usr/include/gtkmm-3.0,
    127134          /usr/lib/gdkmm-3.0,
    128           /usr/lib/gtkmm-3.0,
    129           /usr/share/devhelp/books/gtkmm-3.0, and
    130           /usr/share/doc/gtkmm-3.0
     135          /usr/lib/gtkmm-3.0, and
     136          /usr/share/{devhelp/books/gtkmm-3.0,doc/gtkmm-&gtkmm3-version;}
    131137        </seg>
    132138      </seglistitem>
  • x/lib/pangomm.xml

    r5982e67 r60d59117  
    8989
    9090    <para>
     91      First, fix the documents directory name:
     92    </para>
     93
     94<screen><userinput>sed -e '/^libdocdir =/ s/$(book_name)/pangomm-&pangomm-version;/' \
     95    -i docs/Makefile.in</userinput></screen>
     96
     97    <para>
    9198      Install <application>Pangomm</application> by running the following
    9299      commands:
     
    125132        <seg>
    126133          /usr/include/pangomm-1.4,
    127           /usr/lib/pangomm-1.4,
    128           /usr/share/devhelp/books/pangomm-1.4, and
    129           /usr/share/doc/pangomm-1.4
     134          /usr/lib/pangomm-1.4, and
     135          /usr/share/{devhelp/books/pangomm-1.4,doc/pangomm-&pangomm-version;}
    130136        </seg>
    131137      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.