From 01a12b08c9cb61925ed949fded8a58d9ffa60523 Mon Sep 17 00:00:00 2001 From: kirbylife Date: Wed, 19 May 2021 14:31:08 -0500 Subject: [PATCH] add items to the TO-DO list --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb3ab29..b275f70 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Make your webapps icons in the app box look better with the rest of your native ## Dependencies - SailfishOS (tested in SailfishOS 4 with an Xperia XA2) -- [Python3-numpy](https://openrepos.net/content/nobodyinperson/python3-numpy) -- [Python3-pillow](https://openrepos.net/content/birdzhang/python3-pillow) +- ~~[Python3-numpy](https://openrepos.net/content/nobodyinperson/python3-numpy)~~ +- ~~[Python3-pillow](https://openrepos.net/content/birdzhang/python3-pillow)~~ [Python3-imaging](https://github.com/sailfishos/python3-imaging/) (Jolla oficial PIL package) ## Build dependencies - [fpm](https://github.com/jordansissel/fpm) @@ -13,10 +13,22 @@ Make your webapps icons in the app box look better with the rest of your native ## Build your own RPM package 1. Clone the repository: `git clone https://gitlab.com/kirbylife/harbour-muchkin` 1. Go to the directory: `cd harbour-muchkin` -1. Build the package: `make rpm-jolla` +1. Build the package. + 1. armv7hl: `make rpm-jolla` + 1. i686: `make rpm-virt` + 1. aarch64: `soon` 1. the .rpm file will be on `/tmp/fpm-jolla/` ## TO-DO -- [ ] TO-DO list +- [ ] Make betters Make commands +- [x] Support to aarch64 arquitecture +- [x] Choice non-transparent color to fill the empty spaces +- [ ] Add option to request favicon +- [ ] Add option to restore the original icon +- [ ] Make all icons in the main grid the same size +- [ ] Add option to modify name and link +- [ ] Improve the shitty icon (maybe) +- [ ] Add option to modify the size of the original icon to fit better +- [ ] ... -Contributors are welcome :) +Contributors are welcome :).