diff options
Diffstat (limited to 'kwin-styles/glow/themes')
-rw-r--r-- | kwin-styles/glow/themes/CMakeLists.txt | 17 | ||||
-rw-r--r-- | kwin-styles/glow/themes/default/CMakeLists.txt | 22 | ||||
-rw-r--r-- | kwin-styles/glow/themes/glass/CMakeLists.txt | 22 | ||||
-rw-r--r-- | kwin-styles/glow/themes/glass_huge/CMakeLists.txt | 22 | ||||
-rw-r--r-- | kwin-styles/glow/themes/glass_large/CMakeLists.txt | 22 | ||||
-rw-r--r-- | kwin-styles/glow/themes/glass_verylarge/CMakeLists.txt | 22 | ||||
-rw-r--r-- | kwin-styles/glow/themes/square/CMakeLists.txt | 22 |
7 files changed, 149 insertions, 0 deletions
diff --git a/kwin-styles/glow/themes/CMakeLists.txt b/kwin-styles/glow/themes/CMakeLists.txt new file mode 100644 index 00000000..2f725214 --- /dev/null +++ b/kwin-styles/glow/themes/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 +# +################################################# + +add_subdirectory( default ) +add_subdirectory( glass ) +add_subdirectory( glass_huge ) +add_subdirectory( glass_large ) +add_subdirectory( glass_verylarge ) +add_subdirectory( square )
\ No newline at end of file diff --git a/kwin-styles/glow/themes/default/CMakeLists.txt b/kwin-styles/glow/themes/default/CMakeLists.txt new file mode 100644 index 00000000..f7d98c0a --- /dev/null +++ b/kwin-styles/glow/themes/default/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + default.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/default ) diff --git a/kwin-styles/glow/themes/glass/CMakeLists.txt b/kwin-styles/glow/themes/glass/CMakeLists.txt new file mode 100644 index 00000000..bb02a73c --- /dev/null +++ b/kwin-styles/glow/themes/glass/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + glass.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/glass ) diff --git a/kwin-styles/glow/themes/glass_huge/CMakeLists.txt b/kwin-styles/glow/themes/glass_huge/CMakeLists.txt new file mode 100644 index 00000000..cd98469f --- /dev/null +++ b/kwin-styles/glow/themes/glass_huge/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + glass_huge.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/glass_huge ) diff --git a/kwin-styles/glow/themes/glass_large/CMakeLists.txt b/kwin-styles/glow/themes/glass_large/CMakeLists.txt new file mode 100644 index 00000000..7907f6ee --- /dev/null +++ b/kwin-styles/glow/themes/glass_large/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + glass_large.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/glass_large ) diff --git a/kwin-styles/glow/themes/glass_verylarge/CMakeLists.txt b/kwin-styles/glow/themes/glass_verylarge/CMakeLists.txt new file mode 100644 index 00000000..673e16a3 --- /dev/null +++ b/kwin-styles/glow/themes/glass_verylarge/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + glass_verylarge.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/glass_verylarge ) diff --git a/kwin-styles/glow/themes/square/CMakeLists.txt b/kwin-styles/glow/themes/square/CMakeLists.txt new file mode 100644 index 00000000..26ea9ea7 --- /dev/null +++ b/kwin-styles/glow/themes/square/CMakeLists.txt @@ -0,0 +1,22 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + background.png + help.png help_glow.png + close.png close_glow.png + iconify.png iconify_glow.png + maximizeoff.png maximizeoff_glow.png + maximizeon.png maximizeon_glow.png + stickyon.png stickyon_glow.png + stickyoff.png stickyoff_glow.png + square.theme + DESTINATION ${DATA_INSTALL_DIR}/kwin/glow-themes/square ) |