With the commit of XFCE 4.14 the USES=xfce options changed.
Now the default is gtk3, and the option becomes gtk2. Patch submitted by: madpilot@ Approved by: bcr@ Differential Revision: https://reviews.freebsd.org/D21723
This commit is contained in:
parent
f0ac1ac019
commit
bc7a4a7a24
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53467
2 changed files with 7 additions and 7 deletions
|
@ -6626,15 +6626,15 @@ post-patch:
|
|||
USE_XFCE= libmenu</programlisting>
|
||||
</example>
|
||||
|
||||
<example xml:id="use-xfce-gtk3">
|
||||
<title>Using Xfce's Own GTK3 Widgets</title>
|
||||
<example xml:id="use-xfce-gtk2">
|
||||
<title>Using Xfce's Own GTK2 Widgets</title>
|
||||
|
||||
<para>In this example, the ported application uses the
|
||||
<application>GTK3</application>-specific widgets <package
|
||||
<application>GTK2</application>-specific widgets <package
|
||||
role="port">x11/libxfce4menu</package> and <package
|
||||
role="port">x11/xfce4-conf</package>.</para>
|
||||
|
||||
<programlisting>USES= xfce:gtk3
|
||||
<programlisting>USES= xfce:gtk2
|
||||
USE_XFCE= libmenu xfconf</programlisting>
|
||||
</example>
|
||||
|
||||
|
|
|
@ -3427,13 +3427,13 @@ BROKEN_SSL_REASON_libressl= needs features only available in OpenSSL</programlis
|
|||
<sect1 xml:id="uses-xfce">
|
||||
<title><literal>xfce</literal></title>
|
||||
|
||||
<para>Possible arguments: (none), <literal>gtk3</literal></para>
|
||||
<para>Possible arguments: (none), <literal>gtk2</literal></para>
|
||||
|
||||
<para>Provide support for <application>Xfce</application> related
|
||||
ports. See <xref linkend="using-xfce"/> for details.</para>
|
||||
|
||||
<para>The <literal>gtk3</literal> argument specifies that the port
|
||||
requires <application>GTK3</application> support. It adds
|
||||
<para>The <literal>gtk2</literal> argument specifies that the port
|
||||
requires <application>GTK2</application> support. It adds
|
||||
additional features provided by some core components, for
|
||||
example, <package role="port">x11/libxfce4menu</package> and
|
||||
<package role="port">x11-wm/xfce4-panel</package>.</para>
|
||||
|
|
Loading…
Reference in a new issue