Update build scripts and dependencies

This commit is contained in:
Micah Lee 2018-03-23 13:20:06 -07:00
parent 2b854d436c
commit 467fd098c8
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ Then install dependencies, build a package, and install:
### Debian, Ubuntu, Linux Mint, etc.
```sh
sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks tor
sudo apt-get install build-essential dh-python python3-all python3-stdeb python3-qt5 python3-gpg python3-requests python3-socks
./build_deb.sh
sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
```
@ -20,7 +20,7 @@ sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
### Red Hat, Fedora, CentOS, etc.
```sh
sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks tor
sudo dnf install rpm-build python3-qt5 python3-gpg python3-requests python3-pysocks
./build_rpm.sh
sudo yum install dist/torbrowser-launcher-*.rpm
```

View File

@ -6,7 +6,7 @@ VERSION=`cat share/torbrowser-launcher/version`
rm -r build dist
# build binary package
python setup.py bdist_rpm --requires="python-twisted, gnupg, fakeroot, pygtk2, python2-gpg"
python setup.py bdist_rpm --requires="python3-qt5, python3-gpg, python3-requests, python3-pysocks"
# install it
echo ""

View File

@ -1,6 +1,6 @@
[DEFAULT]
Package: torbrowser-launcher
Depends: python-gtk2, python-twisted, python-lzma, gnupg, xz-utils
Depends: python3-qt5, python3-gpg, python3-requests, python3-socks
Build-Depends: dh-python
Recommends: python-pygame, python-txsocksx, tor
Suite: trusty
Recommends: tor
Suite: artful