2021-05-10 20:12:10 +00:00
|
|
|
# Muchkin icons
|
2024-04-02 01:26:03 +00:00
|
|
|
|
2015-03-05 15:12:47 +00:00
|
|
|
==============
|
2024-04-02 01:26:03 +00:00
|
|
|
|
2021-05-10 20:12:10 +00:00
|
|
|
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
|
2015-02-21 14:19:19 +00:00
|
|
|
|
2021-05-10 20:12:10 +00:00
|
|
|
## Dependencies
|
|
|
|
- SailfishOS (tested in SailfishOS 4 with an Xperia XA2)
|
2021-05-19 19:31:08 +00:00
|
|
|
- ~~[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)
|
2015-02-21 14:19:19 +00:00
|
|
|
|
2021-05-10 20:12:10 +00:00
|
|
|
## Build dependencies
|
|
|
|
- [fpm](https://github.com/jordansissel/fpm)
|
2023-03-13 19:21:48 +00:00
|
|
|
- [rpm-tools](http://rpm.org/)
|
2015-02-21 14:19:19 +00:00
|
|
|
|
2021-05-10 20:12:10 +00:00
|
|
|
## Build your own RPM package
|
2024-04-02 01:26:03 +00:00
|
|
|
1. Clone the repository: `git clone https://git.kirbylife.dev/kirbylife/harbour-muchkin`
|
2021-05-10 20:12:10 +00:00
|
|
|
1. Go to the directory: `cd harbour-muchkin`
|
2024-04-02 01:26:03 +00:00
|
|
|
1. Build the package:
|
2021-05-19 19:31:08 +00:00
|
|
|
1. armv7hl: `make rpm-jolla`
|
2024-04-02 01:26:03 +00:00
|
|
|
1. i686: `make rpm-i686`
|
2023-03-13 19:21:48 +00:00
|
|
|
1. aarch64: `make rpm-aarch64`
|
2024-04-02 01:26:03 +00:00
|
|
|
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/`.
|
2015-02-21 14:19:19 +00:00
|
|
|
|
2021-05-10 20:12:10 +00:00
|
|
|
## TO-DO
|
2021-05-19 19:31:08 +00:00
|
|
|
- [x] Support to aarch64 arquitecture
|
|
|
|
- [x] Choice non-transparent color to fill the empty spaces
|
2023-03-13 19:21:48 +00:00
|
|
|
- [x] Fix the issue with sailjail
|
2024-04-02 01:26:03 +00:00
|
|
|
- [x] Make betters Make commands
|
|
|
|
- [ ] Add SVG support
|
2021-05-19 19:31:08 +00:00
|
|
|
- [ ] 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
|
|
|
|
- [ ] ...
|
2015-02-21 14:19:19 +00:00
|
|
|
|
2021-05-19 19:31:08 +00:00
|
|
|
Contributors are welcome :).
|