diff options
author | raveit65 <[email protected]> | 2013-11-14 01:23:17 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 19:29:35 +0200 |
commit | 388687dfb62082e36b29a06cfbaa96ce23d22b03 (patch) | |
tree | 28f97000d50d07629a7fa65b6cc26ebeac3c45fd /desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am | |
parent | c31045523129125fd8a59ef21417649a715ac303 (diff) | |
download | mate-themes-388687dfb62082e36b29a06cfbaa96ce23d22b03.tar.bz2 mate-themes-388687dfb62082e36b29a06cfbaa96ce23d22b03.tar.xz |
add a blue variant of Menta theme
Diffstat (limited to 'desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am')
-rw-r--r-- | desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am b/desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am new file mode 100644 index 00000000..3819d3ce --- /dev/null +++ b/desktop-themes/Menta-Blue/gtk-2.0/apps/Makefile.am @@ -0,0 +1,28 @@ + +themedir = $(datadir)/themes/Menta-Blue/gtk-2.0/apps + +theme_DATA = \ + chromium.rc \ + combo_down.png \ + dummy.png \ + pcmanfm.rc \ + stock_back.png \ + stock_find.png \ + stock_forward.png \ + stock_home.png \ + stock_refresh.png \ + stock_stop.png \ + caja.rc \ + pluma.rc + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = Handles \ + Caja \ + Null \ + Others + +DIST_SUBDIRS = Handles \ + Caja \ + Null \ + Others |