summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2017-12-14 01:06:22 +0100
committerMartchus2017-12-14 01:06:22 +0100
commit1eafbc9aa5c3c1b70a4de28cbca0452897c4c6af (patch)
tree3694d9a78d79dc4313272ab9b57df89393b1ad2a
parentfc255b764e7cd2055af8f568156e2a258539af6c (diff)
downloadaur-1eafbc9aa5c3c1b70a4de28cbca0452897c4c6af.tar.gz
Update to 5.10.0
-rw-r--r--.SRCINFO14
-rw-r--r--0001-Build-QML-dev-tools-as-shared-library.patch4
-rw-r--r--0002-Ensure-static-plugins-are-exported.patch4
-rw-r--r--0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch4
-rwxr-xr-xPKGBUILD14
5 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23bdd1f67ca6..ed64e975590e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 16 17:36:25 UTC 2017
+# Thu Dec 14 00:06:22 UTC 2017
pkgbase = mingw-w64-qt5-declarative
pkgdesc = Classes for QML and JavaScript languages (mingw-w64)
- pkgver = 5.9.2
+ pkgver = 5.10.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -21,14 +21,14 @@ pkgbase = mingw-w64-qt5-declarative
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.9/5.9.2/submodules/qtdeclarative-opensource-src-5.9.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.10/5.10.0/submodules/qtdeclarative-everywhere-src-5.10.0.tar.xz
source = 0001-Build-QML-dev-tools-as-shared-library.patch
source = 0002-Ensure-static-plugins-are-exported.patch
source = 0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
- sha256sums = 0d40fd4de9c73b9173d8308c0dc37952bf5c747d87ff221962dd2f848d820b08
- sha256sums = 0a9cca3ab4a5cded2a5b13f398cce19cbe8e84bb8c1d99bc3f3bb7715b1f4cb0
- sha256sums = c3fa3cb98077531c373c8232c5b3b03e548aefbfecc11dd3a03cbf4ec3100838
- sha256sums = d865f272436b47e027e9ad380fff1c134fe0396e446e7601cb5a59445aba79c4
+ sha256sums = 5ccb4dbca5046554037bcffbb05918f6efcff321c44cd1c39b1c47be7e67711e
+ sha256sums = 8923258b451a885b2300169864a43e944f951963455da1c79b5f06693323be7d
+ sha256sums = b9a5545eb33621deb61676e9000fc0417d0b1e419143bc276174c34545d6b562
+ sha256sums = df36a5b2a09c46b415d92e7aa1f9fe587ddd1fc58a4ccfb269661cd338414089
pkgname = mingw-w64-qt5-declarative
diff --git a/0001-Build-QML-dev-tools-as-shared-library.patch b/0001-Build-QML-dev-tools-as-shared-library.patch
index 946ca5a444e3..958b9b35fd38 100644
--- a/0001-Build-QML-dev-tools-as-shared-library.patch
+++ b/0001-Build-QML-dev-tools-as-shared-library.patch
@@ -1,4 +1,4 @@
-From 4924f5854a96eda470551762f90b64102de2a9cf Mon Sep 17 00:00:00 2001
+From cea3fc4942ec18a3d409bcabe4b57f80eec401be Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:24:15 +0200
Subject: [PATCH 1/3] Build QML dev tools as shared library
@@ -23,5 +23,5 @@ index a21988b91..fc5c4d05d 100644
MODULE_INCNAME = QtQml
--
-2.14.2
+2.15.1
diff --git a/0002-Ensure-static-plugins-are-exported.patch b/0002-Ensure-static-plugins-are-exported.patch
index b6076725ea1e..dfc64b150884 100644
--- a/0002-Ensure-static-plugins-are-exported.patch
+++ b/0002-Ensure-static-plugins-are-exported.patch
@@ -1,4 +1,4 @@
-From 0c0ffb778f79e2345dd6f0bbcdae8a374a34848c Mon Sep 17 00:00:00 2001
+From d4e3a5a7796274b3e3fdf083ebc4700c007bef83 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 23 Oct 2016 01:18:13 +0200
Subject: [PATCH 2/3] Ensure static plugins are exported
@@ -18,5 +18,5 @@ index 9ddb9885c..9775d85e0 100644
foreach(_other_plugin ${_qt5qml_other_plugins})
include(${_other_plugin} OPTIONAL)
--
-2.14.2
+2.15.1
diff --git a/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch b/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
index 3c2624ffc4d1..d3c179b5d61c 100644
--- a/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
+++ b/0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch
@@ -1,4 +1,4 @@
-From dca2e22e736445ae2acf463236bb66e60a072632 Mon Sep 17 00:00:00 2001
+From 1752086b718718c0b7364bb72245c4bb9b1aeba5 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sat, 4 Feb 2017 01:59:59 +0100
Subject: [PATCH 3/3] Prevent exporting QML parser symbols on static build
@@ -33,5 +33,5 @@ index 0e195994b..8aa451e9d 100644
# define QML_PARSER_EXPORT
# elif defined(QT_BUILD_QML_LIB)
--
-2.14.2
+2.15.1
diff --git a/PKGBUILD b/PKGBUILD
index 583db4700ce9..6a4098e33138 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
_qt_module=qtdeclarative
pkgname=mingw-w64-qt5-declarative
-pkgver=5.9.2
+pkgver=5.10.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Classes for QML and JavaScript languages (mingw-w64)'
@@ -22,15 +22,15 @@ options=('!strip' '!buildflags' 'staticlibs')
groups=('mingw-w64-qt5')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
url='https://www.qt.io/'
-_pkgfqn="${_qt_module}-opensource-src-${pkgver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver:0:3}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
+_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Build-QML-dev-tools-as-shared-library.patch'
'0002-Ensure-static-plugins-are-exported.patch'
'0003-Prevent-exporting-QML-parser-symbols-on-static-build.patch')
-sha256sums=('0d40fd4de9c73b9173d8308c0dc37952bf5c747d87ff221962dd2f848d820b08'
- '0a9cca3ab4a5cded2a5b13f398cce19cbe8e84bb8c1d99bc3f3bb7715b1f4cb0'
- 'c3fa3cb98077531c373c8232c5b3b03e548aefbfecc11dd3a03cbf4ec3100838'
- 'd865f272436b47e027e9ad380fff1c134fe0396e446e7601cb5a59445aba79c4')
+sha256sums=('5ccb4dbca5046554037bcffbb05918f6efcff321c44cd1c39b1c47be7e67711e'
+ '8923258b451a885b2300169864a43e944f951963455da1c79b5f06693323be7d'
+ 'b9a5545eb33621deb61676e9000fc0417d0b1e419143bc276174c34545d6b562'
+ 'df36a5b2a09c46b415d92e7aa1f9fe587ddd1fc58a4ccfb269661cd338414089')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \