Ignore:
Timestamp:
06/03/2020 03:33:11 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 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:
b29c0c58
Parents:
597d3c9b
Message:

Update to dhcpcd-9.1.0
Update to evince-3.36.3
Update to lcms2-2.10
Update to gjs-1.64.3
dvisvgm: Minor tweaks in the short descriptions
ImageMagick: Website was redesigned - update the links to the pages referenced in the book.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/evince.xml

    r597d3c9b rd8321785  
    99  <!ENTITY evince-download-ftp
    1010     "&gnome-download-ftp;/evince/&gnome-minor-36;/evince-&evince-version;.tar.xz">
    11   <!ENTITY evince-md5sum        "0acb95730933fb4b591c73c3fc7fc688">
    12   <!ENTITY evince-size          "2.5 MB">
    13   <!ENTITY evince-buildsize     "74 MB">
    14   <!ENTITY evince-time          "0.7 SBU (Using parallelism=4)">
     11  <!ENTITY evince-md5sum        "9762dabdde37a804072bccbfd311d357">
     12  <!ENTITY evince-size          "2.8 MB">
     13  <!ENTITY evince-buildsize     "84 MB">
     14  <!ENTITY evince-time          "0.4 SBU (Using parallelism=4)">
    1515]>
    1616
     
    129129    </para>
    130130
    131 <screen revision="sysv"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include    " \
    132 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include" \
    133 ./configure --prefix=/usr                         \
    134             --enable-introspection                \
    135             --without-gspell                      \
    136             --disable-static                      \
    137             --with-systemduserunitdir=no         &amp;&amp;
    138 make</userinput></screen>
    139 
    140 <screen revision="systemd"><userinput>CFLAGS="$CFLAGS -I/opt/texlive/&texlive-year;/include"      \
    141 CXXFLAGS="$CXXFLAGS -I/opt/texlive/&texlive-year;/include"  \
    142 LDFLAGS="$LDFLAGS -L/opt/texlive/&texlive-year;/lib"        \
    143 ./configure --prefix=/usr                         \
    144             --enable-introspection                \
    145             --without-gspell                      \
    146             --disable-static                     &amp;&amp;
    147 make</userinput></screen>
     131<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     132cd    build &amp;&amp;
     133
     134meson --prefix=/usr -Dgtk_doc=false -Dsystemduserunitdir=no .. &amp;&amp;
     135ninja</userinput></screen>
     136
     137<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     138cd    build &amp;&amp;
     139
     140meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     141ninja</userinput></screen>
    148142
    149143    <para>
     
    155149    </para>
    156150
    157 <screen role="root"><userinput>make install</userinput></screen>
     151<screen role="root"><userinput>ninja install</userinput></screen>
    158152
    159153    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    172166    -->
    173167
     168<!-- When moving to Meson, I installed the whole texlive suite from source.
     169     I was able to verify that this is no longer required. I'm assuming it was
     170     one of evince-3.36.3 or texlive-2020 that fixed this.
    174171    <para>
    175172      <parameter>CFLAGS="$CFLAGS ..." CXXFLAGS="$CXXFLAGS ..." LDFLAGS="$LDFLAGS ..."</parameter>: If
     
    182179      build.
    183180    </para>
    184 
    185     <para>
    186       <parameter>--without-gspell</parameter>: This switch turns off support
    187       for the spell checking plugin. Remove this if you have gspell installed.
    188     </para>
    189 
    190     <para>
    191       <parameter>--enable-introspection</parameter>: By default, the
    192       <application>Gobject Introspection</application> support is
    193       turned off, even though that package is an expected component
    194       of the <application>GNOME</application> Desktop.
    195     </para>
    196 
     181-->
     182    <para>
     183      <parameter>-Dgtk_doc=false</parameter>: This switch disables generating
     184      the gtk-doc API reference documentation. If you have
     185      <xref role="nodep" linkend="gtk-doc"/> installed and wish to generate
     186      the API reference documentation, remove this switch.
     187    </para>
     188
     189    <para>
     190      <option>-Dgspell=false</option>: This switch turns off support
     191      for the spell checking plugin.
     192    </para>
     193
     194    <para>
     195      <option>-Dintrospection=false</option>: Use this option if you
     196      don't have <xref role="nodep" linkend="gobject-introspection"/>
     197      installed and don't wish to have introspection support built into Evince.
     198    </para>
     199
     200<!--
    197201    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    198202      href="../../xincludes/static-libraries.xml"/>
     
    200204    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    201205      href="../../xincludes/gtk-doc-rebuild.xml"/>
    202 
    203     <para>
    204       <option>--disable-nautilus</option>: This switch disables building
     206-->
     207
     208    <para>
     209      <option>-Dnautilus=false</option>: This switch disables building
    205210      the <application>Nautilus</application> Plugin. Use this switch
    206211      if <application>Nautilus</application> is not installed.
     
    208213
    209214    <para>
    210       <option>--without-keyring</option>: This switch disables the use of
     215      <option>-Dkeyring=false</option>: This switch disables the use of
    211216      <application>libsecret</application>. Use this switch
    212217      if <application>libsecret</application> is not installed.
Note: See TracChangeset for help on using the changeset viewer.