Date: Sun, 6 Oct 2019 10:14:21 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53467 - in head/en_US.ISO8859-1/books/porters-handbook: special uses Message-ID: <201910061014.x96AEL9F059160@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bcr Date: Sun Oct 6 10:14:21 2019 New Revision: 53467 URL: https://svnweb.freebsd.org/changeset/doc/53467 Log: 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 Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sat Oct 5 17:40:07 2019 (r53466) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Sun Oct 6 10:14:21 2019 (r53467) @@ -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> Modified: head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sat Oct 5 17:40:07 2019 (r53466) +++ head/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml Sun Oct 6 10:14:21 2019 (r53467) @@ -3427,13 +3427,13 @@ BROKEN_SSL_REASON_libressl= needs features only availa <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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910061014.x96AEL9F059160>