summaryrefslogtreecommitdiffstats
path: root/data/themes
diff options
context:
space:
mode:
Diffstat (limited to 'data/themes')
-rw-r--r--data/themes/Makefile.am3
-rw-r--r--data/themes/ulticontroller_2.0/Makefile.am21
-rw-r--r--data/themes/ulticontroller_2.0/images/ultimaker_logo.pngbin0 -> 324 bytes
-rw-r--r--data/themes/ulticontroller_2.0/splashscreen.edc14
4 files changed, 36 insertions, 2 deletions
diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am
index 31a2b40..598c0fa 100644
--- a/data/themes/Makefile.am
+++ b/data/themes/Makefile.am
@@ -1,4 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = default
-
+SUBDIRS = default ulticontroller_2.0
diff --git a/data/themes/ulticontroller_2.0/Makefile.am b/data/themes/ulticontroller_2.0/Makefile.am
new file mode 100644
index 0000000..4629bc3
--- /dev/null
+++ b/data/themes/ulticontroller_2.0/Makefile.am
@@ -0,0 +1,21 @@
+AUTOMAKE_OPTIONS = subdir-objects
+MAINTAINERCLEANFILES = Makefile.in
+
+EXTRA_DIST = \
+splashscreen.edc \
+images/ultimaker_logo.png
+
+include ../../../Makefile_Edje_Helper.am
+
+filesdir = $(datadir)/$(PACKAGE)/themes
+files_DATA = splashscreen.edj
+
+splashscreen.edj: Makefile $(EXTRA_DIST)
+ $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) \
+ -id ${top_srcdir}/data/themes/ulticontroller_2.0/images \
+ -sd ${top_srcdir}/data/themes/ulticontroller_2.0/sounds \
+ $(top_srcdir)/data/themes/ulticontroller_2.0/splashscreen.edc \
+ $(top_builddir)/data/themes/ulticontroller_2.0/splashscreen.edj
+
+clean-local:
+ rm -f *.edj
diff --git a/data/themes/ulticontroller_2.0/images/ultimaker_logo.png b/data/themes/ulticontroller_2.0/images/ultimaker_logo.png
new file mode 100644
index 0000000..0135877
--- /dev/null
+++ b/data/themes/ulticontroller_2.0/images/ultimaker_logo.png
Binary files differ
diff --git a/data/themes/ulticontroller_2.0/splashscreen.edc b/data/themes/ulticontroller_2.0/splashscreen.edc
new file mode 100644
index 0000000..8c2dff0
--- /dev/null
+++ b/data/themes/ulticontroller_2.0/splashscreen.edc
@@ -0,0 +1,14 @@
+images.image: "ultimaker_logo.png" COMP;
+
+collections {
+ group {
+ name: "test";
+ parts {
+ part { name: "main"; type: IMAGE;
+ description {
+ image.normal: "ultimaker_logo.png";
+ }
+ }
+ }
+ }
+}