mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
Add org.onionshare.OnionShare.svg, remove onionshare80.xpm, and fix sstdeb.cfg so building a .deb works again
This commit is contained in:
parent
96a471c9de
commit
eced6fb9ce
4 changed files with 2156 additions and 4 deletions
|
@ -2,13 +2,12 @@ include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
include BUILD.md
|
include BUILD.md
|
||||||
include share/*
|
include share/*
|
||||||
include share/icons/hicolor/scalable/apps/org.onionshare.OnionShare.svg
|
|
||||||
include share/images/*
|
include share/images/*
|
||||||
include share/locale/*
|
include share/locale/*
|
||||||
include share/templates/*
|
include share/templates/*
|
||||||
include share/static/*
|
include share/static/*
|
||||||
include install/org.onionshare.OnionShare.desktop
|
include install/org.onionshare.OnionShare.desktop
|
||||||
include install/org.onionshare.OnionShare.appdata.xml
|
include install/org.onionshare.OnionShare.appdata.xml
|
||||||
include install/onionshare80.xpm
|
include install/org.onionshare.OnionShare.svg
|
||||||
include install/scripts/onionshare-nautilus.py
|
include install/scripts/onionshare-nautilus.py
|
||||||
include tests/*.py
|
include tests/*.py
|
||||||
|
|
2154
install/org.onionshare.OnionShare.svg
Normal file
2154
install/org.onionshare.OnionShare.svg
Normal file
File diff suppressed because it is too large
Load diff
After Width: | Height: | Size: 157 KiB |
1
setup.py
1
setup.py
|
@ -66,7 +66,6 @@ data_files=[
|
||||||
(os.path.join(sys.prefix, 'share/applications'), ['install/org.onionshare.OnionShare.desktop']),
|
(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/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/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'), file_list('share')),
|
||||||
(os.path.join(sys.prefix, 'share/onionshare/images'), file_list('share/images')),
|
(os.path.join(sys.prefix, 'share/onionshare/images'), file_list('share/images')),
|
||||||
(os.path.join(sys.prefix, 'share/onionshare/locale'), file_list('share/locale')),
|
(os.path.join(sys.prefix, 'share/onionshare/locale'), file_list('share/locale')),
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
Package3: onionshare
|
Package3: onionshare
|
||||||
Depends3: python3, python3-flask, python3-flask-httpauth, python3-stem, python3-pyqt5, python3-crypto, python3-socks, python3-distutils, python-nautilus, tor, obfs4proxy
|
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
|
Suite: cosmic
|
||||||
X-Python3-Version: >= 3.5.3
|
X-Python3-Version: >= 3.5.3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue