You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
847 B
30 lines
847 B
7 years ago
|
#!/bin/bash
|
||
|
|
||
6 years ago
|
. ./internals/_build_set_common.sh
|
||
7 years ago
|
|
||
|
#----------------------------
|
||
|
set_log_start
|
||
|
|
||
|
build_module "applications/k3b"
|
||
|
build_module "applications/k3b-i18n"
|
||
|
build_module "applications/k9copy"
|
||
|
build_module "applications/kaffeine"
|
||
|
build_module "applications/kaffeine-mozilla"
|
||
|
build_module "applications/kasablanca"
|
||
|
build_module "applications/katapult"
|
||
|
build_module "applications/kbarcode"
|
||
|
build_module "applications/kbfx"
|
||
|
build_module "applications/kbibtex"
|
||
|
build_module "applications/kbiff"
|
||
|
build_module "applications/kbookreader"
|
||
|
build_module "applications/kchmviewer"
|
||
|
build_module "applications/kcmautostart"
|
||
|
# LDAP packages
|
||
|
build_module "libraries/libtdeldap"
|
||
|
build_module "applications/kcmldap"
|
||
|
build_module "applications/kcmldapcontroller"
|
||
|
build_module "applications/kcmldapmanager"
|
||
|
build_module "applications/kerberostray"
|
||
|
|
||
|
set_log_end
|