[Pkg-bitcoin-commits] [python-quamash] 38/78: attempt to update pyqt5

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit c2c5f2aa3278ab505d14c193f69227d1f3eda7fa
Author: Korijn van Golen <korijn at gmail.com>
Date:   Fri Aug 11 13:26:46 2017 +0200

    attempt to update pyqt5
---
 .travis.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e665a7b..9e7a82a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,9 +23,9 @@ install:
   # Qt4
   - sudo apt-get install -y libqt4-dev
   # Qt5
-  - sudo add-apt-repository -y ppa:beineri/opt-qt542
+  - sudo add-apt-repository -y ppa:beineri/opt-qt551-trusty
   - sudo apt-get update
-  - sudo apt-get install -y qt54base
+  - sudo apt-get install -y qt55base
   # Builds
   - pushd /builds
   # SIP
@@ -43,9 +43,9 @@ install:
   - sudo make install
   - popd
   # PyQt5
-  - source /opt/qt54/bin/qt54-env.sh  # switch to Qt5
+  - source /opt/qt55/bin/qt55-env.sh  # switch to Qt5
   - tar xzf /downloads/pyqt5.tar.gz --keep-newer-files
-  - pushd PyQt-gpl-5.4
+  - pushd PyQt-gpl-5.5
   - python configure.py -c --confirm-license --no-designer-plugin -e QtCore -e QtGui -e QtWidgets
   - make
   - sudo make install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list