--- special/chapter.xml (révision 49771) +++ special/chapter.xml (copie de travail) @@ -2854,6 +2854,65 @@ + + Using LXQt + + If the application depends on LXQt, set + USES+= lxqt and USE_LXQT + to the list of required components. The most commonly + used are listed below (also documented at the top of + /usr/ports/Mk/Uses/lxqt.mk): + + + Available LXQt Components + + + + + Name + Description + + + + + + buildtools + Helpers additional CMake modules + + + + libfmqt + Libfm Qt bindings + + + + lxqt + LXQt core library + + + + qtxdg + Qt implementation of freedesktop.org + XDG specifications + + + +
+ + + <literal>USE_LXQT</literal> Example + + This is a simple example, + USE_LXQT brings dependency on + LXQt libraries. Required LXQt components and + other dependencies can be determined through + configure log. + USES= cmake:outsource lxqt tar:xz +USE_QT5= buildtools_build qmake_build core dbus widgets +USE_LXQT= buildtools libfmqt + +
+ Using Java --- uses/chapter.xml (révision 49771) +++ uses/chapter.xml (copie de travail) @@ -1404,6 +1404,15 @@ 52+). + + <literal>lxqt</literal> + + Possible arguments: (none) + + Provides an easy way to depend on LXQt components. + See for more information. + + <literal>makeinfo</literal>