From 785078957e5a343181f4dc668515e445654e6830 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Fri, 20 Jun 2014 00:01:03 -0400 Subject: [PATCH] changed gtk deps to qt4 --- BUILD.md | 4 ++-- build_rpm.sh | 2 +- stdeb.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.md b/BUILD.md index f11b056c..1295686e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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 diff --git a/build_rpm.sh b/build_rpm.sh index acd2aed1..45fbe178 100755 --- a/build_rpm.sh +++ b/build_rpm.sh @@ -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 "" diff --git a/stdeb.cfg b/stdeb.cfg index dd6d3293..f61d2e86 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -1,4 +1,4 @@ [DEFAULT] Package: onionshare -Depends: python-flask, python-stem, python-webkit +Depends: python-flask, python-stem, python-qt4 Suite: trusty