mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
\#10: Added pyopengl, custom shell script for miniconda environment
This commit is contained in:
parent
2665d829a2
commit
ec392f50f5
10 changed files with 28 additions and 15 deletions
|
@ -15,12 +15,12 @@ install:
|
|||
# Fix hashbang and move executable
|
||||
sed -i "1s:.*:#!$(prefix)/share/virtscreen/env/bin/python3:" \
|
||||
$(DESTDIR)$(prefix)/share/virtscreen/env/bin/virtscreen
|
||||
install -D $(DESTDIR)$(prefix)/share/virtscreen/env/bin/virtscreen \
|
||||
install -D launch_env.sh \
|
||||
$(DESTDIR)$(prefix)/bin/virtscreen
|
||||
# Delete unnecessary installed files done by setup.py
|
||||
rm -rf $(DESTDIR)$(prefix)/share/virtscreen/env/lib/python3.6/site-packages/usr
|
||||
# Copy desktop entry and icon
|
||||
install -m 644 -D data/virtscreen.desktop \
|
||||
install -m 644 -D virtscreen.desktop \
|
||||
$(DESTDIR)$(prefix)/share/applications/virtscreen.desktop
|
||||
install -m 644 -D data/virtscreen.png \
|
||||
$(DESTDIR)$(prefix)/share/pixmaps/virtscreen.png
|
||||
|
|
|
@ -10,7 +10,7 @@ X-Python3-Version: >= 3.6
|
|||
Package: virtscreen
|
||||
Architecture: all
|
||||
Multi-Arch: foreign
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, x11vnc, python3-pyqt5, qtbase5-dev, python3-twisted, python3-netifaces
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, x11vnc, python3-pyqt5, qtbase5-dev, python3-opengl, python3-twisted, python3-netifaces
|
||||
Description: Make your iPad/tablet/computer as a secondary monitor on Linux
|
||||
VirtScreen is an easy-to-use Linux GUI app that creates a virtual
|
||||
secondary screen and shares it through VNC.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue