diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-20 03:59:04 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-20 03:59:04 +0000 |
commit | 5379c37cfc91f24716af951dd08503f65f7575d7 (patch) | |
tree | 59288babdc8ae3bf4b529b7ced17509450f05679 /emoticons | |
parent | 99a9c9fb9a9ce322e8b43fc101877c6a78622bca (diff) | |
download | tdeartwork-5379c37cfc91f24716af951dd08503f65f7575d7.tar.gz tdeartwork-5379c37cfc91f24716af951dd08503f65f7575d7.zip |
Commit initial kdeartwork CMake support, courtesy of Golubev Alexander
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeartwork@1259766 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'emoticons')
-rw-r--r-- | emoticons/BoxedEmoticonSet/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/CMakeLists.txt | 23 | ||||
-rw-r--r-- | emoticons/GroupWise/CMakeLists.txt | 14 | ||||
-rw-r--r-- | emoticons/KMess-Blue/CMakeLists.txt | 18 | ||||
-rw-r--r-- | emoticons/KMess-Cartoon/CMakeLists.txt | 18 | ||||
-rw-r--r-- | emoticons/KMess-Violet/CMakeLists.txt | 18 | ||||
-rw-r--r-- | emoticons/KMess/CMakeLists.txt | 26 | ||||
-rw-r--r-- | emoticons/ccmathteam.com/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/greggman.com/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/phpBB/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/plain/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/redones/CMakeLists.txt | 17 | ||||
-rw-r--r-- | emoticons/set1/CMakeLists.txt | 16 |
13 files changed, 235 insertions, 0 deletions
diff --git a/emoticons/BoxedEmoticonSet/CMakeLists.txt b/emoticons/BoxedEmoticonSet/CMakeLists.txt new file mode 100644 index 00000000..7366116e --- /dev/null +++ b/emoticons/BoxedEmoticonSet/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angry.png bigsmile.png confused.png cry.png + oh.png sad.png shade.png smile.png tongue.png + wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/Boxed ) diff --git a/emoticons/CMakeLists.txt b/emoticons/CMakeLists.txt new file mode 100644 index 00000000..f0a32403 --- /dev/null +++ b/emoticons/CMakeLists.txt @@ -0,0 +1,23 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( BoxedEmoticonSet ) +add_subdirectory( ccmathteam.com ) +add_subdirectory( greggman.com ) +add_subdirectory( GroupWise ) +add_subdirectory( KMess ) +add_subdirectory( KMess-Blue ) +add_subdirectory( KMess-Cartoon ) +add_subdirectory( KMess-Violet ) +add_subdirectory( phpBB ) +add_subdirectory( plain ) +add_subdirectory( redones ) +add_subdirectory( set1 ) diff --git a/emoticons/GroupWise/CMakeLists.txt b/emoticons/GroupWise/CMakeLists.txt new file mode 100644 index 00000000..282aba42 --- /dev/null +++ b/emoticons/GroupWise/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/GroupWise ) diff --git a/emoticons/KMess-Blue/CMakeLists.txt b/emoticons/KMess-Blue/CMakeLists.txt new file mode 100644 index 00000000..c76e67c6 --- /dev/null +++ b/emoticons/KMess-Blue/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angry.png confused.png cry.png + embarassed.png omg.png sad.png + shade.png smile.png teeth.png + tongue.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Blue ) diff --git a/emoticons/KMess-Cartoon/CMakeLists.txt b/emoticons/KMess-Cartoon/CMakeLists.txt new file mode 100644 index 00000000..c79bedc8 --- /dev/null +++ b/emoticons/KMess-Cartoon/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angel.png angry.png confused.png cry.png + devil.png embarrassed.png omg.png sad.png + shade.png smile.png teeth.png tongue.png + ugly.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Cartoon ) diff --git a/emoticons/KMess-Violet/CMakeLists.txt b/emoticons/KMess-Violet/CMakeLists.txt new file mode 100644 index 00000000..64cd519e --- /dev/null +++ b/emoticons/KMess-Violet/CMakeLists.txt @@ -0,0 +1,18 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angry.png confused.png cry.png + embarassed.png omg.png sad.png + shade.png smile.png teeth.png + tongue.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess-Violet ) diff --git a/emoticons/KMess/CMakeLists.txt b/emoticons/KMess/CMakeLists.txt new file mode 100644 index 00000000..5492d045 --- /dev/null +++ b/emoticons/KMess/CMakeLists.txt @@ -0,0 +1,26 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angel.png angry.png bat.png beer.png + boy.png cake.png camera.png cat.png + clock.png cocktail.png confused.png + cry.png cup.png devil.png dog.png + dude_hug.png embarassed.png email.png + film.png girl.png girl_hug.png kiss.png + lightbulb.png love.png messenger.png + note.png omg.png phone.png present.png + rose.png sad.png shade.png smile.png + star.png teeth.png thumbs_down.png + thumbs_up.png tongue.png unlove.png + wilted_rose.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/KMess ) diff --git a/emoticons/ccmathteam.com/CMakeLists.txt b/emoticons/ccmathteam.com/CMakeLists.txt new file mode 100644 index 00000000..00a75041 --- /dev/null +++ b/emoticons/ccmathteam.com/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png confused.png cry.png devil.png + oh.png smile.png sunglasses.png tongue.png + unhappy.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/ccmathteam.com ) diff --git a/emoticons/greggman.com/CMakeLists.txt b/emoticons/greggman.com/CMakeLists.txt new file mode 100644 index 00000000..c02e35d5 --- /dev/null +++ b/emoticons/greggman.com/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png confused.png kiss.png oh.png + smile.png sunglasses.png tongue.png unhappy.png + vampire.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/greggman.com ) diff --git a/emoticons/phpBB/CMakeLists.txt b/emoticons/phpBB/CMakeLists.txt new file mode 100644 index 00000000..d119239d --- /dev/null +++ b/emoticons/phpBB/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png confused.png cry.png devil.png + oh.png smile.png sunglasses.png tongue.png + unhappy.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/phpBB ) diff --git a/emoticons/plain/CMakeLists.txt b/emoticons/plain/CMakeLists.txt new file mode 100644 index 00000000..d88c9173 --- /dev/null +++ b/emoticons/plain/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png confused.png cry.png oh.png + smile.png sunglasses.png tongue.png + unhappy.png wink.png pig.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/Plain ) diff --git a/emoticons/redones/CMakeLists.txt b/emoticons/redones/CMakeLists.txt new file mode 100644 index 00000000..bfc27cdc --- /dev/null +++ b/emoticons/redones/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + angel.png biggrin.png confused.png cry.png + oh.png smile.png sunglasses.png tongue.png + unhappy.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/RedOnes ) diff --git a/emoticons/set1/CMakeLists.txt b/emoticons/set1/CMakeLists.txt new file mode 100644 index 00000000..b8575ce0 --- /dev/null +++ b/emoticons/set1/CMakeLists.txt @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + emoticons.xml + biggrin.png cry.png oh.png sleep.png smile.png + tongue.png unhappy.png wink.png + DESTINATION ${SHARE_INSTALL_PREFIX}/emoticons/tweakers.net ) |