diff options
Diffstat (limited to 'ksim/pics')
-rw-r--r-- | ksim/pics/Makefile.am | 2 | ||||
-rw-r--r-- | ksim/pics/cr16-app-ksim.png | bin | 0 -> 1086 bytes | |||
-rw-r--r-- | ksim/pics/cr32-app-ksim.png | bin | 0 -> 3314 bytes | |||
-rw-r--r-- | ksim/pics/cr48-app-ksim.png | bin | 0 -> 6222 bytes | |||
-rw-r--r-- | ksim/pics/misc/Makefile.am | 5 | ||||
-rw-r--r-- | ksim/pics/misc/clock.png | bin | 0 -> 875 bytes | |||
-rw-r--r-- | ksim/pics/misc/uptime.png | bin | 0 -> 654 bytes |
7 files changed, 7 insertions, 0 deletions
diff --git a/ksim/pics/Makefile.am b/ksim/pics/Makefile.am new file mode 100644 index 0000000..1cceeb0 --- /dev/null +++ b/ksim/pics/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = misc +KDE_ICON = AUTO diff --git a/ksim/pics/cr16-app-ksim.png b/ksim/pics/cr16-app-ksim.png Binary files differnew file mode 100644 index 0000000..60c99da --- /dev/null +++ b/ksim/pics/cr16-app-ksim.png diff --git a/ksim/pics/cr32-app-ksim.png b/ksim/pics/cr32-app-ksim.png Binary files differnew file mode 100644 index 0000000..f889a5a --- /dev/null +++ b/ksim/pics/cr32-app-ksim.png diff --git a/ksim/pics/cr48-app-ksim.png b/ksim/pics/cr48-app-ksim.png Binary files differnew file mode 100644 index 0000000..e7a7bd3 --- /dev/null +++ b/ksim/pics/cr48-app-ksim.png diff --git a/ksim/pics/misc/Makefile.am b/ksim/pics/misc/Makefile.am new file mode 100644 index 0000000..64229a0 --- /dev/null +++ b/ksim/pics/misc/Makefile.am @@ -0,0 +1,5 @@ +ksim_images = clock.png uptime.png +EXTRA_DIST = $(ksim_images) + +images_DATA = $(ksim_images) +imagesdir = $(kde_datadir)/ksim/pics diff --git a/ksim/pics/misc/clock.png b/ksim/pics/misc/clock.png Binary files differnew file mode 100644 index 0000000..dca2c7e --- /dev/null +++ b/ksim/pics/misc/clock.png diff --git a/ksim/pics/misc/uptime.png b/ksim/pics/misc/uptime.png Binary files differnew file mode 100644 index 0000000..08e90f7 --- /dev/null +++ b/ksim/pics/misc/uptime.png |