Add Maxim's blurb about using gnomedepends.py to determine what packages
your port may need.
This commit is contained in:
parent
8307312d3b
commit
37cf79b706
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=11821
1 changed files with 15 additions and 0 deletions
|
@ -69,6 +69,21 @@ WANT_GNOME= yes
|
||||||
Center, but does not use anything from GNOME Core. This option is
|
Center, but does not use anything from GNOME Core. This option is
|
||||||
usually used for backend APIs.</p></li>
|
usually used for backend APIs.</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>When building GNOME ports, remember that many applications
|
||||||
|
require shared directories in <tt>${PREFIX}/share/gnome</tt>. Ports
|
||||||
|
should be constructed in a way such that files placed in these
|
||||||
|
directories are removed before the package which created the
|
||||||
|
directories (i.e. the package that has an appropriate
|
||||||
|
<tt>@dirrm</tt> in its pkg-plist). For GNOME, the principle
|
||||||
|
parent port is <tt>gnomecore</tt>. If your port incudes
|
||||||
|
<tt>USE_GNOME= yes</tt> you should be fine. If you're
|
||||||
|
uncertain if you need to require any other packages, you can use
|
||||||
|
the script <tt>${PORTSDIR}/Tools/scripts/gnomedepends.py</tt>
|
||||||
|
to examine your port's pkg-plist.</p>
|
||||||
|
|
||||||
|
<p>To see a list of what packages your port will actually require,
|
||||||
|
use the command <tt>make package-depends</tt>.</p>
|
||||||
<!-- End GNOME-related Makefile macros -->
|
<!-- End GNOME-related Makefile macros -->
|
||||||
|
|
||||||
<!-- Begine GNOME I18N -->
|
<!-- Begine GNOME I18N -->
|
||||||
|
|
Loading…
Reference in a new issue