From 7407a9a037160fc0bb78b2557bbbe598e990b53d Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 5 Nov 2018 23:29:13 +0100 Subject: [PATCH] updated dependencies --- .drone.yml | 3 --- README.md | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index e633d86..b922072 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,11 +9,8 @@ pipeline: commands: - rm /etc/apt/apt.conf.d/docker-clean - echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main" >> /etc/apt/sources.list.d/ubuntu-toolchain-r.list - # - echo "deb http://ppa.launchpad.net/george-edison55/cmake-3.x/ubuntu xenial main" >> /etc/apt/sources.list.d/cmake-3.x.list - gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0x60c317803a41ba51845e371a1e9377a2ba9ef27f - # - gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 0xb118cd3c377df930edd06c67084ecfc5828ab726 - gpg --armor --export 0x60c317803a41ba51845e371a1e9377a2ba9ef27f | apt-key add - - # - gpg --armor --export 0xb118cd3c377df930edd06c67084ecfc5828ab726 | apt-key add - - apt-get update -q - apt-get install -qy g++-6 cmake pkg-config - apt-get install -qy libvsqlitepp-dev libboost-dev libxdg-basedir-dev qt5-default qttools5-dev-tools qttools5-dev libconfig++-dev diff --git a/README.md b/README.md index c47c6ea..ecf4fa4 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,11 @@ Gentoo ebuilds are available via my * [cmake](https://cmake.org/) (at least 3.2) * [vsqlite++](http://vsqlite.virtuosic-bytes.com/) (tested: 0.3) * [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2) -* [qtcore](https://www.qt.io/) (tested: 5.11/5.2) +* [qtcore](https://www.qt.io/) (tested: 5.11/5.5) * Optional - * GUI: [qtwidgets](https://www.qt.io/) (tested: 5.11/5.2) - * GUI: [libconfig++](https://github.com/hyperrealm/libconfig) (tested: 1.5 / 1.4) - * Translations: [lupdate & lrelease](http://doc.qt.io/qt-5/linguist-manager.html) (tested: 5.11/5.2) + * GUI: [qtwidgets](https://www.qt.io/) (tested: 5.11/5.5) + * GUI: [libconfig++](https://github.com/hyperrealm/libconfig) (tested: 1.5) + * Translations: [lupdate & lrelease](http://doc.qt.io/qt-5/linguist-manager.html) (tested: 5.11/5.5) #### Get sourcecode