diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /quanta/data/templates/images | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/data/templates/images')
-rw-r--r-- | quanta/data/templates/images/Makefile.am | 7 | ||||
-rw-r--r-- | quanta/data/templates/images/banners/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/images/banners/demo.jpg | bin | 0 -> 1708 bytes | |||
-rw-r--r-- | quanta/data/templates/images/buttons/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/images/buttons/ball.png | bin | 0 -> 271 bytes | |||
-rw-r--r-- | quanta/data/templates/images/dirinfo | 4 | ||||
-rw-r--r-- | quanta/data/templates/images/jpg/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/images/jpg/demo.jpg | bin | 0 -> 1708 bytes | |||
-rw-r--r-- | quanta/data/templates/images/others/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/images/others/demo.tif | bin | 0 -> 168 bytes | |||
-rw-r--r-- | quanta/data/templates/images/png/Makefile.am | 2 | ||||
-rw-r--r-- | quanta/data/templates/images/png/demo.png | bin | 0 -> 12773 bytes |
12 files changed, 21 insertions, 0 deletions
diff --git a/quanta/data/templates/images/Makefile.am b/quanta/data/templates/images/Makefile.am new file mode 100644 index 00000000..99e7294e --- /dev/null +++ b/quanta/data/templates/images/Makefile.am @@ -0,0 +1,7 @@ +SUBDIRS = jpg png others + +templatesimagesdir = ${quanta_datadir}/templates/images +templatesimages_DATA = dirinfo + +install-data-hook: + @mv $(DESTDIR)$(templatesimagesdir)/dirinfo $(DESTDIR)$(templatesimagesdir)/.dirinfo diff --git a/quanta/data/templates/images/banners/Makefile.am b/quanta/data/templates/images/banners/Makefile.am new file mode 100644 index 00000000..6f99997c --- /dev/null +++ b/quanta/data/templates/images/banners/Makefile.am @@ -0,0 +1,2 @@ +templatesimagesbannerdir = ${quanta_datadir}/templates/images/banners +templatesimagesbanner_DATA = demo.jpg diff --git a/quanta/data/templates/images/banners/demo.jpg b/quanta/data/templates/images/banners/demo.jpg Binary files differnew file mode 100644 index 00000000..eea8f549 --- /dev/null +++ b/quanta/data/templates/images/banners/demo.jpg diff --git a/quanta/data/templates/images/buttons/Makefile.am b/quanta/data/templates/images/buttons/Makefile.am new file mode 100644 index 00000000..fdcd09b3 --- /dev/null +++ b/quanta/data/templates/images/buttons/Makefile.am @@ -0,0 +1,2 @@ +templatesimagesbuttonsdir = ${quanta_datadir}/templates/images/buttons +templatesimagesbuttons_DATA = ball.png diff --git a/quanta/data/templates/images/buttons/ball.png b/quanta/data/templates/images/buttons/ball.png Binary files differnew file mode 100644 index 00000000..0e180b4d --- /dev/null +++ b/quanta/data/templates/images/buttons/ball.png diff --git a/quanta/data/templates/images/dirinfo b/quanta/data/templates/images/dirinfo new file mode 100644 index 00000000..f7d6e032 --- /dev/null +++ b/quanta/data/templates/images/dirinfo @@ -0,0 +1,4 @@ +Type=file/all +PostText= +PreText= +UsePrePostText=false diff --git a/quanta/data/templates/images/jpg/Makefile.am b/quanta/data/templates/images/jpg/Makefile.am new file mode 100644 index 00000000..056df6d9 --- /dev/null +++ b/quanta/data/templates/images/jpg/Makefile.am @@ -0,0 +1,2 @@ +templatesimagesjpgdir = ${quanta_datadir}/templates/images/jpg +templatesimagesjpg_DATA = demo.jpg diff --git a/quanta/data/templates/images/jpg/demo.jpg b/quanta/data/templates/images/jpg/demo.jpg Binary files differnew file mode 100644 index 00000000..eea8f549 --- /dev/null +++ b/quanta/data/templates/images/jpg/demo.jpg diff --git a/quanta/data/templates/images/others/Makefile.am b/quanta/data/templates/images/others/Makefile.am new file mode 100644 index 00000000..61b7bd57 --- /dev/null +++ b/quanta/data/templates/images/others/Makefile.am @@ -0,0 +1,2 @@ +templatesimagesothersdir = ${quanta_datadir}/templates/images/others +templatesimagesothers_DATA = demo.tif diff --git a/quanta/data/templates/images/others/demo.tif b/quanta/data/templates/images/others/demo.tif Binary files differnew file mode 100644 index 00000000..efe75e39 --- /dev/null +++ b/quanta/data/templates/images/others/demo.tif diff --git a/quanta/data/templates/images/png/Makefile.am b/quanta/data/templates/images/png/Makefile.am new file mode 100644 index 00000000..a73b78db --- /dev/null +++ b/quanta/data/templates/images/png/Makefile.am @@ -0,0 +1,2 @@ +templatesimagespngdir = ${quanta_datadir}/templates/images/png +templatesimagespng_DATA = demo.png diff --git a/quanta/data/templates/images/png/demo.png b/quanta/data/templates/images/png/demo.png Binary files differnew file mode 100644 index 00000000..3c733c65 --- /dev/null +++ b/quanta/data/templates/images/png/demo.png |