Ignore:
Timestamp:
01/14/2019 04:17:34 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
431b55c5
Parents:
5cc300f
Message:

Update to gtksourceview-3.24.9
Add libdazzle for Epiphany
Update to Seahorse-3.30.1.1
Update to Epiphany-3.30.2
Update to baobab-3.30.0
Update to eog-3.28.4
Update to evince-3.30.2
Update to evolution-3.30.4
Update to file-roller-3.30.1
Update to gnome-calculator-3.30.1
Update to gnome-disk-utility-3.30.2
Update to gnome-logs-3.30.0
Update to gnome-maps-3.30.3
Update to gnome-power-manager-3.30.0
Update to gnome-screenshot-3.30.0
Update to gnome-system-monitor-3.30.0
Update to gucharmap-11.0.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/gnome-system-monitor.xml

    r5cc300f r43751fc6  
    66
    77  <!ENTITY gnome-system-monitor-download-http
    8       "&gnome-download-http;/gnome-system-monitor/&gnome-minor-28;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
     8      "&gnome-download-http;/gnome-system-monitor/&gnome-minor-30;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
    99  <!ENTITY gnome-system-monitor-download-ftp
    10            "&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-28;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
    11   <!ENTITY gnome-system-monitor-md5sum        "933e77c69be579faeab6c9b2a2378f09">
    12   <!ENTITY gnome-system-monitor-size          "1.2 MB">
    13   <!ENTITY gnome-system-monitor-buildsize     "42 MB">
    14   <!ENTITY gnome-system-monitor-time          "0.4 SBU">
     10           "&gnome-download-ftp;/gnome-system-monitor/&gnome-minor-30;/gnome-system-monitor-&gnome-system-monitor-version;.tar.xz">
     11  <!ENTITY gnome-system-monitor-md5sum        "67e589dd973c3d3024ae95665508f9e9">
     12  <!ENTITY gnome-system-monitor-size          "748 KB">
     13  <!ENTITY gnome-system-monitor-buildsize     "32 MB">
     14  <!ENTITY gnome-system-monitor-time          "0.6 SBU">
    1515]>
    1616
     
    8585    </para>
    8686
    87 <!--
    88     <bridgehead renderas="sect4">Recommended</bridgehead>
    89     <para role="recommended">
    90       <xref linkend="libwnck"/>
    91     </para>
    92 NOT SUPPORTED
    93 -->
    94 
    9587    <bridgehead renderas="sect4">Optional</bridgehead>
    9688    <para role="optional">
    97 <!--      <phrase revision="systemd"><xref linkend="appstream-glib"/> and</phrase> -->
    9889      <xref linkend="desktop-file-utils"/> and
    9990      <ulink url="&appstream-glib-url;">appstream-glib</ulink>
     
    113104    </para>
    114105
    115 <screen revision="sysv"><userinput>./configure --prefix=/usr &amp;&amp;
    116 make</userinput></screen>
     106<screen revision="sysv"><userinput>mkdir build &amp;&amp;
     107cd build &amp;&amp;
    117108
    118 <screen revision="systemd"><userinput>./configure --prefix=/usr --enable-systemd &amp;&amp;
    119 make</userinput></screen>
     109meson --prefix=/usr -Dsystemd=false .. &amp;&amp;
     110ninja</userinput></screen>
     111
     112<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     113cd build &amp;&amp;
     114
     115meson --prefix=/usr .. &amp;&amp;
     116ninja</userinput></screen>
    120117
    121118    <para>
     
    127124    </para>
    128125
    129 <screen role="root"><userinput>make install</userinput></screen>
     126<screen role="root"><userinput>ninja install</userinput></screen>
    130127
    131128  </sect2>
     
    134131    <title>Command Explanations</title>
    135132
    136 <!--
    137133    <para>
    138       <parameter>- -enable-wnck</parameter>: This switch adds support for the
    139       Window Navigator Construction Kit libraries.
    140     </para>
    141 -->
    142 
    143     <para>
    144       <parameter>--enable-systemd</parameter>: This switch ensures that
    145       gnome-system-monitor uses the systemd process monitoring framework.
     134      <parameter>-Dsystemd=false</parameter>: This switch ensures that
     135      gnome-system-monitor does NOT the systemd process monitoring framework.
     136      Use this option if you are on a SysV system.
    146137    </para>
    147138
Note: See TracChangeset for help on using the changeset viewer.