changed gtk deps to qt4

This commit is contained in:
Micah Lee 2014-06-20 00:01:03 -04:00
parent f0e170913a
commit 785078957e
3 changed files with 4 additions and 4 deletions

View File

@ -11,13 +11,13 @@ Start by getting a copy of the source code:
Note that python-stem appears in Debian wheezy and newer (so by extension Tails 1.1 and newer), and it appears in Ubuntu 13.10 and newer. Older versions of Debian and Ubuntu aren't supported.
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-webkit
sudo apt-get install -y build-essential fakeroot python-all python-stdeb python-flask python-stem python-qt4
./build_deb.sh
sudo dpkg -i deb_dist/onionshare_*.deb
*For .rpm-based distros (Red Hat, Fedora, CentOS):*
sudo yum install -y rpm-build python-flask python-stem pywebkitgtk
sudo yum install -y rpm-build python-flask python-stem pyqt4
./build_rpm.sh
sudo yum install -y dist/onionshare-*.rpm

View File

@ -6,7 +6,7 @@ VERSION=`cat version`
rm -r build dist
# build binary package
python setup.py bdist_rpm --requires="python-flask, python-stem, pywebkitgtk"
python setup.py bdist_rpm --requires="python-flask, python-stem, pyqt4"
# install it
echo ""

View File

@ -1,4 +1,4 @@
[DEFAULT]
Package: onionshare
Depends: python-flask, python-stem, python-webkit
Depends: python-flask, python-stem, python-qt4
Suite: trusty