Changeset 5468eaa for gnome/applications


Ignore:
Timestamp:
10/18/2020 05:46:24 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
b641fe7
Parents:
a951ace
Message:

Update to evince-3.38.0 and restore DVI support

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    ra951ace r5468eaa  
    66
    77  <!ENTITY evince-download-http
    8      "&gnome-download-http;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
     8     "&gnome-download-http;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
    99  <!ENTITY evince-download-ftp
    10      "&gnome-download-ftp;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
    11   <!ENTITY evince-md5sum        "a7ebf1f76552579be71fc63947a15297">
    12   <!ENTITY evince-size          "2.5 MB">
    13   <!ENTITY evince-buildsize     "99 MB">
     10     "&gnome-download-ftp;/evince/&gnome-minor-38;/evince-&evince-version;.tar.xz">
     11  <!ENTITY evince-md5sum        "29dd770b8255bdf6343f83419c975905">
     12  <!ENTITY evince-size          "2.8 MB">
     13  <!ENTITY evince-buildsize     "84 MB">
    1414  <!ENTITY evince-time          "0.4 SBU (Using parallelism=4)">
    1515]>
     
    126126
    127127    <para>
     128      First, make sure that meson can find TeXLive if it is installed.
     129      This has no effect on systems without TeXLive installed.
     130    </para>
     131
     132<screen><userinput remap="pre">export CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include" &amp;&amp;
     133export CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" &amp;&amp;
     134export LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"</userinput></screen>
     135
     136    <para>
    128137      Install <application>Evince</application> by running the following
    129138      commands:
Note: See TracChangeset for help on using the changeset viewer.