summaryrefslogtreecommitdiffstats
path: root/debian/_buildscripts/local/15_apps_themes.sh
blob: 25bc06a34537ba1ab18916d9c0579c14d1fa5e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!/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/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-polyester"
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-fahrenheit"
build_module "applications/themes/twin-style-machbunt"
build_module "applications/themes/twin-style-mallory"
build_module "applications/themes/twin-style-suse2"

set_log_end