From b23a6249b49ff7f0be76c31122baeaf9f7ac94c0 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Thu, 7 Dec 2017 15:04:25 +0100 Subject: [PATCH] Update qt and qbittorrent --- satellites/libtorrent-rasterbar.sat | 4 ++-- satellites/qbittorrent.sat | 9 +++------ satellites/qt5-base.sat | 4 ++-- satellites/qt5-tools.sat | 4 ++-- satellites/qt5-x11extras.sat | 4 ++-- satellites/qt5ct.sat | 4 ++-- 6 files changed, 13 insertions(+), 16 deletions(-) diff --git a/satellites/libtorrent-rasterbar.sat b/satellites/libtorrent-rasterbar.sat index 6bf98ab..aed6715 100644 --- a/satellites/libtorrent-rasterbar.sat +++ b/satellites/libtorrent-rasterbar.sat @@ -1,11 +1,11 @@ import 'compile/configure' name=libtorrent-rasterbar -version=1.1.4 +version=1.1.5 update_url='https://github.com/arvidn/libtorrent/releases' dlextract "https://github.com/arvidn/libtorrent/releases/download/libtorrent-$(echo "$version" | tr . _)/$name-$version.tar.gz" \ - 'b0511cebee7b57dde57bfc4ac5f8eefa' + 'f0e26796a79c51ae8e49ab652ce00166' _ cd "$name-$version" diff --git a/satellites/qbittorrent.sat b/satellites/qbittorrent.sat index 784d6b6..315a542 100644 --- a/satellites/qbittorrent.sat +++ b/satellites/qbittorrent.sat @@ -1,23 +1,20 @@ import 'compile/configure' name=qbittorrent -version=3.3.16 +version=4.0.1 update_url='https://www.qbittorrent.org/download.php' -define_option '!qt4: Build for Qt4 instead of Qt5' define_option '!patch: Apply some custom patches' dlextract "http://sourceforge.net/projects/$name/files/$name/$name-$version/$name-$version.tar.xz" \ - '409a5c742f78a6d2a841001441a4ad46' + '29b670c805e52b6d6048e12f6158f7f7' option patch extrafile "$name-$version-preview-file-on-double-click.patch" _ cd "$name-$version" option patch patch -p0 -i "../$name-$version-preview-file-on-double-click.patch" -compile_configure -I -- \ - --with-qtsingleapplication=shipped \ - $(option qt4 && echo '--with-qt4 --with-qjson=shipped' || echo '--without-qt4') +compile_configure -I -- --with-qtsingleapplication=shipped make INSTALL_ROOT="$dir_install" install # vim:set tabstop=4 shiftwidth=4 syntax=sh expandtab: diff --git a/satellites/qt5-base.sat b/satellites/qt5-base.sat index d72f9cf..93d9942 100644 --- a/satellites/qt5-base.sat +++ b/satellites/qt5-base.sat @@ -1,7 +1,7 @@ name=qt5 submodule=base majver=5.9 -version=$majver.1 +version=$majver.3 update_url='https://www.qt.io/download-open-source/' update_names="qt-everywhere-opensource-src-$version.tar.xz" @@ -11,7 +11,7 @@ for opt in $optional_libraries; do done dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \ - '5a74869fc3731bcb8311e62e235d11a7' + '96f79e2350c7597632abade992fd3f8f' _ cd "qt$submodule-opensource-src-$version" diff --git a/satellites/qt5-tools.sat b/satellites/qt5-tools.sat index f1834f0..2d5438b 100644 --- a/satellites/qt5-tools.sat +++ b/satellites/qt5-tools.sat @@ -3,12 +3,12 @@ import 'compile/qt' name=qt5 submodule=tools majver=5.9 -version=$majver.1 +version=$majver.3 update_url='https://www.qt.io/download-open-source/' update_names="qt-everywhere-opensource-src-$version.tar.xz" dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \ - '87bbad069322a03c3d365fdaac3c9f19' + '7d798fe763012e7c4f5e4fd8149ef80f' _ cd "qt$submodule-opensource-src-$version" diff --git a/satellites/qt5-x11extras.sat b/satellites/qt5-x11extras.sat index 783aa59..b44ebee 100644 --- a/satellites/qt5-x11extras.sat +++ b/satellites/qt5-x11extras.sat @@ -3,12 +3,12 @@ import 'compile/qt' name=qt5 submodule=x11extras majver=5.9 -version=$majver.1 +version=$majver.3 update_url='https://www.qt.io/download-open-source/' update_names="qt-everywhere-opensource-src-$version.tar.xz" dlextract "http://download.qt.io/official_releases/qt/$majver/$version/submodules/qt$submodule-opensource-src-$version.tar.xz" \ - '0cc2add29e952e9c81d38708185b0f14' + '0b606d38f7c79d4b2139d10baa1c3bd7' _ cd "qt$submodule-opensource-src-$version" diff --git a/satellites/qt5ct.sat b/satellites/qt5ct.sat index 2041cd0..39e4e59 100644 --- a/satellites/qt5ct.sat +++ b/satellites/qt5ct.sat @@ -1,11 +1,11 @@ import 'compile/qt' name=qt5ct -version=0.33 +version=0.34 update_url="https://sourceforge.net/projects/$name/files/" dlextract "https://sourceforge.net/projects/$name/files/$name-$version.tar.bz2" \ - '4853c8413af7487b78b00631040236ab' + '660a38be27c5665b4fcf3349b67bc57d' _ cd "$name-$version"