Open jubalh opened 5 years ago
This is also being packaged in NixOS and the script isn't friendly for packaging.
Perhaps take inspiration from projects like https://github.com/snwh/moka-icon-theme or https://github.com/elementary/icons which have used Meson.
It would be nice to be able to run
make install
or similar. Right now we can useecho $'n\nn\nn' | %configure
to configure the icon pack, then copy viacp
and remove the dotfiles manually.Also see: copr spec file
It would be nice if one could just call configure (set DESTDIR too), to configure the icon pack, then run an install command, call configure again with the other settings, and run the install command again. So each distro could easily create subpackages with differently configured la capitaine icons.