Changeset c89a342 for pst


Ignore:
Timestamp:
03/27/2015 01:17:01 PM (9 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.8, 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:
97cb76f
Parents:
0bc13d1
Message:

Update to librsvg-2.40.9.
epdfview-0.1.8: fixes related to DE.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/ps/epdfview.xml

    r0bc13d1 rc89a342  
    8787    <bridgehead renderas="sect4">Required</bridgehead>
    8888    <para role="required">
    89       <xref linkend="poppler"/> and <xref linkend="gtk2"/>
     89      <xref linkend="poppler"/> and
     90      <xref linkend="gtk2"/>
     91    </para>
     92
     93    <bridgehead renderas="sect4">Recommended (mainly for
     94    Desktop Environments)</bridgehead>
     95    <para role="Recommended">
     96      <xref linkend="hicolor-icon-theme"/> and
     97      <xref linkend="desktop-file-utils"/>
    9098    </para>
    9199
     
    121129
    122130<screen role="root"><userinput>make install</userinput></screen>
     131
     132    <para>
     133      For Desktop Environment users, further (optional) instructions are necessary for properly displaying <filename>epdfview.desktop</filename> in the menu. As <systemitem class="username">root</systemitem> user:
     134    </para>
     135
     136<screen role="root"><userinput>for size in 24 32 48; do
     137  ln -svf ../../../../epdfview/pixmaps/icon_epdfview-$size.png \
     138          /usr/share/icons/hicolor/${size}x${size}/apps
     139done &amp;&amp;
     140unset size &amp;&amp;
     141
     142update-desktop-database &amp;&amp;
     143gtk-update-icon-cache -t -f --include-image-data /usr/share/icons/hicolor</userinput></screen>
     144
    123145  </sect2>
    124146
Note: See TracChangeset for help on using the changeset viewer.