From be8f305752adedefe4da3bd1b0c7d086f59bd19e Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 15 Apr 2024 01:36:06 +0000
Subject: [PATCH] Add the PopOS wallpapers recipe

---
 recipes/artwork/pop-wallpapers/recipe.toml | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 recipes/artwork/pop-wallpapers/recipe.toml

diff --git a/recipes/artwork/pop-wallpapers/recipe.toml b/recipes/artwork/pop-wallpapers/recipe.toml
new file mode 100644
index 000000000..dc4e25b48
--- /dev/null
+++ b/recipes/artwork/pop-wallpapers/recipe.toml
@@ -0,0 +1,8 @@
+[source]
+git = "https://github.com/pop-os/wallpapers"
+[build]
+template = "custom"
+script = """
+mkdir -pv "${COOKBOOK_STAGE}"/usr/share/wallpapers
+cp -rv "${COOKBOOK_SOURCE}"/original/* "${COOKBOOK_STAGE}"/usr/share/wallpapers
+"""
-- 
GitLab