]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Update build scripts and dependencies
authorMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 20:20:06 +0000 (13:20 -0700)
committerMicah Lee <micah@micahflee.com>
Fri, 23 Mar 2018 20:20:06 +0000 (13:20 -0700)
BUILD.md
build_rpm.sh
stdeb.cfg

index e4c71947b5af36b31919e4b84a4d9981511b0dbb..5709544a30d9fb3c856380d9d31197377239d95e 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -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
 ```
index d51141a3e8c451bcd95418d38a7956cfb138db8a..f39c5dea085cf0b8cee3d8ac3ed92ce22230f6a7 100755 (executable)
@@ -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 ""
index 1bb06056b882a75756aee1c8062f8a39c31f95ec..bcf8f287bfc6cc5c81b2a96263be22881178bf71 100644 (file)
--- a/stdeb.cfg
+++ b/stdeb.cfg
@@ -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