From 3bc6316000019560e46f12ed487b90f8ce54e962 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 26 May 2026 14:05:40 -0500 Subject: refactor: fold pocketbook in-tree and drop its install steps Pocketbook is nowhere near ready, so I pulled it back from publication: deleted the github mirror and the cjennings.net repo, removed the server mirror hook, and copied the package into pocketbook/ here until it's ready to spin back out. Dropped the steps that provisioned it on a fresh install: the gtk4-layer-shell dep and the pip install in archsetup, and the clone in post-install.sh. That clone pointed at the now-deleted github repo, so it would have failed a fresh run regardless. Re-wiring the install is tracked in the pocketbook backlog. --- pocketbook/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pocketbook/.gitignore (limited to 'pocketbook/.gitignore') diff --git a/pocketbook/.gitignore b/pocketbook/.gitignore new file mode 100644 index 0000000..b9c0bb9 --- /dev/null +++ b/pocketbook/.gitignore @@ -0,0 +1,6 @@ +__pycache__/ +*.egg-info/ +dist/ +build/ +.pytest_cache/ +*.pyc -- cgit v1.2.3