From 18e38018cf4cc8f9689c453f5013426e60bf744a Mon Sep 17 00:00:00 2001 From: Irene Knapp Date: Sat, 6 Sep 2025 16:04:36 -0700 Subject: add a nix package for the now-forked pollyana the contents of the patch against upstream kaylee are now applied to the pollyanna source; the patch is retained in case it's ever useful to build upstream Force-Push: yes Change-Id: I18df6c5b48ee1e767cff259bd323682c8dd693ff --- src/setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/setup.py') diff --git a/src/setup.py b/src/setup.py index 34ba60c..b4c32c8 100644 --- a/src/setup.py +++ b/src/setup.py @@ -27,8 +27,10 @@ setup( ], install_requires=["requests"], data_files = [ - ("/usr/share/kaylee", ["data/icon_inactive.png", "data/icon.png", - "options.json.tmp"]), + ("/usr/share/kaylee", + ["data/icon.png", "data/icon_small.png", + "data/icon_inactive.png", "data/icon_inactive_small.png", + "options.json.tmp"]), ("/usr/lib/systemd/user", ["systemd/kaylee.service"]) ], entry_points = { -- cgit 1.4.1