From ac87680632b4fb6582d1391b042eff7f0305c0a2 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 22 May 2011 20:12:04 +0000 Subject: [kdenetwork/kopete] added cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kopete/styles/Kopete/CMakeLists.txt | 12 ++++++++++++ kopete/styles/Kopete/Contents/CMakeLists.txt | 12 ++++++++++++ .../styles/Kopete/Contents/Resources/CMakeLists.txt | 19 +++++++++++++++++++ .../Kopete/Contents/Resources/Incoming/CMakeLists.txt | 14 ++++++++++++++ .../Kopete/Contents/Resources/Outgoing/CMakeLists.txt | 14 ++++++++++++++ .../Kopete/Contents/Resources/Variants/CMakeLists.txt | 14 ++++++++++++++ .../Kopete/Contents/Resources/images/CMakeLists.txt | 14 ++++++++++++++ 7 files changed, 99 insertions(+) create mode 100644 kopete/styles/Kopete/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/Resources/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/Resources/Incoming/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/Resources/Outgoing/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/Resources/Variants/CMakeLists.txt create mode 100644 kopete/styles/Kopete/Contents/Resources/images/CMakeLists.txt (limited to 'kopete/styles/Kopete') diff --git a/kopete/styles/Kopete/CMakeLists.txt b/kopete/styles/Kopete/CMakeLists.txt new file mode 100644 index 00000000..f08e42e2 --- /dev/null +++ b/kopete/styles/Kopete/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (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( Contents ) diff --git a/kopete/styles/Kopete/Contents/CMakeLists.txt b/kopete/styles/Kopete/Contents/CMakeLists.txt new file mode 100644 index 00000000..88724a18 --- /dev/null +++ b/kopete/styles/Kopete/Contents/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (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( Resources ) diff --git a/kopete/styles/Kopete/Contents/Resources/CMakeLists.txt b/kopete/styles/Kopete/Contents/Resources/CMakeLists.txt new file mode 100644 index 00000000..ee273f43 --- /dev/null +++ b/kopete/styles/Kopete/Contents/Resources/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( images ) +add_subdirectory( Incoming ) +add_subdirectory( Outgoing ) +add_subdirectory( Variants ) + +install( FILES + main.css Footer.html Header.html Status.html + DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Kopete/Contents/Resources ) diff --git a/kopete/styles/Kopete/Contents/Resources/Incoming/CMakeLists.txt b/kopete/styles/Kopete/Contents/Resources/Incoming/CMakeLists.txt new file mode 100644 index 00000000..03eb154c --- /dev/null +++ b/kopete/styles/Kopete/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 Action.html + DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Kopete/Contents/Resources/Incoming ) diff --git a/kopete/styles/Kopete/Contents/Resources/Outgoing/CMakeLists.txt b/kopete/styles/Kopete/Contents/Resources/Outgoing/CMakeLists.txt new file mode 100644 index 00000000..5b1f22e5 --- /dev/null +++ b/kopete/styles/Kopete/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 Action.html + DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Kopete/Contents/Resources/Outgoing ) diff --git a/kopete/styles/Kopete/Contents/Resources/Variants/CMakeLists.txt b/kopete/styles/Kopete/Contents/Resources/Variants/CMakeLists.txt new file mode 100644 index 00000000..62829811 --- /dev/null +++ b/kopete/styles/Kopete/Contents/Resources/Variants/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 + Big_pictures.css Contact_color.css + DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Kopete/Contents/Resources/Variants ) diff --git a/kopete/styles/Kopete/Contents/Resources/images/CMakeLists.txt b/kopete/styles/Kopete/Contents/Resources/images/CMakeLists.txt new file mode 100644 index 00000000..3eb4783d --- /dev/null +++ b/kopete/styles/Kopete/Contents/Resources/images/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 + action.png important.png system.png + DESTINATION ${DATA_INSTALL_DIR}/kopete/styles/Kopete/Contents/Resources/images ) -- cgit v1.2.1