Ignore:
Timestamp:
08/09/2015 07:55:30 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
a8158348
Parents:
66307ff
Message:

Update to cmake-3.3.0
Update to graphite2-1.3.0
Update to harfbuzz-1.0.1
Update to xproto-7.0.28.
Update to mesa-10.6.3
Update to polkit-0.113
Update to libdrm-2.4.62
Update to libepoxy-1.3.1
Update to gdk-pixbuf-2.31.5
Update to librsvg-2.40.10
Update to gtk+-3.16.6
Update to adwaita-icon-theme-3.16.2.1
Update wpa_supplicant instructions to reflect that the services cannot both be enabled at the same time
Remove FTP URLs for some Mozilla packages
Fix a build problem with xf86-video-intel
Fix URLs in MariaDB and SDL pages
Typo fix in the Linux-PAM-1.2.0 page
Clarify that libjpeg-turbo is required for the libtiff test suite
Typo fix in the xorg-server-1.17.2 page

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphite2.xml

    r66307ff r7d511f08  
    1111           "&sourceforge-repo;/silgraphite/graphite2-&graphite2-version;.tgz">
    1212  <!ENTITY graphite2-download-ftp  " ">
    13   <!ENTITY graphite2-md5sum        "2ef839348fe28e3b923bf8cced440227">
    14   <!ENTITY graphite2-size          "6.7 MB">
    15   <!ENTITY graphite2-buildsize     "44 MB">
     13  <!ENTITY graphite2-md5sum        "ca6da3ba3ff914e4974c167a7a63a3ae">
     14  <!ENTITY graphite2-size          "8 MB">
     15  <!ENTITY graphite2-buildsize     "62 MB">
    1616  <!ENTITY graphite2-time          "0.2 SBU">
    1717]>
     
    131131cd    build &amp;&amp;
    132132
    133 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     133cmake -DCMAKE_INSTALL_PREFIX=/usr \
     134      -DCMAKE_BUILD_TYPE=Release  \
     135      -Wno-dev                    .. &amp;&amp;
    134136make</userinput></screen>
    135137
    136138    <para>
    137       To test the results, issue: <command>make test</command>.
     139      To test the results, issue: <command>make -k test</command>. Several
     140      tests fail for unknown reasons.
    138141    </para>
    139142
Note: See TracChangeset for help on using the changeset viewer.