summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2019-09-09 20:28:38 +0200
committerMartchus2019-09-09 20:28:38 +0200
commit7855fd84a741437705c10cfe2b7e757683ef4d34 (patch)
treed1e71d01b6d1245a108e40c56cd10e307fed3277
parentb23148fd0f98d2c12b46217951190074109928ff (diff)
downloadaur-7855fd84a741437705c10cfe2b7e757683ef4d34.tar.gz
Update to 5.13.1
-rw-r--r--.SRCINFO10
-rw-r--r--0001-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rwxr-xr-xPKGBUILD11
4 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 907b73e78c1e..f1bdad359c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.13.0
+ pkgver = 5.13.1
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -19,12 +19,12 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtdeclarative-everywhere-src-5.13.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtdeclarative-everywhere-src-5.13.1.tar.xz
source = 0001-Ensure-static-plugins-are-exported.patch
source = 0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = b9e8780aef0af4a60e64dcc405bdf5c03a04b28e3b94d5c2e69d0006db566ba9
- sha256sums = d324b621d5947676ea8938f90c0e001b6c6b2f04bb95b4d66efd0f1529d41d3c
- sha256sums = b68381599c53a84404d75ddc3c0535fea91a01bdc57c1d1c23a64d120c3174c6
+ sha256sums = ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2
+ sha256sums = 7aed56367a2446ffc00b05a23c354f8c45424011939f632a09c31654c9d26ec7
+ sha256sums = 637a72c7394c19b31484f5ea21e7245c3879843d4ca413e3b2ae20e945ac94b3
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Ensure-static-plugins-are-exported.patch b/0001-Ensure-static-plugins-are-exported.patch
index 634de8849bed..9386e7b5e3c9 100644
--- a/0001-Ensure-static-plugins-are-exported.patch
+++ b/0001-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From de45939789cc1540d115d8efa194a4a64045725f Mon Sep 17 00:00:00 2001
+From a4337bf1afe7ef5a230ed26f4304f975cccfda28 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 1/2] Ensure static plugins are exported
@@ -18,5 +18,5 @@ index 9ddb9885cd..9775d85e08 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.22.0
+2.23.0
diff --git a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
index fb601e5b50e7..657909596e1f 100644
--- a/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
+++ b/0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch
@@ -1,4 +1,4 @@
-From af9056f5b275c099fe3a6cf49d043a61e95ac257 Mon Sep 17 00:00:00 2001
+From e660efbc2c0ae82da680d926d0e6a8325baf0aa3 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 2/2] Prevent exporting QML parser symbols on static build
@@ -33,5 +33,5 @@ index bf8155c6ec..2bfa230bcc 100644
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
--
-2.22.0
+2.23.0
diff --git a/PKGBUILD b/PKGBUILD
index f7a62e065a99..7268d110385f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
@@ -26,9 +26,9 @@ _pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Ensure-static-plugins-are-exported.patch'
'0002-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('b9e8780aef0af4a60e64dcc405bdf5c03a04b28e3b94d5c2e69d0006db566ba9'
- 'd324b621d5947676ea8938f90c0e001b6c6b2f04bb95b4d66efd0f1529d41d3c'
- 'b68381599c53a84404d75ddc3c0535fea91a01bdc57c1d1c23a64d120c3174c6')
+sha256sums=('ae3477401b13d6b31e8569629d3f73b3e81e27cec27595988ffd320eaec7f0e2'
+ '7aed56367a2446ffc00b05a23c354f8c45424011939f632a09c31654c9d26ec7'
+ '637a72c7394c19b31484f5ea21e7245c3879843d4ca413e3b2ae20e945ac94b3')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -91,6 +91,9 @@ package() {
done
fi
+ # remove '.static.prl' files
+ find "${pkgdir}/usr/${_arch}" -name '.static.prl' -delete
+
find "${pkgdir}/usr/${_arch}/lib" -maxdepth 1 -name '*.dll' -delete
[ "$NO_STATIC_EXECUTABLES" -a "${_config##*=}" = static -o "$NO_EXECUTABLES" ] && \
find "${pkgdir}/usr/${_arch}" -name '*.exe' -delete || \