Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

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

    r8f6f10e rd60cd837  
    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>
    132129
    133   <sect2 role="commands" revision="systemd">
     130  <sect2 role="commands" revision="sysv">
    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 use 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.