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.
21 lines
524 B
21 lines
524 B
3 years ago
|
#!/bin/bash
|
||
|
|
||
|
. ./internals/_build_set_common.sh
|
||
|
|
||
|
#----------------------------
|
||
|
set_log_start
|
||
|
|
||
|
build_module "libraries/libkipi"
|
||
|
build_module "libraries/libkdcraw"
|
||
|
build_module "libraries/libkexiv2"
|
||
|
build_module "libraries/kipi-plugins"
|
||
|
build_module "libraries/libksquirrel"
|
||
|
|
||
|
build_module "applications/graphics/digikam"
|
||
|
build_module "applications/graphics/gwenview"
|
||
|
build_module "applications/graphics/gwenview-i18n"
|
||
|
build_module "applications/graphics/ksquirrel"
|
||
|
build_module "applications/graphics/potracegui"
|
||
|
|
||
|
set_log_end
|