summaryrefslogtreecommitdiff
path: root/data/backgrounds
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-10-23 22:46:57 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-10-23 22:46:57 +0000
commit20363fcb48797a382af2e17ed66fc76740f67dc1 (patch)
tree5a3a14d6c80f426da08f4e63d2dbbdf045a1fd3a /data/backgrounds
parent7b0fd97a4d1c16e7ea68ca489d37976971d5063e (diff)
downloadenlightenment-20363fcb48797a382af2e17ed66fc76740f67dc1.tar.gz
delete backgrounds and fonts we ship - don't need the fonts (system
fontconfig should suffice these days) and sample backgrounds - well... let's just move "sample data" to exchange's job. make's e's backage and default install leaner. SVN revision: 37036
Diffstat (limited to 'data/backgrounds')
-rw-r--r--data/backgrounds/.cvsignore2
-rw-r--r--data/backgrounds/Blue_Sky_Tree.edjbin384745 -> 0 bytes
-rw-r--r--data/backgrounds/Cracked_Earth.edjbin685678 -> 0 bytes
-rw-r--r--data/backgrounds/Ivy_Wall.edjbin401387 -> 0 bytes
-rw-r--r--data/backgrounds/Ladybug.edjbin303622 -> 0 bytes
-rw-r--r--data/backgrounds/Makefile.am9
6 files changed, 0 insertions, 11 deletions
diff --git a/data/backgrounds/.cvsignore b/data/backgrounds/.cvsignore
deleted file mode 100644
index 282522db03..0000000000
--- a/data/backgrounds/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-Makefile
-Makefile.in
diff --git a/data/backgrounds/Blue_Sky_Tree.edj b/data/backgrounds/Blue_Sky_Tree.edj
deleted file mode 100644
index 75848f5775..0000000000
--- a/data/backgrounds/Blue_Sky_Tree.edj
+++ /dev/null
Binary files differ
diff --git a/data/backgrounds/Cracked_Earth.edj b/data/backgrounds/Cracked_Earth.edj
deleted file mode 100644
index f5e677df50..0000000000
--- a/data/backgrounds/Cracked_Earth.edj
+++ /dev/null
Binary files differ
diff --git a/data/backgrounds/Ivy_Wall.edj b/data/backgrounds/Ivy_Wall.edj
deleted file mode 100644
index 855de7991d..0000000000
--- a/data/backgrounds/Ivy_Wall.edj
+++ /dev/null
Binary files differ
diff --git a/data/backgrounds/Ladybug.edj b/data/backgrounds/Ladybug.edj
deleted file mode 100644
index ab65c62c96..0000000000
--- a/data/backgrounds/Ladybug.edj
+++ /dev/null
Binary files differ
diff --git a/data/backgrounds/Makefile.am b/data/backgrounds/Makefile.am
deleted file mode 100644
index cf74725c3e..0000000000
--- a/data/backgrounds/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-filesdir = $(datadir)/enlightenment/data/backgrounds
-files_DATA = \
-Ivy_Wall.edj \
-Ladybug.edj \
-Blue_Sky_Tree.edj \
-Cracked_Earth.edj
-
-EXTRA_DIST = $(files_DATA)