diff options
author | raveit <[email protected]> | 2013-03-22 15:01:59 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-22 15:01:59 +0100 |
commit | 20111d3201a1e59a85b7bef273e448d5b5499f9a (patch) | |
tree | 726122bacc928c54f28e87f1f10d5919eeba085f /desktop-themes/BlackMATE/gnome-shell/Makefile.am | |
parent | ca114c104699cbc9424bebc4448de60b1a3dce00 (diff) | |
download | mate-themes-20111d3201a1e59a85b7bef273e448d5b5499f9a.tar.bz2 mate-themes-20111d3201a1e59a85b7bef273e448d5b5499f9a.tar.xz |
add BlackMATE theme
Diffstat (limited to 'desktop-themes/BlackMATE/gnome-shell/Makefile.am')
-rw-r--r-- | desktop-themes/BlackMATE/gnome-shell/Makefile.am | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/desktop-themes/BlackMATE/gnome-shell/Makefile.am b/desktop-themes/BlackMATE/gnome-shell/Makefile.am new file mode 100644 index 00000000..f6229da9 --- /dev/null +++ b/desktop-themes/BlackMATE/gnome-shell/Makefile.am @@ -0,0 +1,41 @@ +THEME_NAME=BlackMATE + +themedir = $(datadir)/themes/$(THEME_NAME)/gnome-shell + +theme_DATA = \ + calendar-arrow-left.svg \ + calendar-arrow-right.svg \ + checkbox-focused.svg \ + checkbox-off-focused.svg \ + checkbox-off.svg \ + checkbox.svg \ + close.svg \ + close-window.svg \ + corner-ripple-ltr.png \ + corner-ripple.png \ + corner-ripple-rtl.png \ + dash-placeholder.svg \ + dialog-error.svg \ + filter-hover-rtl.svg \ + filter-hover.svg \ + gnome-shell.css \ + GnomishDark-preview.png \ + logged-in-indicator.svg \ + panel-button-highlight-narrow.svg \ + process-working.png \ + process-working.svg \ + running-indicator.svg \ + summary-counter.svg \ + theme.json \ + toggle-off-intl.png \ + toggle-off-us.png \ + toggle-on-intl.png \ + toggle-on-us.png \ + ws-switch-arrow-down.svg \ + ws-switch-arrow-up.svg + +EXTRA_DIST = $(theme_DATA) + +SUBDIRS = dashtodock + +DIST_SUBDIRS = dashtodock |