Add new dependency
parent
f4c8564f75
commit
33ebb4bdd4
15
README.md
15
README.md
|
@ -5,9 +5,10 @@
|
||||||
Make your webapps icons in the app box look better with the rest of your native apps by choosing whether the corners are rounded or pointed
|
Make your webapps icons in the app box look better with the rest of your native apps by choosing whether the corners are rounded or pointed
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
- SailfishOS (tested in SailfishOS 4 with an Xperia XA2)
|
- SailfishOS (tested in SailfishOS 4 with an Xperia 10 III)
|
||||||
- ~~[Python3-numpy](https://openrepos.net/content/nobodyinperson/python3-numpy)~~
|
- ~~[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)
|
- ~~[Python3-pillow](https://openrepos.net/content/birdzhang/python3-pillow)~~ [Python3-imaging](https://github.com/sailfishos/python3-imaging/) (Jolla oficial PIL package)
|
||||||
|
- sailfish-svg2png
|
||||||
|
|
||||||
## Build dependencies
|
## Build dependencies
|
||||||
- [fpm](https://github.com/jordansissel/fpm)
|
- [fpm](https://github.com/jordansissel/fpm)
|
||||||
|
@ -17,9 +18,9 @@ Make your webapps icons in the app box look better with the rest of your native
|
||||||
1. Clone the repository: `git clone https://git.kirbylife.dev/kirbylife/harbour-muchkin`
|
1. Clone the repository: `git clone https://git.kirbylife.dev/kirbylife/harbour-muchkin`
|
||||||
1. Go to the directory: `cd harbour-muchkin`
|
1. Go to the directory: `cd harbour-muchkin`
|
||||||
1. Build the package:
|
1. Build the package:
|
||||||
1. armv7hl: `make rpm-jolla`
|
1. armv7hl: `make rpm-jolla`
|
||||||
1. i686: `make rpm-i686`
|
1. i686: `make rpm-i686`
|
||||||
1. aarch64: `make rpm-aarch64`
|
1. aarch64: `make rpm-aarch64`
|
||||||
1. (if fpm is not in `PATH` or has a different name you can set the env var "FPM_BIN" with the path to the binary).
|
1. (if fpm is not in `PATH` or has a different name you can set the env var "FPM_BIN" with the path to the binary).
|
||||||
1. the .rpm file will be on `output/`.
|
1. the .rpm file will be on `output/`.
|
||||||
|
|
||||||
|
@ -28,13 +29,13 @@ Make your webapps icons in the app box look better with the rest of your native
|
||||||
- [x] Choice non-transparent color to fill the empty spaces
|
- [x] Choice non-transparent color to fill the empty spaces
|
||||||
- [x] Fix the issue with sailjail
|
- [x] Fix the issue with sailjail
|
||||||
- [x] Make betters Make commands
|
- [x] Make betters Make commands
|
||||||
- [ ] Add SVG support
|
- [x] Add SVG support
|
||||||
|
- [x] Add option to modify the size of the original icon to fit better
|
||||||
|
- [x] Make all icons in the main grid the same size
|
||||||
- [ ] Add option to request favicon
|
- [ ] Add option to request favicon
|
||||||
- [ ] Add option to restore the original icon
|
- [ ] Add option to restore the original icon
|
||||||
- [ ] Make all icons in the main grid the same size
|
|
||||||
- [ ] Add option to modify name and link
|
- [ ] Add option to modify name and link
|
||||||
- [ ] Improve the shitty icon (maybe)
|
- [ ] Improve the shitty icon (maybe)
|
||||||
- [ ] Add option to modify the size of the original icon to fit better
|
|
||||||
- [ ] ...
|
- [ ] ...
|
||||||
|
|
||||||
Contributors are welcome :).
|
Contributors are welcome :).
|
||||||
|
|
Loading…
Reference in New Issue