Page MenuHomeFreeBSD

D9039.id24036.diff
No OneTemporary

D9039.id24036.diff

Index: en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
@@ -2854,6 +2854,65 @@
</sect2>
</sect1>
+ <sect1 xml:id="using-lxqt">
+ <title>Using LXQt</title>
+
+ <para>If the application depends on LXQt, set
+ <literal>USES+= lxqt</literal> and <varname>USE_LXQT</varname>
+ to the list of required components. The most commonly
+ used components are listed below (also documented at the top of
+ <filename>/usr/ports/Mk/Uses/lxqt.mk</filename>):</para>
+
+ <table frame="none" xml:id="using-lxqt-components">
+ <title>Available LXQt Components</title>
+
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Name</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+
+ <tbody>
+ <row>
+ <entry><literal>buildtools</literal></entry>
+ <entry>Helpers for additional CMake modules</entry>
+ </row>
+
+ <row>
+ <entry><literal>libfmqt</literal></entry>
+ <entry>Libfm Qt bindings</entry>
+ </row>
+
+ <row>
+ <entry><literal>lxqt</literal></entry>
+ <entry>LXQt core library</entry>
+ </row>
+
+ <row>
+ <entry><literal>qtxdg</literal></entry>
+ <entry>Qt implementation of freedesktop.org
+ XDG specifications</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+
+ <example xml:id="lxqt-components-example">
+ <title><literal>USE_LXQT</literal> Example</title>
+
+ <para>This is a simple example,
+ <literal>USE_LXQT</literal> adds a dependency on
+ LXQt libraries. Required LXQt components and
+ other dependencies can be determined from the
+ configure log.</para>
+ <programlisting>USES= cmake:outsource lxqt tar:xz
+USE_QT5= buildtools_build qmake_build core dbus widgets
+USE_LXQT= buildtools libfmqt</programlisting>
+ </example>
+ </sect1>
+
<sect1 xml:id="using-java">
<title>Using Java</title>

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 24, 9:26 PM (5 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26075831
Default Alt Text
D9039.id24036.diff (2 KB)

Event Timeline