Loading create-deb.sh +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ fpm -f -t deb -s dir -n zero-panel -v "$VERSION" \ -d libgtk-3-0 \ -d libglib2.0-0 \ --deb-recommends fonts-noto-cjk \ --description "panel used to show candidates for zero-el" \ --description "panel used to show candidates for zero-input" \ --vendor sylecn \ --maintainer "Yuanle Song <sylecn@gmail.com>" \ --deb-priority optional \ Loading operational +15 −0 Original line number Diff line number Diff line Loading @@ -448,3 +448,18 @@ candidates. ** 2019-09-02 apply apache license. * wontfix :entry: ** 2023-08-01 try build deb using demake and debuild. I don't like fpm. - is fpm maintained? yes. there are lots of open issues. but the project is still alive. - does fpm support systemd service file? yes. Command-line Reference — fpm - packaging made simple 1.9.0 documentation https://fpm.readthedocs.io/en/latest/cli-reference.html --deb-systemd FILEPATH (deb only) Add FILEPATH as a systemd script --[no-]deb-systemd-auto-start --[no-]deb-systemd-enable so it can still work. - continue using it if it is not broken. Loading
create-deb.sh +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ fpm -f -t deb -s dir -n zero-panel -v "$VERSION" \ -d libgtk-3-0 \ -d libglib2.0-0 \ --deb-recommends fonts-noto-cjk \ --description "panel used to show candidates for zero-el" \ --description "panel used to show candidates for zero-input" \ --vendor sylecn \ --maintainer "Yuanle Song <sylecn@gmail.com>" \ --deb-priority optional \ Loading
operational +15 −0 Original line number Diff line number Diff line Loading @@ -448,3 +448,18 @@ candidates. ** 2019-09-02 apply apache license. * wontfix :entry: ** 2023-08-01 try build deb using demake and debuild. I don't like fpm. - is fpm maintained? yes. there are lots of open issues. but the project is still alive. - does fpm support systemd service file? yes. Command-line Reference — fpm - packaging made simple 1.9.0 documentation https://fpm.readthedocs.io/en/latest/cli-reference.html --deb-systemd FILEPATH (deb only) Add FILEPATH as a systemd script --[no-]deb-systemd-auto-start --[no-]deb-systemd-enable so it can still work. - continue using it if it is not broken.