Changeset c542f64b for general


Ignore:
Timestamp:
09/07/2024 01:40:28 AM (13 days ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
9719c7cb
Parents:
a44cbc50
Message:

Update to libportal-0.8.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    ra44cbc50 rc542f64b  
    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        "f94be41e8495ae7d6aaed046481daa61">
    10   <!ENTITY libportal-size          "76 KB">
    11   <!ENTITY libportal-buildsize     "3.0 MB (with tests)">
    12   <!ENTITY libportal-time          "0.1 SBU (add 0.3 SBU for tests)">
     9  <!ENTITY libportal-md5sum        "3226036adea29ce152d9ca0be5ab0486">
     10  <!ENTITY libportal-size          "104 KB">
     11  <!ENTITY libportal-buildsize     "4.5 MB (with tests)">
     12  <!ENTITY libportal-time          "0.1 SBU (add 0.4 SBU for tests)">
    1313]>
    1414
     
    106106      <xref linkend="gi-docgen"/> (for documentation),
    107107      <xref linkend="python-dbusmock"/> and
    108       <xref linkend="pytest"/> (for testing), and
     108      <xref linkend="pytest"/> (for testing),
     109      <xref linkend="qt6"/>, and
    109110      <xref linkend="vala"/>
    110111    </para>
     
    128129    </warning>
    129130
     131<!--
    130132    <para>
    131133      If running the test suite, apply a patch to fix several test
     
    134136
    135137    <screen><userinput>patch -Np1 -i ../libportal-&libportal-version;-testsuite_fix-1.patch</userinput></screen>
     138-->
    136139
    137140    <para>
     
    194197        <seg>
    195198          libportal.so,
    196           libportal-gtk3.so, and
    197           libportal-gtk4.so
     199          libportal-gtk3.so,
     200          libportal-gtk4.so, and
     201          libportal-qt6.so
    198202        </seg>
    199203        <seg>
     
    247251      </varlistentry>
    248252
     253      <varlistentry id="libportal-qt6">
     254        <term><filename class="libraryfile">libportal-qt6.so</filename></term>
     255        <listitem>
     256          <para>
     257            provides Qt6-specific functions for interacting with Flatpack
     258            portals
     259          </para>
     260          <indexterm zone="libportal libportal-qt6">
     261            <primary sortas="c-libportal-qt6">libportal-qt6.so</primary>
     262          </indexterm>
     263        </listitem>
     264      </varlistentry>
    249265    </variablelist>
    250266  </sect2>
Note: See TracChangeset for help on using the changeset viewer.