jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.95k stars 96 forks source link

install target / official debian packaging #382

Closed alexmyczko closed 7 months ago

alexmyczko commented 7 months ago

Hi

Thanks for this software! However the install target does not take care of pkg/resources...

Here's the packaging for now: http://sid.ethz.ch/debian/onedriver/

ITP is here: https://bugs.debian.org/1063440

Oh wait, not nice:

install: onedriver onedriver-launcher
        cp onedriver /usr/bin/
        cp onedriver-launcher /usr/bin/
        mkdir -p /usr/share/icons/onedriver/
        cp pkg/resources/onedriver.svg /usr/share/icons/onedriver/
        cp pkg/resources/onedriver.png /usr/share/icons/onedriver/
        cp pkg/resources/onedriver-128.png /usr/share/icons/onedriver/
        cp pkg/resources/onedriver.desktop /usr/share/applications/
        cp pkg/resources/onedriver@.service /etc/systemd/user/
        gzip -c pkg/resources/onedriver.1 > /usr/share/man/man1/onedriver.1.gz
        mandb

Best,