[sdk/kdesrc-build] /: Documentation updates for new home page.
Michael Pyne
null at kde.org
Sat Jul 16 20:18:40 BST 2022
Git commit 6e022572d051e428eb17ff203efb89526fac09b6 by Michael Pyne.
Committed on 16/07/2022 at 19:05.
Pushed by mpyne into branch 'master'.
Documentation updates for new home page.
M +5 -3 README.md
M +2 -3 doc/build-docs
M +2 -2 doc/man-kdesrc-build-setup.1.docbook
M +2 -2 doc/man-kdesrc-build.1.docbook
M +1 -1 kdesrc-build
M +2 -2 kdesrc-build-setup
https://invent.kde.org/sdk/kdesrc-build/commit/6e022572d051e428eb17ff203efb89526fac09b6
diff --git a/README.md b/README.md
index 1a0b066d..32f4c08c 100644
--- a/README.md
+++ b/README.md
@@ -27,15 +27,17 @@ Continue on, to learn how to set it up.
1. Set up minimum dependencies
-- You must have at least [Perl](https://www.perl.org/get.html) version 5.14
+- You must have at least [Perl](https://www.perl.org/get.html) version 5.26
installed. Most distributions include at least a minimal Perl set up, and
Perl is also required for some portions of Qt and KDE software builds so it
is good to have regardless.
- You must have [Git](https://git-scm.com/) installed to download KDE sources
- and kdesrc-build itself. We recommend at least version 2.10.
+ and kdesrc-build itself. Any supported version should be fine but We
+ recommend at least version 2.26.
-- You must have [dialog](https://invisible-island.net/dialog/) installed to run kdesrc-build-setup.
+- If you wish to run the interactive setup script you must have [dialog](https://invisible-island.net/dialog/)
+ installed.
2. Install kdesrc-build:
diff --git a/doc/build-docs b/doc/build-docs
index bb5bca01..ce888cbf 100755
--- a/doc/build-docs
+++ b/doc/build-docs
@@ -1,8 +1,7 @@
#!/bin/sh
-# This is a very simple script to build the documentation used on the
-# kdesrc-build.kde.org website. The /common files themselves came from
-# kdelibs/doc/common IIRC
+# Builds a local copy of KDE Docbook-based documentation for testing
+# during development.
#
# By Michael Pyne <mpyne at kde.org>
#
diff --git a/doc/man-kdesrc-build-setup.1.docbook b/doc/man-kdesrc-build-setup.1.docbook
index 3c6caf36..da78e231 100644
--- a/doc/man-kdesrc-build-setup.1.docbook
+++ b/doc/man-kdesrc-build-setup.1.docbook
@@ -173,7 +173,7 @@ sure to search against the <command>kdesrc-build</command> product.</para>
<title>RESOURCES</title>
<para>Main web site: <ulink
-url="https://kdesrc-build.kde.org/">https://kdesrc-build.kde.org/</ulink></para>
+url="https://apps.kde.org/kdesrc_build/">https://apps.kde.org/kdesrc_build/</ulink></para>
<para>Documentation: <ulink
url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?application=kdesrc-build</ulink></para>
@@ -183,7 +183,7 @@ url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?appli
<refsect1>
<title>COPYING</title>
-<para>Copyright (C) 2011 Michael Pyne.</para>
+<para>Copyright (C) 2011, 2020-2022 Michael Pyne.</para>
<para>This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
diff --git a/doc/man-kdesrc-build.1.docbook b/doc/man-kdesrc-build.1.docbook
index 098755d1..1c958dfa 100644
--- a/doc/man-kdesrc-build.1.docbook
+++ b/doc/man-kdesrc-build.1.docbook
@@ -1314,7 +1314,7 @@ based on included recipes.</para>
<title>RESOURCES</title>
<para>Main web site: <ulink
-url="https://kdesrc-build.kde.org/">https://kdesrc-build.kde.org/</ulink></para>
+url="https://apps.kde.org/kdesrc_build/">https://apps.kde.org/kdesrc_build/</ulink></para>
<para>Documentation: <ulink
url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?application=kdesrc-build</ulink></para>
@@ -1326,7 +1326,7 @@ url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?appli
<refsect1>
<title>COPYING</title>
-<para>Copyright (C) 2003-2020 Michael Pyne.</para>
+<para>Copyright (C) 2003-2022 Michael Pyne.</para>
<para>This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
diff --git a/kdesrc-build b/kdesrc-build
index 150fcfde..5245c649 100755
--- a/kdesrc-build
+++ b/kdesrc-build
@@ -8,7 +8,7 @@
# Please also see the documentation that should be included with this program,
# in the doc/ directory.
#
-# Home page: https://kdesrc-build.kde.org/
+# Home page: https://apps.kde.org/kdesrc_build/
#
# Copyright © 2003 - 2022 Michael Pyne. <mpyne at kde.org>
# Copyright © 2018 - 2020 Johan Ouwerkerk <jm.ouwerkerk at gmail.com>
diff --git a/kdesrc-build-setup b/kdesrc-build-setup
index 7f5f1933..a8b82b8a 100755
--- a/kdesrc-build-setup
+++ b/kdesrc-build-setup
@@ -2,8 +2,8 @@
# Script to create a configuration file for kdesrc-build.
#
-# Copyright © 2011, 2020 Michael Pyne. <mpyne at kde.org>
-# Home page: https://kdesrc-build.kde.org/
+# Copyright © 2011, 2020-2022 Michael Pyne. <mpyne at kde.org>
+# Home page: https://apps.kde.org/kdesrc_build/
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
More information about the kde-doc-english
mailing list