[sdk/kdesrc-build/docbook_historied_per_file] doc/kdesrc-buildrc: Adds ignore-kde-structure as an option

Àlex Fiestas null at kde.org
Fri May 10 10:15:58 BST 2024


Git commit 0639f9dba432c7c18f6e0641c4290f63e4d04261 by Àlex Fiestas.
Committed on 23/12/2013 at 15:37.
Pushed by ashark into branch 'docbook_historied_per_file'.

Adds ignore-kde-structure as an option

Adds ignore-kde-structure option which will fetch and compile all
projects in the same dir, meaning that instead of:

extragear/network/kde-telepathy/ktp-text-ui
it would be just
ktp-text-ui

Original commit: 34407904
https://invent.kde.org/sdk/kdesrc-build/-/commit/3440790441d0aa649657ddb5cfc46fe422187857

M  +15   -0    doc/kdesrc-buildrc/conf-options-table.docbook

https://invent.kde.org/sdk/kdesrc-build/-/commit/0639f9dba432c7c18f6e0641c4290f63e4d04261

diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook
index 1b9a7701..867208b1 100644
--- a/doc/kdesrc-buildrc/conf-options-table.docbook
+++ b/doc/kdesrc-buildrc/conf-options-table.docbook
@@ -486,6 +486,21 @@ on also use that proxy server, if possible, by setting the
 </entry>
 </row>
 
+<row id="ignore-kde-structure">
+<entry>ignore-kde-structure</entry>
+<entry>Module setting overrides global</entry>
+<entry><para>This option is used to store the source and the build files directly
+in the name of the module. Fir example:
+source/extragear/network/telepathy/ktp-text-ui
+becomes
+source/ktp-text-ui.
+This option is disabled by default, if you want to enable this you need to set this
+option to <userinput>true</userinput></para>
+
+<para>This option was introduced with &kdesrc-build; 1.16.</para>
+</entry>
+</row>
+
 <row id="conf-ignore-modules">
 <entry>ignore-modules</entry>
 <entry>Can't be overridden</entry>



More information about the kde-doc-english mailing list