feat(calc): Convert to Rust w/ Qalc
This commit is contained in:
parent
dae8108cb1
commit
bc1fc717b1
11 changed files with 154 additions and 157 deletions
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -11,7 +11,7 @@ Homepage: https://github.com/pop-os/launcher
|
|||
|
||||
Package: pop-launcher
|
||||
Architecture: amd64
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Depends: qalc, fd-find, ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: Modular IPC-based desktop launcher service
|
||||
|
||||
Package: pop-launcher-system76-power
|
||||
|
|
|
|||
1
debian/pop-launcher.links
vendored
1
debian/pop-launcher.links
vendored
|
|
@ -1,3 +1,4 @@
|
|||
/usr/bin/pop-launcher /usr/lib/pop-launcher/plugins/calc/calc
|
||||
/usr/bin/pop-launcher /usr/lib/pop-launcher/plugins/desktop_entries/desktop-entries
|
||||
/usr/bin/pop-launcher /usr/lib/pop-launcher/plugins/find/find
|
||||
/usr/bin/pop-launcher /usr/lib/pop-launcher/plugins/pop_shell/pop-shell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue