FreeBSD Bugzilla – Attachment 178374 Details for
Bug 215650
[porters-handbook] Add section about LXQt components
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add support of LXQt
porters-handbook.diff (text/plain), 2.52 KB, created by
Olivier Duchateau
on 2016-12-29 13:34:24 UTC
(
hide
)
Description:
Add support of LXQt
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2016-12-29 13:34:24 UTC
Size:
2.52 KB
patch
obsolete
>Index: special/chapter.xml >=================================================================== >--- special/chapter.xml (révision 49771) >+++ special/chapter.xml (copie de travail) >@@ -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 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 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> brings dependency on >+ LXQt libraries. Required LXQt components and >+ other dependencies can be determined through >+ 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> > >Index: uses/chapter.xml >=================================================================== >--- uses/chapter.xml (révision 49771) >+++ uses/chapter.xml (copie de travail) >@@ -1404,6 +1404,15 @@ > <literal>52+</literal>).</para> > </sect1> > >+ <sect1 xml:id="uses-lxqt"> >+ <title><literal>lxqt</literal></title> >+ >+ <para>Possible arguments: (none)</para> >+ >+ <para>Provides an easy way to depend on LXQt components. >+ See <xref linkend="using-lxqt"/> for more information.</para> >+ </sect1> >+ > <sect1 xml:id="uses-makeinfo"> > <title><literal>makeinfo</literal></title> >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215650
: 178374