Ignore:
Timestamp:
01/31/2016 02:31:35 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
3acf108
Parents:
3e63daa9
Message:

Remainder of -systemd.xml cleanup.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/inkscape.xml

    r3e63daa9 r51d044f  
    55  %general-entities;
    66
    7   <!ENTITY inkscape-download-http "&sourceforge-repo;/inkscape/inkscape-&inkscape-version;.tar.bz2">
     7  <!-- inkscape.org appears to point to launchpad, sf is out of date -->
     8  <!ENTITY inkscape-download-http "https://launchpad.net/inkscape/0.91.x/0.91/+download/inkscape-&inkscape-version;.tar.bz2">
    89  <!ENTITY inkscape-download-ftp  " ">
    9   <!ENTITY inkscape-md5sum        "431cda5cd40cd4fdf2b89db1bdcce61f">
    10   <!ENTITY inkscape-size          "19 MB">
    11   <!ENTITY inkscape-buildsize     "1.4 GB">
    12   <!ENTITY inkscape-time          "12 SBU">
     10  <!ENTITY inkscape-md5sum        "278dfa4514adcde23546370ec2c84581">
     11  <!ENTITY inkscape-size          "25 MB">
     12  <!ENTITY inkscape-buildsize     "1.9 GB">
     13  <!ENTITY inkscape-time          "16 SBU">
    1314]>
    1415
     
    1718
    1819  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    20     <date>$Date$</date>
     20    <othername>$LastChangedBy: fernando $</othername>
     21    <date>$Date: 2015-02-08 11:30:45 +0100 (Sun, 08 Feb 2015) $</date>
    2122  </sect1info>
    2223
     
    3637    </para>
    3738
    38     &lfs76_checked;
     39    &lfs77_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7677      <listitem>
    7778        <para>
    78           Required patch:
    79           <ulink url="&patch-root;/inkscape-&inkscape-version;-poppler-1.patch"/>
     79          Optional patch (for full test coverage):
     80          <ulink url="&patch-root;/inkscape-&inkscape-version;-testfiles-1.patch"/>
    8081        </para>
    8182      </listitem>
     
    8990      <xref linkend="gc"/>,
    9091      <xref linkend="gsl"/>,
    91       <xref linkend="gtkmm2"/> and
    92       <xref linkend="libxslt"/>
     92      <xref linkend="gtkmm2"/>
     93      (or <xref linkend="gtkmm3"/> and
     94      <ulink url="http://ftp.gnome.org/pub/gnome/sources/gdl/">GDL</ulink>
     95      for the experimental GTK+3 build),
     96      <xref linkend="libxslt"/> and
     97      <xref linkend="popt"/>
    9398    </para>
    9499
    95100    <bridgehead renderas="sect4">Recommended</bridgehead>
    96101    <para role="recommended">
     102      <xref linkend="lcms2"/> or
    97103      <xref linkend="lcms"/>
    98104    </para>
     
    101107    <para role="optional">
    102108      <xref linkend="aspell"/>,
     109      <xref linkend="dbus"/>,
    103110      <xref linkend="doxygen"/>,
    104111      <xref linkend="imagemagick"/>,
     112      <xref linkend="poppler"/>,
     113      <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libcdr">libcdr</ulink>,
     114      <ulink url="https://wiki.documentfoundation.org/DLP/Libraries/libvisio">libvisio</ulink>,
     115      <ulink url="https://github.com/LibreOffice/libcdr">libcdr</ulink>,
     116      <ulink url="https://github.com/LibreOffice/libvisio">libvisio</ulink>,
    105117      <ulink url="http://libwpg.sourceforge.net/">libwpg</ulink>,
    106       <xref linkend="poppler"/> and
    107       <xref linkend="popt"/>
     118      <ulink url="&sourceforge-repo;/NumPy/">NumPy</ulink>
     119      (for the testsuite and at runtime for some extensions) and
     120      <ulink url="https://pypi.python.org/pypi/lxml">python-lxml</ulink>
     121      (for the testsuite, and at runtime for some of the extensions)
    108122    </para>
    109123
     
    111125    (for some of the Inkscape extensions)</bridgehead>
    112126    <para role="optional">
    113       <ulink url="http://search.cpan.org/~tjmather/XML-XQL-0.68/lib/XML/XQL.pm">XML::XQL</ulink>
    114       and <ulink url="http://cheeseshop.python.org/pypi/lxml/">python-lxml</ulink>
     127      <ulink url="http://search.cpan.org/dist/XML-XQL/">XML::XQL</ulink>
    115128    </para>
    116129
     
    123136    <title>Installation of Inkscape</title>
    124137
    125 <!--
    126     <para>If <application>Xorg</application> is installed in a prefix other
    127     than <filename class='directory'>/usr</filename>, the build will fail. Fix
    128     this by issuing the following command:</para>
    129 
    130 <screen><userinput>export LIBRARY_PATH=$XORG_PREFIX/lib</userinput></screen>
    131 -->
    132 
    133138    <para>
    134139      Install <application>Inkscape</application> by running the following
     
    136141    </para>
    137142
    138 <screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-poppler-1.patch &amp;&amp;
    139 autoreconf -vi &amp;&amp;
    140 
    141 sed -ri "s:.*(unsigned GC_version).*:\1 = GC_get_version()\;:" configure &amp;&amp;
    142 
    143 ./configure --prefix=/usr &amp;&amp;
     143<screen><userinput>patch -Np1 -i ../inkscape-&inkscape-version;-testfiles-1.patch &amp;&amp;
     144
     145./configure --prefix=/usr &amp;&amp;
    144146make</userinput></screen>
    145147
    146 <!-- Test suite is broken as of inkscape-0.48.5
    147148    <para>
    148149      To test the results, issue: <command>make check</command>.
    149150    </para>
    150 -->
    151151    <para>
    152152      Now, as the <systemitem class="username">root</systemitem> user:
     
    157157    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    158158      href="../../xincludes/update-icons-and-desktop.xml"/>
    159 
    160   </sect2>
    161 
    162   <sect2 role="commands">
    163     <title>Command Explanations</title>
    164 
    165     <para>
    166       <command>sed -ri ... configure</command>:
    167       This <command>sed</command> fixes building problems starting
    168       with gc-7.4.2.
    169     </para>
    170159
    171160  </sect2>
Note: See TracChangeset for help on using the changeset viewer.