Changeset 7669ff25 for general


Ignore:
Timestamp:
02/15/2024 04:20:27 AM (4 months ago)
Author:
Rahul Chandra <rahul@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
3fc12e0
Parents:
5b631464
Message:

Update to power-profiles-daemon-0.20

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/power-profiles-daemon.xml

    r5b631464 r7669ff25  
    1111  <!ENTITY power-profiles-daemon-download-http "https://gitlab.freedesktop.org/upower/power-profiles-daemon/-/archive/&power-profiles-daemon-version;/power-profiles-daemon-&power-profiles-daemon-version;.tar.gz">
    1212  <!ENTITY power-profiles-daemon-download-ftp  " ">
    13   <!ENTITY power-profiles-daemon-md5sum        "8e20c44225a1d9982f24c65049386df0">
    14   <!ENTITY power-profiles-daemon-size          "56 KB">
    15   <!ENTITY power-profiles-daemon-buildsize     "1.2 MB">
     13  <!ENTITY power-profiles-daemon-md5sum        "92df21de1148ef6e7c30e4a0829e02b1">
     14  <!ENTITY power-profiles-daemon-size          "68 KB">
     15  <!ENTITY power-profiles-daemon-buildsize     "1.4 MB">
    1616  <!ENTITY power-profiles-daemon-time          "less than 0.1 SBU (with tests)">
    1717]>
     
    129129      --buildtype=release       \
    130130      -Dgtk_doc=false           \
     131      -Dtests=false             \
    131132      -Dsystemdsystemunitdir=no \
    132133      .. &amp;&amp;
     
    141142      --buildtype=release \
    142143      -Dgtk_doc=false     \
     144      -Dtests=false       \
    143145      .. &amp;&amp;
    144146ninja</userinput></screen>
     
    146148    <para>
    147149      If you have installed the external dependencies, to test the results issue: <command>
    148       meson setup --reconfigure -Dtests=true &amp;&amp; ninja test</command>.
     150      ninja test</command>.
    149151    </para>
    150152
     
    163165      documentation. Remove this if you have <application>GTK-Doc</application>
    164166      installed and wish to build the documentation.
     167    </para>
     168
     169    <para>
     170      <parameter>-Dtests=false</parameter>: Prevents building the
     171      tests because they cannot be run within the boundries of
     172      BLFS.  Remove this if you have installed the external dependencies
     173      and wish to run the tests.
    165174    </para>
    166175
Note: See TracChangeset for help on using the changeset viewer.