pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Note building KDE4 applications.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6780545e9d19
branches:  trunk
changeset: 356961:6780545e9d19
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Mon Jan 09 05:03:19 2017 +0000

description:
Note building KDE4 applications.
Stop the NetBSD keyword substitution by introducing a space.
Add a note to highlight the artificial space added to example.

diffstat:

 doc/guide/files/creating.xml |  13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r dd54946bb32e -r 6780545e9d19 doc/guide/files/creating.xml
--- a/doc/guide/files/creating.xml      Mon Jan 09 04:58:26 2017 +0000
+++ b/doc/guide/files/creating.xml      Mon Jan 09 05:03:19 2017 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.21 2016/06/30 18:03:46 wiz Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.22 2017/01/09 05:03:19 sevan Exp $ -->
 
 <chapter id="creating">
 <title>Creating a new pkgsrc package from scratch</title>
@@ -122,11 +122,12 @@
 </sect2>
 
 <sect2 id="creating.kde-app">
-<title>KDE3 applications</title>
+<title>KDE3 & KDE4 applications</title>
 
 <para>KDE3 applications should always include
 <filename>meta-pkgs/kde3/kde3.mk</filename>, which contains numerous
-settings that are typical of KDE3 packages.</para>
+settings that are typical of KDE3 packages and KDE4 applications should
+always include <filename>meta-pkgs/kde4/kde4.mk</filename>, respectively.</para>
 
 </sect2>
 
@@ -231,7 +232,7 @@
 <filename>Makefile</filename> looked like that:</para>
 
 <programlisting>
-# &#36;NetBSD&#36;
+# &#36;NetBSD &#36;
 #
 
 DISTNAME=       nvu-1.0-sources
@@ -248,6 +249,10 @@
 .include "../../mk/bsd.pkg.mk"
 </programlisting>
 
+<para>On the first line of output above, an artificial space has been added betweeen NetBSD and $,
+this is a workaround to prevent CVS expanding to the filename of the
+guide.</para>
+
 <para>Then, I quit the editor and watched pkgsrc downloading a large
 source archive:</para>
 



Home | Main Index | Thread Index | Old Index