summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/05_apps_system.sh
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-08-21 15:11:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-08-21 15:11:12 +0900
commitb3af4903caf9c6453ffcdeb7ef3719fbcfa06d55 (patch)
tree26509e717462957c69df32ad60634d4b91baf9c9 /debian/_buildscripts/local/05_apps_system.sh
parent54e69d536c992645ae2fd19dbb2e1c85034298c7 (diff)
downloadtde-packaging-b3af4903caf9c6453ffcdeb7ef3719fbcfa06d55.tar.gz
tde-packaging-b3af4903caf9c6453ffcdeb7ef3719fbcfa06d55.zip
DEB build scripts: updated to new layout after application folder rearrangement.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/05_apps_system.sh')
-rwxr-xr-xdebian/_buildscripts/local/05_apps_system.sh28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/_buildscripts/local/05_apps_system.sh b/debian/_buildscripts/local/05_apps_system.sh
new file mode 100755
index 000000000..fa3d861a6
--- /dev/null
+++ b/debian/_buildscripts/local/05_apps_system.sh
@@ -0,0 +1,28 @@
+#!/bin/bash
+
+. ./internals/_build_set_common.sh
+
+#----------------------------
+set_log_start
+
+build_module "applications/system/dolphin"
+build_module "applications/system/katapult"
+build_module "applications/system/kbfx"
+build_module "applications/system/kcmautostart"
+build_module "applications/system/kdbusnotification"
+build_module "applications/system/klamav"
+build_module "applications/system/knemo"
+build_module "applications/system/knetload"
+build_module "applications/system/knetstats"
+build_module "applications/system/kooldock"
+build_module "applications/system/krusader"
+build_module "applications/system/kshutdown"
+build_module "applications/system/ksystemlog"
+build_module "applications/system/kvkbd"
+build_module "applications/system/smartcardauth"
+build_module "applications/system/tastymenu"
+build_module "applications/system/tdedocker"
+build_module "applications/system/tdepowersave"
+build_module "applications/system/yakuake"
+
+set_log_end