Changeset b266362e


Ignore:
Timestamp:
06/09/2022 08:22:32 AM (23 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.2, 11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
fb92cb85
Parents:
217e54c9
git-author:
Xi Ruoyao <xry111@…> (06/09/2022 08:14:57 AM)
git-committer:
Xi Ruoyao <xry111@…> (06/09/2022 08:22:32 AM)
Message:

upower: update to upower-v0.99.19 (#16644)

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    r217e54c9 rb266362e  
    77  <!ENTITY upower-download-http "https://gitlab.freedesktop.org/upower/upower/-/archive/v&upower-version;/upower-v&upower-version;.tar.bz2">
    88  <!ENTITY upower-download-ftp  " ">
    9   <!ENTITY upower-md5sum        "beb231806883952c31c44f81ac745b25">
     9  <!ENTITY upower-md5sum        "0f558bca80a495348a612b0d1544c6bd">
    1010  <!ENTITY upower-size          "140 KB">
    1111  <!ENTITY upower-buildsize     "4.9 MB (add 0.9 MB for tests)">
     
    128128
    129129<screen><userinput>sed '/parse_version/d' -i src/linux/integration-test.py</userinput></screen>
    130 
    131     <!--
    132       https://gitlab.freedesktop.org/upower/upower/-/merge_requests/142
    133       Please remove at next upower update.
    134     -->
    135     <para>
    136       Make the dependency on dbusmock optional:
    137     </para>
    138 
    139 <screen><userinput>sed '/unittest_inspector.*check:/s/true/false/' \
    140     -i src/meson.build</userinput></screen>
    141130
    142131    <para>
     
    175164    </para>
    176165
    177 <screen role="root"><userinput>ninja install</userinput></screen>
     166    <!-- On my system with LANG=zh_CN.UTF-8, one test attempted to compare
     167         Chinese error message with English references and failed.
     168         LC_ALL=C fixes the problem.  -->
     169<screen role="root"><userinput>LC_ALL=C ninja install</userinput></screen>
    178170
    179171  </sect2>
     
    181173  <sect2 role="commands">
    182174    <title>Command Explanations</title>
    183 
    184     <para>
    185       <command>sed 'subdir.*doc/d' ...</command>: Even when passing
    186       <parameter>-Dgtk-doc=false</parameter> and
    187       <parameter>-Dman=false</parameter>, the build still requires
    188       <application>GTK-Doc</application>. This command allows building
    189       without it installed. Remove this switch if you have
    190       <application>GTK-Doc</application> installed and you wish to build the
    191       documentation (you will also need to remove the next two parameters).
    192     </para>
    193175
    194176    <para>
  • introduction/welcome/changelog.xml

    r217e54c9 rb266362e  
    4444
    4545    <listitem>
     46      <para>June 9th, 2022</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[xry111] - Update to upower-v0.99.19.  Fixes
     50          <ulink url="&blfs-ticket-root;16644">#16644</ulink>.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4656      <para>June 7th, 2022</para>
    4757      <itemizedlist>
  • packages.ent

    r217e54c9 rb266362e  
    328328<!ENTITY unrar-version                "6.1.7">
    329329<!ENTITY unzip-version                "6.0">
    330 <!ENTITY upower-version               "0.99.18">
     330<!ENTITY upower-version               "0.99.19">
    331331<!ENTITY usbutils-version             "014">
    332332<!ENTITY weston-version               "1.12.0">
Note: See TracChangeset for help on using the changeset viewer.