From 795fa142c3d50d3c878d4717080661461e171640 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Wed, 1 May 2024 14:05:51 -0600
Subject: [PATCH] pop-icon-theme: do not install cursors

---
 recipes/icons/pop-icon-theme/recipe.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes/icons/pop-icon-theme/recipe.toml b/recipes/icons/pop-icon-theme/recipe.toml
index f62a877b0..4ef0b483c 100644
--- a/recipes/icons/pop-icon-theme/recipe.toml
+++ b/recipes/icons/pop-icon-theme/recipe.toml
@@ -6,4 +6,7 @@ template = "custom"
 script = """
 meson setup -Dprefix=/ . "${COOKBOOK_SOURCE}"
 env DESTDIR="${COOKBOOK_STAGE}" meson install
+#TODO: reduce cursors folder size: https://github.com/pop-os/icon-theme/issues/136
+rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursors"
+rm -rf "${COOKBOOK_STAGE}/share/icons/Pop/cursor.theme"
 """
-- 
GitLab