Changeset 1f45a0f


Ignore:
Timestamp:
09/07/2023 10:30:13 PM (8 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5d0f39ee
Parents:
2ce4b4f
Message:

Update to libportal-0.7

A lot of things changed here:

  • Add the test suite, and note it's new dependencies (dbusmock and pytest)
  • Demote Qt5 to optional since nothing that's in the book currently uses it
  • Remove the command explanation for setting the portals that are built, since those are now autodetected
  • Removed periods from the end of short descriptions to match style with other pages
  • Specified what each dependency is intended for (gi-docgen for docs, dbusmock/pytest for tests, qt5 for qt5 portals)
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    r2ce4b4f r1f45a0f  
    77  <!ENTITY libportal-download-http "https://github.com/flatpak/libportal/releases/download/&libportal-version;/libportal-&libportal-version;.tar.xz">
    88  <!ENTITY libportal-download-ftp  " ">
    9   <!ENTITY libportal-md5sum        "e16c8ca2621aff64774a1d2ad6a2a346">
    10   <!ENTITY libportal-size          "64 KB">
    11   <!ENTITY libportal-buildsize     "2.9 MB">
    12   <!ENTITY libportal-time          "0.1 SBU">
     9  <!ENTITY libportal-md5sum        "dd584734cdd9732bbaae5aa3054ed35b">
     10  <!ENTITY libportal-size          "76 KB">
     11  <!ENTITY libportal-buildsize     "3.2 MB (with tests)">
     12  <!ENTITY libportal-time          "0.1 SBU (add 0.3 SBU for tests)">
    1313]>
    1414
     
    7676    <bridgehead renderas="sect4">Recommended</bridgehead>
    7777    <para role="recommended">
    78       <xref linkend="gtk3"/>,
    79       <xref linkend="gtk4"/>, and
    80       &qt5-deps;
     78      <xref linkend="gtk3"/> and
     79      <xref linkend="gtk4"/>
    8180    </para>
    8281
    8382    <bridgehead renderas="sect4">Optional</bridgehead>
    8483    <para role="optional">
    85       <xref linkend="gi-docgen"/> and
     84      <xref linkend="gi-docgen"/> (for documentation),
     85      <xref linkend="python-dbusmock"/> and
     86      <xref linkend="pytest"/> (for testing),
     87      &qt5-deps; (for the Qt5 version of libportal), and
    8688      <xref linkend="vala"/>
    8789    </para>
     
    126128
    127129    <para>
    128       This package does not come with a test suite.
     130      To test the results, issue: <command>ninja test</command>. Note that
     131      additional <filename>dbus-daemon</filename> processes may need to be
     132      killed after the tests are run.
    129133    </para>
    130134
     
    147151    </para>
    148152
     153<!-- These options are now automatically detected, so it doesn't make sense to
     154     explicitly set which ones are used (as of version 0.7)
    149155    <para>
    150156      <option>-Dbackends=gtk3,gtk4,qt5</option>: This switch allows you to set
     
    153159      gtk-4 or gtk-3. The default is to build all three backends.
    154160    </para>
     161-->
    155162
    156163  </sect2>
     
    202209          <para>
    203210            provides GTK+-3 specific functions for interacting with Flatpak
    204             portals.
     211            portals
    205212          </para>
    206213          <indexterm zone="libportal libportal-gtk3">
     
    215222          <para>
    216223            provides GTK-4 specific functions for interacting with Flatpak
    217             portals.
     224            portals
    218225          </para>
    219226          <indexterm zone="libportal libportal-gtk4">
     
    228235          <para>
    229236            provides Qt5 specific functions for interacting with Flatpak
    230             portals.
     237            portals
    231238          </para>
    232239          <indexterm zone="libportal libportal-qt5">
  • introduction/welcome/changelog.xml

    r2ce4b4f r1f45a0f  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[renodr] - Update to libportal-0.7. Fixes
     46          <ulink url="&blfs-ticket-root;18510">#18510</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[renodr] - Update to mesa-23.1.7. Fixes
    46           <ulink url="&blfs-ticket-root;18510">#18510</ulink>.</para>
     50          <ulink url="&blfs-ticket-root;18512">#18512</ulink>.</para>
    4751        </listitem>
    4852        <listitem>
  • packages.ent

    r2ce4b4f r1f45a0f  
    146146<!ENTITY libmbim-version              "1.26.4">
    147147<!ENTITY libpaper-version             "2.1.1">
    148 <!ENTITY libportal-version            "0.6">
     148<!ENTITY libportal-version            "0.7">
    149149<!ENTITY libptytty-version            "2.0">
    150150<!ENTITY libqalculate-version         "4.8.0">
Note: See TracChangeset for help on using the changeset viewer.