pop-os / launcher

Modular IPC-based desktop launcher service
Mozilla Public License 2.0
228 stars 47 forks source link

Packaging for other distribution #40

Closed oknozor closed 2 years ago

oknozor commented 2 years ago

I am aware this is a bit out of scope but since I rewrote onagre as suggested by @mmstick to use pop-launcher, I will soon want to package it for various distros (starting with ubuntu). This would require a pop-launcher package on the target distros.

I have very little knowledge about packaging for linux distributions other than arch. I'd be willing to maintain an ubuntu package but I would need some guidance.

Also, as I understand pop-shell is planning to integrate in gnome in the future so you might want to maintain it yourself.

Let me know.

mmstick commented 2 years ago

It already has debian packaging (see the debian directory), and gets pushed to our repository automatically by CI.

oknozor commented 2 years ago

Sorry I missed that, so I can just curl and dpkg --install Thank you.