Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    r8f6f10e rd60cd837  
    66
    77  <!ENTITY evince-download-http
    8      "&gnome-download-http;/evince/&gnome-minor-28;/evince-&evince-version;.tar.xz">
     8     "&gnome-download-http;/evince/&gnome-minor-30;/evince-&evince-version;.tar.xz">
    99  <!ENTITY evince-download-ftp
    10      "&gnome-download-ftp;/evince/&gnome-minor-28;/evince-&evince-version;.tar.xz">
    11   <!ENTITY evince-md5sum        "66aa1766eaaa37536e48def11a0e67a3">
    12   <!ENTITY evince-size          "3.2 MB">
    13   <!ENTITY evince-buildsize     "100 MB">
    14   <!ENTITY evince-time          "0.8 SBU">
     10     "&gnome-download-ftp;/evince/&gnome-minor-30;/evince-&evince-version;.tar.xz">
     11  <!ENTITY evince-md5sum        "136eed1e980e91b5e1052d9a906bc2ee">
     12  <!ENTITY evince-size          "2.2 MB">
     13  <!ENTITY evince-buildsize     "96 MB">
     14  <!ENTITY evince-time          "1.0 SBU">
    1515]>
    1616
     
    8383      <xref linkend="gsettings-desktop-schemas"/>,
    8484      <xref linkend="gtk3"/>,
    85       <xref linkend="itstool"/>, and
    86       <xref linkend="libxml2"/>
     85      <xref linkend="itstool"/>,
     86      <xref linkend="libxml2"/>, and
     87      <xref linkend="openjpeg2"/>
    8788    </para>
    8889
     
    106107      <xref linkend="texlive"/> (or <xref linkend="tl-installer"/>)
    107108      <ulink url="http://djvu.sourceforge.net/">DjVuLibre</ulink>,
     109      <ulink url="http://ftp.gnome.org/pub/gnome/sources/gspell">gspell</ulink>,
    108110      <ulink url="https://wiki.gnome.org/action/show/Projects/libgxps">libgxps</ulink>,
    109       <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>, and
     111      <ulink url="http://www.freedesktop.org/wiki/Software/libspectre/">libspectre</ulink>,
     112      <ulink url="https://github.com/jlaurens/synctex">Synctex</ulink>, and
    110113      <ulink url="http://www.ibiblio.org/pub/Linux/libs/graphics/t1lib-5.1.2.tar.gz">t1lib</ulink>
    111114    </para>
     
    127130            --enable-compile-warnings=minimum \
    128131            --enable-introspection            \
     132            --without-gspell                  \
    129133            --disable-static                  &amp;&amp;
    130134make</userinput></screen>
     
    140144<screen role="root"><userinput>make install</userinput></screen>
    141145
     146    <note>
     147      <para>If you installed the package to your system using a "DESTDIR"
     148      method,
     149      <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename>
     150      was not updated/created. Create (or update) the file using the following
     151      command as the <systemitem class="username">root</systemitem> user:</para>
     152
     153<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen></note>
     154
     155
    142156  </sect2>
    143157
    144158  <sect2 role="commands">
    145     <title>Command Explanation</title>
     159    <title>Command Explanations</title>
    146160
    147161    <para>
     
    192206        <seg>
    193207          libevdocument3.so,
    194           libevview3.so,
    195           /usr/lib/mozilla/plugins/libevbrowserplugin.so (browser plugin,
    196           but unusable in firefox), and
     208          libevview3.so, and
    197209          /usr/lib/nautilus/extensions-3.0/libevince-properties-page.so
    198210        </seg>
Note: See TracChangeset for help on using the changeset viewer.