summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2020-06-01 19:54:28 +0200
committerMartchus2020-06-01 19:54:28 +0200
commit80bc31426a7310a9e8a8de369f7d914ec7e3db74 (patch)
tree046ff685229ab98a3fcd5557a3f6ff460d74467a
parentb20c9b74d418adab3bc3b4666300b6f8d3be1074 (diff)
downloadaur-80bc31426a7310a9e8a8de369f7d914ec7e3db74.tar.gz
Update to 5.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Fix-linguist-macro.patch8
-rwxr-xr-xPKGBUILD6
-rw-r--r--PKGBUILD.sh.ep2
-rw-r--r--qttools-sha256.txt2
5 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ee0b7f83923..81bdefb5d47d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-tools
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.14.2
+ pkgver = 5.15.0
pkgrel = 1
url = https://www.qt.io/
arch = i686
@@ -21,10 +21,10 @@ pkgbase = mingw-w64-qt5-tools
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.14/5.14.2/submodules/qttools-everywhere-src-5.14.2.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.15/5.15.0/submodules/qttools-everywhere-src-5.15.0.tar.xz
source = 0001-Fix-linguist-macro.patch
- sha256sums = 5bb0cf7832b88eb6bc9d4289f98307eb14b16a453ad6cf42cca13c4fe1a053c5
- sha256sums = 3bb3e214211ce334f98b511b74613096cc38a92396dc5944ae58810f32a61eee
+ sha256sums = ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437
+ sha256sums = ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a
pkgname = mingw-w64-qt5-tools
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index b638cf49767c..b47e4280b635 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 035266019df7c3ea1c010471b5b4dd9d932f5425 Mon Sep 17 00:00:00 2001
+From 9d961ddca0caefbc9a218bb40fbf7f27b7b03a2e Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 25 Sep 2016 21:44:42 +0200
Subject: [PATCH] Fix linguist macro
@@ -11,7 +11,7 @@ Subject: [PATCH] Fix linguist macro
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/linguist/Qt5LinguistToolsMacros.cmake b/src/linguist/Qt5LinguistToolsMacros.cmake
-index 23beeb39..bf1b0ad6 100644
+index ab271d56..f54c99c4 100644
--- a/src/linguist/Qt5LinguistToolsMacros.cmake
+++ b/src/linguist/Qt5LinguistToolsMacros.cmake
@@ -71,8 +71,10 @@ function(QT5_CREATE_TRANSLATION _qm_files)
@@ -26,7 +26,7 @@ index 23beeb39..bf1b0ad6 100644
ARGS ${_lupdate_options} "@${_ts_lst_file}" -ts ${_ts_file}
DEPENDS ${_my_sources}
BYPRODUCTS ${_ts_lst_file} VERBATIM)
-@@ -103,8 +105,9 @@ function(QT5_ADD_TRANSLATION _qm_files)
+@@ -114,8 +116,9 @@ function(QT5_ADD_TRANSLATION _qm_files)
set(qm "${CMAKE_CURRENT_BINARY_DIR}/${FILE_NAME}.qm")
endif()
@@ -38,5 +38,5 @@ index 23beeb39..bf1b0ad6 100644
DEPENDS ${_abs_FILE} VERBATIM
)
--
-2.26.0
+2.26.2
diff --git a/PKGBUILD b/PKGBUILD
index ada49a1ee16f..060d7d8973b7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools
-pkgver=5.14.2
+pkgver=5.15.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
@@ -39,8 +39,8 @@ url='https://www.qt.io/'
_pkgfqn="${_qt_module}-everywhere-src-${pkgver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${_pkgfqn}.tar.xz"
'0001-Fix-linguist-macro.patch')
-sha256sums=('5bb0cf7832b88eb6bc9d4289f98307eb14b16a453ad6cf42cca13c4fe1a053c5'
- '3bb3e214211ce334f98b511b74613096cc38a92396dc5944ae58810f32a61eee')
+sha256sums=('ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437'
+ 'ca4cdea138d38a8f55a20f4821d35138035115dd1c61ae1b28156d90aa75b38a')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
diff --git a/PKGBUILD.sh.ep b/PKGBUILD.sh.ep
index 6238e362a0df..9fc0f7e81a8e 100644
--- a/PKGBUILD.sh.ep
+++ b/PKGBUILD.sh.ep
@@ -18,7 +18,7 @@
% end
\
-pkgver=5.14.2
+pkgver=5.15.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
diff --git a/qttools-sha256.txt b/qttools-sha256.txt
index 82a523d1a3f6..c14ded303788 100644
--- a/qttools-sha256.txt
+++ b/qttools-sha256.txt
@@ -1 +1 @@
-5bb0cf7832b88eb6bc9d4289f98307eb14b16a453ad6cf42cca13c4fe1a053c5
+ddbcb49aab3a2e3672582c6e2e7bec0058feff790f67472343c79e2895e0e437