diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-16 11:29:47 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-16 11:29:47 -0700 |
commit | d55d5dcd4dbac67c4b35ea26547a62f0a14d5203 (patch) | |
tree | 65309328ab1d94808d58001047fd8aadba57969a /desktop-themes/Menta/metacity-1/Makefile.am | |
parent | a7fa0f2c2b8c558cb28ce334cc99431fbb8aaabf (diff) | |
parent | 594e4093d7ac320fd52da821edf7ab6b6ae66c2a (diff) | |
download | mate-themes-d55d5dcd4dbac67c4b35ea26547a62f0a14d5203.tar.bz2 mate-themes-d55d5dcd4dbac67c4b35ea26547a62f0a14d5203.tar.xz |
Merge pull request #37 from NiceandGently/master
update Menta GTK-2/3 to latest Zukwito update from 2013.03.29 to support GTK3-3.8
Diffstat (limited to 'desktop-themes/Menta/metacity-1/Makefile.am')
-rw-r--r-- | desktop-themes/Menta/metacity-1/Makefile.am | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/desktop-themes/Menta/metacity-1/Makefile.am b/desktop-themes/Menta/metacity-1/Makefile.am index 5d7e3355..437b0343 100644 --- a/desktop-themes/Menta/metacity-1/Makefile.am +++ b/desktop-themes/Menta/metacity-1/Makefile.am @@ -2,32 +2,32 @@ themedir = $(datadir)/themes/Menta/metacity-1 theme_DATA = \ - close_focused_normal.png \ - close_focused_prelight.png \ - close_focused_pressed.png \ - close_unfocused.png \ - close_unfocused_prelight.png \ - maximize_focused_normal.png \ - maximize_focused_prelight.png \ - maximize_focused_pressed.png \ - maximize_unfocused.png \ - maximize_unfocused_prelight.png \ + close_focused_normal.svg \ + close_focused_prelight.svg \ + close_focused_pressed.svg \ + close_unfocused_prelight.svg \ + close_unfocused.svg \ + maximize_focused_normal.svg \ + maximize_focused_prelight.svg \ + maximize_focused_pressed.svg \ + maximize_unfocused_prelight.svg \ + maximize_unfocused.svg \ menu.png \ menu_prelight.png \ metacity-theme-1.xml \ metacity-theme-3.xml \ - minimize_focused_normal.png \ - minimize_focused_prelight.png \ - minimize_focused_pressed.png \ - minimize_unfocused.png \ - minimize_unfocused_prelight.png \ + minimize_focused_normal.svg \ + minimize_focused_prelight.svg \ + minimize_focused_pressed.svg \ + minimize_unfocused_prelight.svg \ + minimize_unfocused.svg \ trough_left.png \ trough_middle.png \ trough_right.png \ - unmaximize_focused_normal.png \ - unmaximize_focused_prelight.png \ - unmaximize_focused_pressed.png \ - unmaximize_unfocused.png \ - unmaximize_unfocused_prelight.png + unmaximize_focused_normal.svg \ + unmaximize_focused_prelight.svg \ + unmaximize_focused_pressed.svg \ + unmaximize_unfocused_prelight.svg \ + unmaximize_unfocused.svg EXTRA_DIST = $(theme_DATA) |