diff options
author | Adam Erdman <[email protected]> | 2014-03-11 17:04:51 -0400 |
---|---|---|
committer | Adam Erdman <[email protected]> | 2014-03-15 16:16:43 -0400 |
commit | 7b159c247396247fded74caa28d0a120b401db40 (patch) | |
tree | ace3017404e6f1e6f12ce583acef3ba04c1b6020 /desktop/Makefile.am | |
parent | b0a51d7c11e23a15b396f78eb64639684491f013 (diff) | |
download | mate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.bz2 mate-backgrounds-7b159c247396247fded74caa28d0a120b401db40.tar.xz |
Add MATE-Stripes Wallpapers
- Add desktop/MATE-Stripes-Dark.png semi-transparent PNG wallpaper
- Add desktop/MATE-Stripes-Light.png semi-transparent PNG wallpaper
- Add both files to desktop/Makefile.am
- Add wallpaper metadata for MATE-Stripes Wallpapers
Diffstat (limited to 'desktop/Makefile.am')
-rw-r--r-- | desktop/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/Makefile.am b/desktop/Makefile.am index 8677c14..f6ed32e 100644 --- a/desktop/Makefile.am +++ b/desktop/Makefile.am @@ -3,7 +3,9 @@ backgrounddir = $(datadir)/backgrounds/mate/desktop background_DATA = \ Float-into-MATE.png \ GreenTraditional.jpg \ - Stripes.png + Stripes.png \ + MATE-Stripes-Dark.png \ + MATE-Stripes-Light.png metadata_in_files = mate-desktop.xml.in metadatadir = $(datadir)/mate-background-properties |