diff --git a/backgrounds/CMakeLists.txt b/backgrounds/CMakeLists.txt index 08d7de5..325858e 100644 --- a/backgrounds/CMakeLists.txt +++ b/backgrounds/CMakeLists.txt @@ -1,6 +1,8 @@ set(WALLPAPERS Saint-Raphael_1.jpg Saint-Raphael_2.jpg + background_02.png + material-02-a.png ) install(FILES ${WALLPAPERS} DESTINATION ${DATA_INSTALL_DIR}/backgrounds/liri) diff --git a/backgrounds/CREDITS.md b/backgrounds/CREDITS.md index 4949d17..d1b8022 100644 --- a/backgrounds/CREDITS.md +++ b/backgrounds/CREDITS.md @@ -9,3 +9,17 @@ - File Name: Saint-Raphael_2.jpg - Author: Pierre Jacquier - License: CC-BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/) + +* **Background 2** + - File Name: background_02.png + - Author: Midhun Harikumar + - URL: http://midhunhk.blogspot.it/2014/07/android-l-release-artwork.html + - URL: https://plus.google.com/photos/114665288998361746888/albums/6121148941176472961 + - License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) + +- **Material 2a** + - File Name: material-02-a.png + - Author: Midhun Harikumar + - URL: http://midhunhk.blogspot.it/2014/07/android-l-release-artwork.html + - URL: https://plus.google.com/photos/114665288998361746888/albums/6121148941176472961 + - License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/) diff --git a/backgrounds/background_02.png b/backgrounds/background_02.png new file mode 100644 index 0000000..8d657b9 Binary files /dev/null and b/backgrounds/background_02.png differ diff --git a/backgrounds/material-02-a.png b/backgrounds/material-02-a.png new file mode 100644 index 0000000..45ff2d9 Binary files /dev/null and b/backgrounds/material-02-a.png differ