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.
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
. ./internals/_build_set_common.sh
|
|
|
|
|
|
|
|
#----------------------------
|
|
|
|
set_log_start
|
|
|
|
|
|
|
|
build_module "applications/themes/gtk3-tqt-engine"
|
|
|
|
build_module "applications/themes/gtk-qt-engine"
|
|
|
|
build_module "applications/themes/kgtk-qt3"
|
|
|
|
build_module "applications/themes/ksplash-engine-moodin"
|
|
|
|
# build_module "applications/themes/qt4-tqt-theme-engine"
|
|
|
|
build_module "applications/themes/tde-style-baghira"
|
|
|
|
build_module "applications/themes/tde-style-domino"
|
|
|
|
build_module "applications/themes/tde-style-ia-ora"
|
|
|
|
build_module "applications/themes/tde-style-lipstik"
|
|
|
|
build_module "applications/themes/tde-style-qtcurve"
|
|
|
|
build_module "applications/themes/tdmtheme"
|
|
|
|
build_module "applications/themes/twin-style-crystal"
|
|
|
|
build_module "applications/themes/twin-style-dekorator"
|
|
|
|
build_module "applications/themes/twin-style-suse2"
|
|
|
|
|
|
|
|
set_log_end
|