summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Konqi/Contents/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/styles/Konqi/Contents/Resources')
-rw-r--r--kopete/styles/Konqi/Contents/Resources/CMakeLists.txt18
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Incoming/CMakeLists.txt14
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Outgoing/CMakeLists.txt14
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/CMakeLists.txt19
-rw-r--r--kopete/styles/Konqi/Contents/Resources/Variants/konqui/CMakeLists.txt16
5 files changed, 81 insertions, 0 deletions
diff --git a/kopete/styles/Konqi/Contents/Resources/CMakeLists.txt b/kopete/styles/Konqi/Contents/Resources/CMakeLists.txt
new file mode 100644
index 00000000..1a69df52
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/CMakeLists.txt
@@ -0,0 +1,18 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( Incoming )
+add_subdirectory( Outgoing )
+add_subdirectory( Variants )
+
+install( FILES
+ main.css Footer.html Header.html Status.html puce.png
+ DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Konqi/Contents/Resources )
diff --git a/kopete/styles/Konqi/Contents/Resources/Incoming/CMakeLists.txt b/kopete/styles/Konqi/Contents/Resources/Incoming/CMakeLists.txt
new file mode 100644
index 00000000..1653fd32
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Incoming/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ buddy_icon.png Content.html NextContent.html
+ DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Konqi/Contents/Resources/Incoming )
diff --git a/kopete/styles/Konqi/Contents/Resources/Outgoing/CMakeLists.txt b/kopete/styles/Konqi/Contents/Resources/Outgoing/CMakeLists.txt
new file mode 100644
index 00000000..9b3f366f
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Outgoing/CMakeLists.txt
@@ -0,0 +1,14 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ buddy_icon.png Content.html NextContent.html
+ DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Konqi/Contents/Resources/Outgoing )
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/CMakeLists.txt b/kopete/styles/Konqi/Contents/Resources/Variants/CMakeLists.txt
new file mode 100644
index 00000000..5aec1cab
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/CMakeLists.txt
@@ -0,0 +1,19 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+add_subdirectory( konqui )
+
+install( FILES
+ Side_blue_moon.css Side_blue_without_transparency.css
+ Side_green_without_trans.css Side_blue.css
+ Side_blue_moon_without_transparency.css Side_green.css
+ Side_green_without_transparency.css
+ DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Konqi/Contents/Resources/Variants )
diff --git a/kopete/styles/Konqi/Contents/Resources/Variants/konqui/CMakeLists.txt b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/CMakeLists.txt
new file mode 100644
index 00000000..fc87b8ab
--- /dev/null
+++ b/kopete/styles/Konqi/Contents/Resources/Variants/konqui/CMakeLists.txt
@@ -0,0 +1,16 @@
+#################################################
+#
+# (C) 2010-2011 Serghei Amelian
+# serghei (DOT) amelian (AT) gmail.com
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+install( FILES
+ cadre1.png cadre2.png cadre3.png cadre4.png
+ cadre5.png cadre6.png konqui-blue.png
+ konqui-green.png konqui-moon.jpg
+ DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Konqi/Contents/Resources/Variants/konqui )