Changeset 498c00c for x/lib


Ignore:
Timestamp:
11/13/2023 07:06:27 AM (6 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
a0f16e7
Parents:
aa8180f
Message:

Update to appstream-1.0.0 (again)

Fix up libadwaita to build with it. Update the command explanation to
allow building it with Qt-5. Also fix the errors detected in
org.linuxfromscratch.lfs.xml reported by "appstreamcli validate".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/libadwaita.xml

    raa8180f r498c00c  
    9292
    9393    <para>
     94      Adapt some AppStream API usage for AppStream-1.0.0 or later:
     95    </para>
     96
     97<screen><userinput>sed -e "/releases =/s/=.*/ =                             \
     98        as_release_list_get_entries                      \
     99        (as_component_get_releases_plain (component));/" \
     100    -e "/ developer_name =/s/=.*/ =                      \
     101        as_developer_get_name                            \
     102        (as_component_get_developer (component));/"      \
     103    -i src/adw-about-window.c</userinput></screen>
     104
     105
     106    <para>
    94107      Install <application>libadwaita</application> by running the following
    95108      commands:
     
    113126    <para>
    114127      To test the results, issue: <command>ninja test</command>.
    115       The tests must be run from a graphical session.
     128      The tests must be run from a graphical session.  One test named
     129      <quote>Validate appstream file</quote> is known to fail because the
     130      test input contains constructs deprecated by AppStream-1.0.0 or
     131      later.
    116132    </para>
    117133
Note: See TracChangeset for help on using the changeset viewer.