diff options
author | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
commit | ead8ef613ce66d51399a87d225b4cd52c6c7983e (patch) | |
tree | 28331e03ae7cced58068fc2a35dbf127d109a73e /desktop-themes/aldabra/gtk-2.0/assets/Makefile.am | |
download | mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.bz2 mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'desktop-themes/aldabra/gtk-2.0/assets/Makefile.am')
-rw-r--r-- | desktop-themes/aldabra/gtk-2.0/assets/Makefile.am | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am new file mode 100644 index 00000000..e15e1dd4 --- /dev/null +++ b/desktop-themes/aldabra/gtk-2.0/assets/Makefile.am @@ -0,0 +1,53 @@ + +themedir = $(datadir)/themes/aldabra/gtk-2.0/assets + +theme_DATA = \ + checkbox-checked-insensitive.svg \ + scroll-button-left.png \ + checkbox-checked.svg \ + scroll-button-right-active.png \ + checkbox-mixed.svg \ + scroll-button-right-disabled.png \ + checkbox-unchecked-insensitive.svg \ + scroll-button-right-hover.png \ + checkbox-unchecked.svg \ + scroll-button-right.png \ + handle.png \ + scroll-button-up-active.png \ + scroll-button-up-disabled.png \ + notebook-gap-bottom.png \ + scroll-button-up-hover.png \ + notebook-gap-top.png \ + scroll-button-up.png \ + notebook.png \ + scroll-hhandle-active.png \ + null.png \ + scroll-hhandle-hover.png \ + radio-mixed.svg \ + scroll-hhandle.png \ + radio-selected-insensitive.svg \ + scroll-vhandle-active.png \ + radio-selected.svg \ + scroll-vhandle-hover.png \ + radio-unselected-insensitive.svg \ + scroll-vhandle.png \ + radio-unselected.svg \ + tab-bottom-active.png \ + scroll-background.png \ + tab-bottom.png \ + scroll-button-down-active.png \ + tab-left-active.png \ + scroll-button-down-disabled.png \ + tab-left.png \ + scroll-button-down-hover.png \ + tab-right-active.png \ + scroll-button-down.png \ + tab-right.png \ + scroll-button-left-active.png \ + tab-top-active.png \ + scroll-button-left-disabled.png \ + tab-top.png \ + scroll-button-left-hover.png \ + toolbar.png + +EXTRA_DIST = $(theme_DATA) |