summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2018-04-16 10:24:07 +0200
committer Eric Hameleers <alien@slackware.com>2018-04-16 10:24:07 +0200
commitb3d8cb46666314d02f5ba2bf913c925b7b0fe335 (patch)
treef70e1e695b16b51667205552aef08acded9d0a12 /kde
parentc7d32dfd68b2bf15cddc2496c369368a52a9c440 (diff)
downloadktown-b3d8cb46666314d02f5ba2bf913c925b7b0fe335.tar.gz
ktown-b3d8cb46666314d02f5ba2bf913c925b7b0fe335.tar.xz
Renamed the toplevel script and options file KDE -> kde
To stay in line with the modifications in Slackware to these scripts.
Diffstat (limited to 'kde')
-rwxr-xr-xkde/kde.SlackBuild (renamed from kde/KDE.SlackBuild)10
-rw-r--r--kde/kde.options (renamed from kde/KDE.options)0
2 files changed, 5 insertions, 5 deletions
diff --git a/kde/KDE.SlackBuild b/kde/kde.SlackBuild
index 5401811..eb2e9ac 100755
--- a/kde/KDE.SlackBuild
+++ b/kde/kde.SlackBuild
@@ -22,15 +22,15 @@
# Adapted by Eric Hameleers <alien@slackware.com> from the modular x.org build.
# To build only a single package group, specify it as $1, like:
-# ./KDE.SlackBuild frameworks
+# ./kde.SlackBuild frameworks
# To build only a single package, specify both the group name
# and the name of the package, like:
-# ./KDE.SlackBuild applications:dolphin
+# ./kde.SlackBuild applications:dolphin
# To build multiple packages in a module, separate the package names with comma:
-# ./KDE.SlackBuild plasma:powerdevil,bluedevil
+# ./kde.SlackBuild plasma:powerdevil,bluedevil
# To build a package *and* all the remaining packages following it
# in the modules file, end the package name with a comma:
-# ./KDE.SlackBuild plasma:breeze,kwin,
+# ./kde.SlackBuild plasma:breeze,kwin,
# ----------------------------------------------------------------------------
@@ -438,7 +438,7 @@ deterministic_build() {
# MAIN PART #
# Import the build configuration options for as far as they are not already set:
-[ -r ./KDE.options ] && . ./KDE.options
+[ -r ./kde.options ] && . ./kde.options
# This avoids compiling a version number into KDE's .la files:
QTDIR=/usr/lib${LIBDIRSUFFIX}/qt5 ; export QTDIR
diff --git a/kde/KDE.options b/kde/kde.options
index 1125561..1125561 100644
--- a/kde/KDE.options
+++ b/kde/kde.options