Porter's Handbook: Update KDE and Qt sections
- Remove mention of KDE/Qt 4 - Update examples to use KDE/Qt 5 - Update USE_KDE, USE_QT component lists Approved by: mat, tcberner Differential Revision: https://reviews.freebsd.org/D19605
This commit is contained in:
parent
737069e4df
commit
d1d4e45427
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52873
2 changed files with 1258 additions and 166 deletions
File diff suppressed because it is too large
Load diff
|
@ -1227,18 +1227,14 @@ USE_GNOME= gnomemenus3:build intlhack</programlisting>
|
|||
<sect1 xml:id="uses-grantlee">
|
||||
<title><literal>grantlee</literal></title>
|
||||
|
||||
<para>Possible arguments: <literal>4</literal>,
|
||||
<literal>5</literal>, <literal>selfbuild</literal></para>
|
||||
<para>Possible arguments: <literal>5</literal>,
|
||||
<literal>selfbuild</literal></para>
|
||||
|
||||
<para>Handle dependency on <application>Grantlee</application>.
|
||||
Specify <literal>4</literal> to depend on the
|
||||
<application>Qt4</application> based version, <package
|
||||
role="port">devel/grantlee</package>. Specify
|
||||
<literal>5</literal> to depend on the
|
||||
Specify <literal>5</literal> to depend on the
|
||||
<application>Qt5</application> based version, <package
|
||||
role="port">devel/grantlee5</package>.
|
||||
<literal>selfbuild</literal> is used internally by <package
|
||||
role="port">devel/grantlee</package> and <package
|
||||
role="port">devel/grantlee5</package> to get their versions
|
||||
numbers.</para>
|
||||
</sect1>
|
||||
|
@ -1397,8 +1393,7 @@ GSSAPI_NONE_CONFIGURE_ON= --without-gssapi</programlisting>
|
|||
<sect1 xml:id="uses-kde">
|
||||
<title><literal>kde</literal></title>
|
||||
|
||||
<para>Possible arguments: <literal>4</literal>,
|
||||
<literal>5</literal></para>
|
||||
<para>Possible arguments: <literal>5</literal></para>
|
||||
|
||||
<para>Add dependency on <application>KDE</application> components.
|
||||
See <xref linkend="using-kde"/> for more information.</para>
|
||||
|
@ -2719,8 +2714,8 @@ USE_PYQT= core doc_build designer_run</programlisting>
|
|||
<sect1 xml:id="uses-qt">
|
||||
<title><literal>qt</literal></title>
|
||||
|
||||
<para>Possible arguments: <literal>4</literal>,
|
||||
<literal>5</literal>, <literal>no_env</literal></para>
|
||||
<para>Possible arguments: <literal>5</literal>,
|
||||
<literal>no_env</literal></para>
|
||||
|
||||
<para>Add dependency on <application>Qt</application> components.
|
||||
<literal>no_env</literal> is passed directly to
|
||||
|
|
Loading…
Reference in a new issue