Skip to content

Commit

Permalink
Simplified Makefile and added Manifest to include requirements in set…
Browse files Browse the repository at this point in the history
…up.py
  • Loading branch information
Tim-Luca committed May 9, 2022
1 parent 7f68b33 commit bbfa1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include requirements.txt
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ prepare:

install:
python -m installer --destdir="${DESTDIR}" dist/*.whl
mkdir -p ${DESTDIR}/usr/share/icons/
install -m644 assets/icon_rounded.png ${DESTDIR}/usr/share/icons/rescreen.png
install -m644 -t assets/icon_rounded.png ${DESTDIR}/usr/share/icons/rescreen.png
desktop-file-install --dir ${DESTDIR}/usr/share/applications system/rescreen.desktop
mkdir -p ${DESTDIR}/usr/lib/systemd/system/
install -m755 system/rescreen.service ${DESTDIR}/usr/lib/systemd/system/rescreen.service
install -m755 -t system/rescreen.service ${DESTDIR}/usr/lib/systemd/system/rescreen.service

0 comments on commit bbfa1b7

Please sign in to comment.