asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits:
-
5a136337
by asciiwolf at 2025-09-26T00:28:52+02:00
-
f4b5c127
by asciiwolf at 2025-09-26T13:08:48+00:00
2 changed files:
Changes:
... | ... | @@ -12,7 +12,7 @@ Then install dependencies, build a package, and install: |
12 | 12 | ### Debian, Ubuntu, Linux Mint, etc.
|
13 | 13 | |
14 | 14 | ```sh
|
15 | -sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyside6.qtcore python3-gpg python3-requests python3-setuptools python3-socks python3-packaging gnupg2 tor
|
|
15 | +sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyside6.qtcore python3-pyside6.qtwidgets python3-gpg python3-requests python3-setuptools python3-socks python3-packaging gnupg2 tor
|
|
16 | 16 | ./build_deb.sh
|
17 | 17 | sudo dpkg -i deb_dist/torbrowser-launcher_*.deb
|
18 | 18 | ```
|
1 | 1 | [DEFAULT]
|
2 | 2 | Package3: torbrowser-launcher
|
3 | -Depends3: python3-pyside6.qtcore, python3-gpg, python3-requests, python3-socks, python3-packaging, gnupg2
|
|
4 | -Build-Depends: dh-python, python3-pyqt5, python3-gpg, python3-requests, python3-setuptools, python3-socks, python3-packaging, gnupg2
|
|
3 | +Depends3: python3-pyside6.qtcore, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-socks, python3-packaging, gnupg2
|
|
4 | +Build-Depends: dh-python, python3-pyside6.qtcore, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-setuptools, python3-socks, python3-packaging, gnupg2
|
|
5 | 5 | Recommends: tor
|
6 | 6 | Suite: oracular |