Changeset 1cd0875 for xsoft/graphweb


Ignore:
Timestamp:
10/29/2017 06:27:07 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
59bf9513
Parents:
5833ccd
Message:

Update to Epiphany-3.26.1.
Update gucharmap-10.0.2.
Update to gnome-system-monitor-3.26.0.
Update to gnome-maps-3.26.1.
Update to gnome-weather-3.26.0.
Update to gnome-tweak-tool-3.26.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/epiphany.xml

    r5833ccd r1cd0875  
    66
    77  <!ENTITY epiphany-download-http
    8            "&gnome-download-http;/epiphany/&gnome-minor-24;/epiphany-&epiphany-version;.tar.xz">
     8           "&gnome-download-http;/epiphany/&gnome-minor-26;/epiphany-&epiphany-version;.tar.xz">
    99  <!ENTITY epiphany-download-ftp
    10            "&gnome-download-ftp;/epiphany/&gnome-minor-24;/epiphany-&epiphany-version;.tar.xz">
    11   <!ENTITY epiphany-md5sum        "e035dc6f64f0c1909de823e03f16b2f3">
    12   <!ENTITY epiphany-size          "3.3 MB">
    13   <!ENTITY epiphany-buildsize     "42 MB">
    14   <!ENTITY epiphany-time          "0.8 SBU">
     10           "&gnome-download-ftp;/epiphany/&gnome-minor-26;/epiphany-&epiphany-version;.tar.xz">
     11  <!ENTITY epiphany-md5sum        "350d9953045e57c5dd14904297e3746b">
     12  <!ENTITY epiphany-size          "4.0 MB">
     13  <!ENTITY epiphany-buildsize     "36 MB">
     14  <!ENTITY epiphany-time          "0.3 SBU">
    1515]>
    1616
     
    119119    </para>
    120120
    121 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    122 make</userinput></screen>
     121<screen><userinput>mkdir build &amp;&amp;
     122cd build &amp;&amp;
     123meson --prefix=/usr .. &amp;&amp;
     124ninja</userinput></screen>
    123125
    124126    <para>
     
    126128    </para>
    127129
    128 <screen role="root"><userinput>make install</userinput></screen>
    129 
    130 <!-- We will see if this happens to improve with a new release. If it doesn't,
    131 recommend changing to "This package does not have a working test suite." -->
     130<screen role="root"><userinput>ninja install</userinput></screen>
    132131
    133132    <para>
    134       An already active graphical session with a bus address is necessary
    135       to execute the test suite.  Some tests may fail for unknown reasons.
    136       To test the results, run:
     133      This package does not have a working test suite.
    137134    </para>
    138 
    139 <screen><userinput>make -k check</userinput></screen>
    140135
    141136  </sect2>
Note: See TracChangeset for help on using the changeset viewer.