Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again

This commit is contained in:
Micah Lee 2019-09-15 15:17:40 -07:00
parent 072c12fbb2
commit bb0908d6a3
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
4 changed files with 2156 additions and 4 deletions

View file

@ -2,13 +2,12 @@ include LICENSE
include README.md
include BUILD.md
include share/*
include share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
include share/images/*
include share/locale/*
include share/templates/*
include share/static/*
include install/org.onionshare.OnionShare.desktop
include install/org.onionshare.OnionShare.appdata.xml
include install/onionshare80.xpm
include install/org.onionshare.OnionShare.svg
include install/scripts/onionshare-nautilus.py
include tests/*.py

File diff suppressed because it is too large Load diff

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -66,7 +66,6 @@ data_files=[
(os.path.join(sys.prefix, 'share/applications'), ['install/org.onionshare.OnionShare.desktop']),
(os.path.join(sys.prefix, 'share/icons/hicolor/scalable/apps'), ['install/org.onionshare.OnionShare.svg']),
(os.path.join(sys.prefix, 'share/metainfo'), ['install/org.onionshare.OnionShare.appdata.xml']),
(os.path.join(sys.prefix, 'share/pixmaps'), ['install/onionshare80.xpm']),
(os.path.join(sys.prefix, 'share/onionshare'), file_list('share')),
(os.path.join(sys.prefix, 'share/onionshare/images'), file_list('share/images')),
(os.path.join(sys.prefix, 'share/onionshare/locale'), file_list('share/locale')),

View file

@ -1,6 +1,6 @@
[DEFAULT]
Package3: onionshare
Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
Build-Depends: python3-pytest, python3-requests
Build-Depends: python3, python3-all, python3-pytest, python3-requests
Suite: cosmic
X-Python3-Version: >= 3.5.3