summaryrefslogtreecommitdiff
path: root/data/images
diff options
context:
space:
mode:
Diffstat (limited to 'data/images')
-rw-r--r--data/images/Makefile.am14
-rw-r--r--data/images/cosmos/CREDITS29
-rw-r--r--data/images/cosmos/Makefile.am54
-rw-r--r--data/images/cosmos/background-1.xml.in92
-rw-r--r--data/images/cosmos/blue-marble-west.jpgbin0 -> 456110 bytes
-rw-r--r--data/images/cosmos/cloud.jpgbin0 -> 1379759 bytes
-rw-r--r--data/images/cosmos/comet.jpgbin0 -> 141297 bytes
-rw-r--r--data/images/cosmos/cosmos.xml.in.in11
-rw-r--r--data/images/cosmos/earth-horizon.jpgbin0 -> 210180 bytes
-rw-r--r--data/images/cosmos/galaxy-ngc3370.jpgbin0 -> 460107 bytes
-rw-r--r--data/images/cosmos/helix-nebula.jpgbin0 -> 138039 bytes
-rw-r--r--data/images/cosmos/jupiter.jpgbin0 -> 44528 bytes
-rw-r--r--data/images/cosmos/sombrero.jpgbin0 -> 552723 bytes
-rw-r--r--data/images/cosmos/whirlpool.jpgbin0 -> 659143 bytes
-rw-r--r--data/images/mate-logo-white.svg14
15 files changed, 214 insertions, 0 deletions
diff --git a/data/images/Makefile.am b/data/images/Makefile.am
new file mode 100644
index 0000000..e23dc87
--- /dev/null
+++ b/data/images/Makefile.am
@@ -0,0 +1,14 @@
+NULL =
+
+SUBDIRS = \
+ cosmos \
+ $(NULL)
+
+imagedir = $(datadir)/pixmaps
+image_DATA = \
+ mate-logo-white.svg \
+ $(NULL)
+
+EXTRA_DIST = \
+ $(image_DATA) \
+ $(NULL)
diff --git a/data/images/cosmos/CREDITS b/data/images/cosmos/CREDITS
new file mode 100644
index 0000000..6ecc9ab
--- /dev/null
+++ b/data/images/cosmos/CREDITS
@@ -0,0 +1,29 @@
+All of these images are in the public domain courtesy of NASA.
+
+blue-marble-west.jpg:
+http://visibleearth.nasa.gov/view_rec.php?id=2429
+
+cloud.jpg:
+www.spacetelescope.org/images/html/heic0601a.html
+
+comet.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2004/52/
+
+earth-horizon.jpg:
+http://spaceflight.nasa.gov/gallery/images/station/crew-7/html/iss007e16249.html
+
+galaxy-ngc3370.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/24/
+
+helix-nebula.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/11/
+
+jupiter.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/1999/29/
+
+sombrereo.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2003/28/
+
+whirlpool.jpg:
+http://hubblesite.org/newscenter/newsdesk/archive/releases/2005/12/image/a
+
diff --git a/data/images/cosmos/Makefile.am b/data/images/cosmos/Makefile.am
new file mode 100644
index 0000000..6cc80d8
--- /dev/null
+++ b/data/images/cosmos/Makefile.am
@@ -0,0 +1,54 @@
+NULL =
+
+BACKGROUNDS = \
+ blue-marble-west.jpg \
+ cloud.jpg \
+ comet.jpg \
+ earth-horizon.jpg \
+ galaxy-ngc3370.jpg \
+ helix-nebula.jpg \
+ jupiter.jpg \
+ sombrero.jpg \
+ whirlpool.jpg \
+ $(NULL)
+
+imagesdir = $(SLIDESHOW_COSMOS_DIR)
+images_DATA = \
+ $(BACKGROUNDS) \
+ background-1.xml \
+ $(NULL)
+
+cosmos.xml.in: cosmos.xml.in.in Makefile
+ $(edit) $< >$@
+
+background-1.xml: background-1.xml.in Makefile
+ $(edit) $< >$@
+
+metadata_in_files = cosmos.xml.in
+metadatadir = $(datadir)/mate-background-properties
+metadata_DATA = $(metadata_in_files:.xml.in=.xml)
+@INTLTOOL_XML_RULE@
+
+edit = sed \
+ -e 's|@IMAGESDIR[@]|$(imagesdir)|g'
+
+EXTRA_DIST = \
+ CREDITS \
+ $(BACKGROUNDS) \
+ background-1.xml.in \
+ cosmos.xml.in.in \
+ $(NULL)
+
+CLEANFILES = \
+ cosmos.xml.in \
+ $(NULL)
+
+DISTCLEANFILES = \
+ cosmos.xml \
+ background-1.xml \
+ $(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in \
+ $(NULL)
diff --git a/data/images/cosmos/background-1.xml.in b/data/images/cosmos/background-1.xml.in
new file mode 100644
index 0000000..698b4b5
--- /dev/null
+++ b/data/images/cosmos/background-1.xml.in
@@ -0,0 +1,92 @@
+<background>
+ <starttime>
+ <year>2009</year>
+ <month>08</month>
+ <day>04</day>
+ <hour>00</hour>
+ <minute>00</minute>
+ <second>00</second>
+ </starttime>
+<!-- This animation will start at midnight. -->
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/cloud.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/cloud.jpg</from>
+ <to>@IMAGESDIR@/comet.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/comet.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/comet.jpg</from>
+ <to>@IMAGESDIR@/earth-horizon.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/earth-horizon.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/earth-horizon.jpg</from>
+ <to>@IMAGESDIR@/blue-marble-west.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/blue-marble-west.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/blue-marble-west.jpg</from>
+ <to>@IMAGESDIR@/galaxy-ngc3370.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/galaxy-ngc3370.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/galaxy-ngc3370.jpg</from>
+ <to>@IMAGESDIR@/helix-nebula.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/helix-nebula.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/helix-nebula.jpg</from>
+ <to>@IMAGESDIR@/jupiter.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/jupiter.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/jupiter.jpg</from>
+ <to>@IMAGESDIR@/sombrero.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/sombrero.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/sombrero.jpg</from>
+ <to>@IMAGESDIR@/whirlpool.jpg</to>
+ </transition>
+ <static>
+ <duration>1795.0</duration>
+ <file>@IMAGESDIR@/whirlpool.jpg</file>
+ </static>
+ <transition>
+ <duration>5.0</duration>
+ <from>@IMAGESDIR@/whirlpool.jpg</from>
+ <to>@IMAGESDIR@/cloud.jpg</to>
+ </transition>
+</background>
diff --git a/data/images/cosmos/blue-marble-west.jpg b/data/images/cosmos/blue-marble-west.jpg
new file mode 100644
index 0000000..7cd8be1
--- /dev/null
+++ b/data/images/cosmos/blue-marble-west.jpg
Binary files differ
diff --git a/data/images/cosmos/cloud.jpg b/data/images/cosmos/cloud.jpg
new file mode 100644
index 0000000..066e983
--- /dev/null
+++ b/data/images/cosmos/cloud.jpg
Binary files differ
diff --git a/data/images/cosmos/comet.jpg b/data/images/cosmos/comet.jpg
new file mode 100644
index 0000000..5de37cf
--- /dev/null
+++ b/data/images/cosmos/comet.jpg
Binary files differ
diff --git a/data/images/cosmos/cosmos.xml.in.in b/data/images/cosmos/cosmos.xml.in.in
new file mode 100644
index 0000000..b9cf666
--- /dev/null
+++ b/data/images/cosmos/cosmos.xml.in.in
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE wallpapers SYSTEM "mate-wp-list.dtd">
+<wallpapers>
+ <wallpaper deleted="false">
+ <!-- Translators: This is the name of a desktop background image that shows outer space images.
+ You might want to translate it into the equivalent words of your language -->
+ <_name>Cosmos</_name>
+ <filename>@IMAGESDIR@/background-1.xml</filename>
+ <options>zoom</options>
+ </wallpaper>
+</wallpapers>
diff --git a/data/images/cosmos/earth-horizon.jpg b/data/images/cosmos/earth-horizon.jpg
new file mode 100644
index 0000000..1abefd2
--- /dev/null
+++ b/data/images/cosmos/earth-horizon.jpg
Binary files differ
diff --git a/data/images/cosmos/galaxy-ngc3370.jpg b/data/images/cosmos/galaxy-ngc3370.jpg
new file mode 100644
index 0000000..46113b2
--- /dev/null
+++ b/data/images/cosmos/galaxy-ngc3370.jpg
Binary files differ
diff --git a/data/images/cosmos/helix-nebula.jpg b/data/images/cosmos/helix-nebula.jpg
new file mode 100644
index 0000000..19f02b2
--- /dev/null
+++ b/data/images/cosmos/helix-nebula.jpg
Binary files differ
diff --git a/data/images/cosmos/jupiter.jpg b/data/images/cosmos/jupiter.jpg
new file mode 100644
index 0000000..396af35
--- /dev/null
+++ b/data/images/cosmos/jupiter.jpg
Binary files differ
diff --git a/data/images/cosmos/sombrero.jpg b/data/images/cosmos/sombrero.jpg
new file mode 100644
index 0000000..6d7d2ff
--- /dev/null
+++ b/data/images/cosmos/sombrero.jpg
Binary files differ
diff --git a/data/images/cosmos/whirlpool.jpg b/data/images/cosmos/whirlpool.jpg
new file mode 100644
index 0000000..4fe2ff8
--- /dev/null
+++ b/data/images/cosmos/whirlpool.jpg
Binary files differ
diff --git a/data/images/mate-logo-white.svg b/data/images/mate-logo-white.svg
new file mode 100644
index 0000000..b8ee84d
--- /dev/null
+++ b/data/images/mate-logo-white.svg
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8' standalone='no'?>
+<!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN'
+ 'http://www.w3.org/TR//REC-SVG-0904/DTD/svg10.dtd'>
+<svg xmlns='http://www.w3.org/2/svg' version='1.0'
+ x='0' y='0' width='128' height='128'
+ viewBox='0 0 96 118'>
+ <g style='fill:#ffffff;'>
+ <path d='M 86.068,0.0 C 61.466,0.0 56.851,35.041 70.691,35.041 C 84.529,35.041 110.67100,0.0 86.068,0.0 z '/>
+ <path d='M 45.217,30.699 C 52.586,31.149 60.671,2.5770 46.821,4.3740 C 32.976,6.1710 37.845,30.249 45.217,30.699 z '/>
+ <path d='M 11.445,48.453 C 16.686,46.146 12.120,23.581 3.2080,29.735 C -5.7,35.890 6.2040,50.759 11.445,48.453 z '/>
+ <path d='M 26.212,36.642 C 32.451,35.370 32.793,9.7780 21.667,14.369 C 10.539,18.961 19.978,37.916 26.212,36.642 L 26.212,36.642 z '/>
+ <path d='M 58.791,93.913 C 59.898,102.367 52.589,106.542 45.431,101.092 C 22.644,83.743 83.160,75.088 79.171,51.386 C 75.860,31.712 15.495,37.769 8.6210,68.553 C 3.9680,89.374 27.774,118.26 52.614,118.26 C 64.834,118.26 78.929,107.226 81.566,93.248 C 83.580,82.589 57.867,86.860 58.791,93.913 L 58.791,93.913 z '/>
+ </g>
+</svg>