summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-02-05 22:20:09 +0100
committerMartchus2021-02-05 22:20:09 +0100
commit81f60338f0facbf789500a81d2d50fe62e7458ee (patch)
tree323d18dbfb4f8d786ea210e835f3617e749a7c33
parent210af779dda4e91fa3ac5bbd45106c5116fe825a (diff)
downloadaur-81f60338f0facbf789500a81d2d50fe62e7458ee.tar.gz
Update to 6.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Make-windeployqt-an-optional-feature.patch26
-rw-r--r--PKGBUILD18
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qttools-sha256.txt2
5 files changed, 8 insertions, 48 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9752957a6024..7b5f9b56dc82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = android-aarch64-qt6-tools
pkgdesc = A cross-platform application and UI framework (tools, android)
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -20,10 +20,8 @@ pkgbase = android-aarch64-qt6-tools
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.0/6.0.0/submodules/qttools-everywhere-src-6.0.0.tar.xz
- source = 0001-Make-windeployqt-an-optional-feature.patch
- sha256sums = b6dc559db447bf394d09dfb238d5c09108f834139a183888179e855c6566bfae
- sha256sums = f316cdb87dcc84d1fe9ebd262812118e35571aa0fadd3da6ac3b9f42af19b8bb
+ source = https://download.qt.io/official_releases/qt/6.0/6.0.1/submodules/qttools-everywhere-src-6.0.1.tar.xz
+ sha256sums = dc354358f7d2ed56d17190f4ad7e3fc3ad88185be1eb74b9132b8b66185c349f
pkgname = android-aarch64-qt6-tools
diff --git a/0001-Make-windeployqt-an-optional-feature.patch b/0001-Make-windeployqt-an-optional-feature.patch
deleted file mode 100644
index 76a8d8dbd889..000000000000
--- a/0001-Make-windeployqt-an-optional-feature.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 007674dc717498f33a8e30a558e8d6560369a0fd Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Thu, 26 Nov 2020 01:53:27 +0100
-Subject: [PATCH] Make windeployqt an optional feature
-
-Change-Id: I3c797df913c07ed80929b41d367b1ebb41d8400f
----
- src/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 770f1cab..d5d34064 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -51,7 +51,7 @@ endif()
- if(TARGET Qt::DBus)
- add_subdirectory(qdbus)
- endif()
--if(WIN32)
-+if(QT_FEATURE_windeployqt)
- add_subdirectory(windeployqt)
- endif()
- if(QT_FEATURE_commandlineparser AND TARGET Qt::Gui AND NOT ANDROID AND NOT QNX AND NOT UIKIT AND NOT WASM)
---
-2.29.2
-
diff --git a/PKGBUILD b/PKGBUILD
index 32a33abcd617..8cde93a2cabc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_android_arch=aarch64
pkgname=android-$_android_arch-qt6-tools
-_qtver=6.0.0
+_qtver=6.0.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,20 +17,8 @@ makedepends=('android-cmake' 'android-aarch64-qt6-declarative' 'qt6-declarative'
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(android-${_android_arch}-qt6)
_pkgfqn="qttools-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
- '0001-Make-windeployqt-an-optional-feature.patch')
-sha256sums=('b6dc559db447bf394d09dfb238d5c09108f834139a183888179e855c6566bfae'
- 'f316cdb87dcc84d1fe9ebd262812118e35571aa0fadd3da6ac3b9f42af19b8bb')
-
-prepare () {
- cd $_pkgfqn
-
- # apply patches; further descriptions can be found in patch files itself
- for patch in "$srcdir/"*.patch; do
- msg2 "Applying patch $patch"
- patch -p1 -i "$patch"
- done
-}
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('dc354358f7d2ed56d17190f4ad7e3fc3ad88185be1eb74b9132b8b66185c349f')
build() {
source android-env ${_android_arch}
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 79b584be5079..c492fd10d97e 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -1,6 +1,6 @@
% layout 'android-qt6-module', has_binaries => 1;
\
-_qtver=6.0.0
+_qtver=6.0.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
diff --git a/qttools-sha256.txt b/qttools-sha256.txt
index 253cf3ba23b1..a80646fd63a6 100644
--- a/qttools-sha256.txt
+++ b/qttools-sha256.txt
@@ -1 +1 @@
-b6dc559db447bf394d09dfb238d5c09108f834139a183888179e855c6566bfae
+dc354358f7d2ed56d17190f4ad7e3fc3ad88185be1eb74b9132b8b66185c349f