neo1973-germany/epydial/compile_theme
Abraxa efe7084165 Rename dialer main screen theme file
Add "in call" screen theme file
Rework TestView and EdjeGroup classes to allow the use of multiple edje groups and corresponding theme files
Add compile_theme script, making use of easy_e17
Fix bug in EdjeGroup.__init__() that made use of newly renamed variable f



git-svn-id: http://www.neo1973-germany.de/svn@107 46df4e5c-bc4e-4628-a0fc-830ba316316d
2008-08-31 02:00:48 +00:00

9 lines
119 B
Bash
Executable file

#!/bin/bash
cd data/themes
for filename in *.edc
do
/opt/e17/bin/edje_cc -id ../images -fd ../fonts $filename
done