Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/data
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-24 13:11:14 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-24 13:11:14 (GMT)
commitd2f76cc41db72721d435f33f2f16f5d75a738203 (patch)
tree4cf137eb87150928c79942c83f97704e9fc9a9ac /shell/data
parent1acd82599aa1c90faae98843c017263b93268190 (diff)
More work on the new home page.
Remove obsolete import.
Diffstat (limited to 'shell/data')
-rw-r--r--shell/data/Makefile.am6
-rw-r--r--shell/data/activity-placeholder.pngbin0 -> 3163 bytes
-rw-r--r--shell/data/home-background.pngbin0 -> 70665 bytes
3 files changed, 5 insertions, 1 deletions
diff --git a/shell/data/Makefile.am b/shell/data/Makefile.am
index 244b09e..349aea0 100644
--- a/shell/data/Makefile.am
+++ b/shell/data/Makefile.am
@@ -1,4 +1,8 @@
confdir = $(datadir)
conf_DATA = kbdconfig
-EXTRA_DIST = kbdconfig
+imagesdir = $(imagesdir)
+images_DATA = \
+ home-background.png
+
+EXTRA_DIST = $(conf_DATA) $(images_DATA)
diff --git a/shell/data/activity-placeholder.png b/shell/data/activity-placeholder.png
new file mode 100644
index 0000000..9fea97b
--- /dev/null
+++ b/shell/data/activity-placeholder.png
Binary files differ
diff --git a/shell/data/home-background.png b/shell/data/home-background.png
new file mode 100644
index 0000000..346b5dc
--- /dev/null
+++ b/shell/data/home-background.png
Binary files differ