diff options
author | infirit <[email protected]> | 2014-06-25 21:14:08 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-19 12:44:26 +0200 |
commit | 91366004b3fdd5bcdda62d4f864e22e4a5b1e548 (patch) | |
tree | 302eecae093020bc170a239c14b501f959662b07 /desktop-themes/Shiny/unity/Makefile.am | |
parent | 5ce532e0a2370bb06b97b536f1a6153d9272a6c5 (diff) | |
download | mate-themes-91366004b3fdd5bcdda62d4f864e22e4a5b1e548.tar.bz2 mate-themes-91366004b3fdd5bcdda62d4f864e22e4a5b1e548.tar.xz |
Shiny: add openbox, unity and xfwm4 themes
Diffstat (limited to 'desktop-themes/Shiny/unity/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/unity/Makefile.am | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/unity/Makefile.am b/desktop-themes/Shiny/unity/Makefile.am new file mode 100644 index 00000000..165ecf5c --- /dev/null +++ b/desktop-themes/Shiny/unity/Makefile.am @@ -0,0 +1,34 @@ + +themedir = $(datadir)/themes/Shiny/unity + +theme_DATA = \ + close_focused_normal.png \ + close_focused_prelight.png \ + close_focused_pressed.png \ + close.png \ + close_unfocused.png \ + close_unfocused_prelight.png \ + close_unfocused_pressed.png \ + maximize_focused_normal.png \ + maximize_focused_prelight.png \ + maximize_focused_pressed.png \ + maximize.png \ + maximize_unfocused.png \ + maximize_unfocused_prelight.png \ + maximize_unfocused_pressed.png \ + minimize_focused_normal.png \ + minimize_focused_prelight.png \ + minimize_focused_pressed.png \ + minimize.png \ + minimize_unfocused.png \ + minimize_unfocused_prelight.png \ + minimize_unfocused_pressed.png \ + unmaximize_focused_normal.png \ + unmaximize_focused_prelight.png \ + unmaximize_focused_pressed.png \ + unmaximize.png \ + unmaximize_unfocused.png \ + unmaximize_unfocused_prelight.png \ + unmaximize_unfocused_pressed.png + +EXTRA_DIST = $(theme_DATA) |