mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Add kirigami-addons-1.0.1
This commit is contained in:
parent
5b14f5bc82
commit
3c9ec7c579
@ -78,6 +78,7 @@
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-c.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="json-glib.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keyutils.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kirigami-addons.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libaio.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libarchive.xml"/>
|
||||
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libassuan.xml"/>
|
||||
|
@ -4,28 +4,28 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY qcoro-download-http "https://github.com/danvratil/qcoro/archive/v&qcoro-version;/qcoro-&qcoro-version;.tar.gz">
|
||||
<!ENTITY qcoro-download-ftp " ">
|
||||
<!ENTITY qcoro-md5sum "2af4e86cd77493cd41ba5ffcac33d5f4">
|
||||
<!ENTITY qcoro-size "148 KB">
|
||||
<!ENTITY qcoro-buildsize "8.4 MB (Add 19 MB for tests)">
|
||||
<!ENTITY qcoro-time "0.4 SBU (Add 0.5 SBU for tests)">
|
||||
<!ENTITY kirigami-addons-download-http "https://download.kde.org/stable/kirigami-addons/kirigami-addons-&kirigami-addons-version;.tar.xz">
|
||||
<!ENTITY kirigami-addons-download-ftp " ">
|
||||
<!ENTITY kirigami-addons-md5sum "8bce85da208a7accaffad794d6b69c04">
|
||||
<!ENTITY kirigami-addons-size "1.0 MB">
|
||||
<!ENTITY kirigami-addons-buildsize "31 MB">
|
||||
<!ENTITY kirigami-addons-time "0.4 SBU (Using parallelism=4">
|
||||
]>
|
||||
|
||||
<sect1 id="qcoro" xreflabel="qcoro-&qcoro-version;">
|
||||
<?dbhtml filename="qcoro.html"?>
|
||||
<sect1 id="kirigami-addons" xreflabel="kirigami-addons-&kirigami-addons-version;">
|
||||
<?dbhtml filename="kirigami-addons.html"?>
|
||||
|
||||
<title>qcoro-&qcoro-version;</title>
|
||||
<title>kirigami-addons-&kirigami-addons-version;</title>
|
||||
|
||||
<indexterm zone="qcoro">
|
||||
<primary sortas="b-qcoro">qcoro</primary>
|
||||
<indexterm zone="kirigami-addons">
|
||||
<primary sortas="g-kirigami-addons">kirigami-addons</primary>
|
||||
</indexterm>
|
||||
|
||||
<sect2 role="package">
|
||||
<title>Introduction to qcoro</title>
|
||||
<title>Introduction to kirigami-addons</title>
|
||||
|
||||
<para>
|
||||
This package provides a set of tools to make use of C++20 coroutines with Qt.
|
||||
This package provies add-on qml files for the Kirigami framework.
|
||||
</para>
|
||||
|
||||
&lfs121_checked;
|
||||
@ -34,71 +34,71 @@
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<para>
|
||||
Download (HTTP): <ulink url="&qcoro-download-http;"/>
|
||||
Download (HTTP): <ulink url="&kirigami-addons-download-http;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download (FTP): <ulink url="&qcoro-download-ftp;"/>
|
||||
Download (FTP): <ulink url="&kirigami-addons-download-ftp;"/>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download MD5 sum: &qcoro-md5sum;
|
||||
Download MD5 sum: &kirigami-addons-md5sum;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Download size: &qcoro-size;
|
||||
Download size: &kirigami-addons-size;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated disk space required: &qcoro-buildsize;
|
||||
Estimated disk space required: &kirigami-addons-buildsize;
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Estimated build time: &qcoro-time;
|
||||
Estimated build time: &kirigami-addons-time;
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
<bridgehead renderas="sect3">qcoro Dependencies</bridgehead>
|
||||
<bridgehead renderas="sect3">kirigami-addons Dependencies</bridgehead>
|
||||
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="qt6"/>
|
||||
<xref linkend="kf6"/>
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Recommended</bridgehead>
|
||||
<para role="recommended">
|
||||
<xref linkend="vulkan-loader"/>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="installation">
|
||||
<title>Installation of qcoro</title>
|
||||
<title>Installation of kirigami-addons</title>
|
||||
|
||||
<para>
|
||||
Install <application>qcoro</application> by running the following
|
||||
Install <application>kirigami-addons</application> by running the following
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build &&
|
||||
|
||||
cmake -D CMAKE_INSTALL_PREFIX=$QT6DIR \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_TESTING=OFF \
|
||||
-D QCORO_BUILD_EXAMPLES=OFF \
|
||||
-D BUILD_SHARED_LIBS=ON \
|
||||
.. &&
|
||||
cmake -D CMAKE__INSTALL_PREFIX=$KF6_PREFIX \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D BUILD_TESTING=OFF \
|
||||
.. &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test this package, remove the 'BUILD_TESTING=OFF' parameter
|
||||
above and run:
|
||||
This packages does not come with a test suite.
|
||||
</para>
|
||||
|
||||
<screen><userinput>make test</userinput></screen>
|
||||
|
||||
<para>
|
||||
Now, as the &root; user:
|
||||
</para>
|
||||
@ -106,7 +106,7 @@ make</userinput></screen>
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<!-- We don't need to repeat this for every package
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
@ -116,7 +116,7 @@ make</userinput></screen>
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
-->
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
@ -126,67 +126,15 @@ make</userinput></screen>
|
||||
<segtitle>Installed Directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>None</seg>
|
||||
<seg>None</seg>
|
||||
<seg>
|
||||
libQCoro6Core.so,
|
||||
libQCoro6DBus.so,
|
||||
libQCoro6Network.so,
|
||||
libQCoro6Qml.so,
|
||||
libQCoro6Quick.so, and
|
||||
libQCoro6WebSockets.so
|
||||
</seg>
|
||||
<seg>
|
||||
Nine direcories in $QT6DIR/lib/cmake/ and
|
||||
$QT6DIR/include/qcoro6
|
||||
$KF6_PREFIX/lib/qml/org/kde/kirigamiaddons and
|
||||
$KF6_PREFIX/lib/cmake/KF6KirigamiAddons
|
||||
</seg>
|
||||
</seglistitem>
|
||||
</segmentedlist>
|
||||
<!--
|
||||
<variablelist>
|
||||
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<varlistentry id="mozcerts">
|
||||
<term><command>mozcerts-qt6</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a command line tool for converting certdata.txt into
|
||||
outfile.pem files
|
||||
</para>
|
||||
<indexterm zone="qcoro mozcerts">
|
||||
<primary sortas="b-mozcerts">mozcerts-qt6</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="qcorotool">
|
||||
<term><command>qcorotool-qt6</command></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a command line tool for performing various cryptographic
|
||||
operations with qcoro
|
||||
</para>
|
||||
<indexterm zone="qcoro qcorotool">
|
||||
<primary sortas="b-qcorotool">qcorotool-qt6</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="libqcoro">
|
||||
<term><filename class="libraryfile">libqcoro-qt6.so</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is the Qt Cryptography Architecture (qcoro) library
|
||||
</para>
|
||||
<indexterm zone="qcoro libqcoro">
|
||||
<primary sortas="c-libqcoro">libqcoro-qt6.so</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
-->
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
@ -42,6 +42,10 @@
|
||||
<listitem>
|
||||
<para>March 16th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add kirigami-addons-1.0.1 in supoprt of
|
||||
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add qcoro-0.10.0 in supoprt of
|
||||
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
|
||||
|
@ -102,7 +102,7 @@
|
||||
<xref linkend="ModemManager"/> (needed to build ModemManager-Qt),
|
||||
<!-- <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt),-->
|
||||
<xref linkend="polkit-qt"/> (Authentication backend for KAuth), and
|
||||
<xref linkend="vulkan-loader"/> (Add support for Vulkan graphis drivers)
|
||||
<xref linkend="vulkan-loader"/> (Add support for Vulkan graphics drivers)
|
||||
</para>
|
||||
|
||||
<para role="recommended">
|
||||
|
@ -122,6 +122,7 @@
|
||||
<!ENTITY json-c-version "0.17">
|
||||
<!ENTITY json-glib-version "1.8.0">
|
||||
<!ENTITY keyutils-version "1.6.3">
|
||||
<!ENTITY kirigami-addons-version "1.0.1">
|
||||
<!ENTITY libaio-version "0.3.113">
|
||||
<!ENTITY libarchive-version "3.7.2">
|
||||
<!ENTITY libassuan-version "2.5.7">
|
||||
|
@ -280,7 +280,7 @@ xmlcatalog --noout --add "delegateURI" \
|
||||
<term><filename>db4-entities.pl</filename></term>
|
||||
<listitem>
|
||||
<para>
|
||||
is a script to convert DocBook 4.x filed to DocBook 5.1
|
||||
is a script to convert DocBook 4.x files to DocBook 5.1
|
||||
</para>
|
||||
<indexterm zone="docbook51 db4-entries-pl">
|
||||
<primary sortas="b-db4-entries-pl">db4-entities.pl</primary>
|
||||
|
Loading…
Reference in New Issue
Block a user