summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Revert-Directly-link-to-functions-available-from-Win.patch4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd3d1c225052..285aee5d9c3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-winextras
pkgdesc = Classes and functions that enable you to use Windows-specific functions (mingw-w64)
- pkgver = 5.13.0
+ pkgver = 5.13.1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -19,10 +19,10 @@ pkgbase = mingw-w64-qt5-winextras
options = !strip
options = !buildflags
options = staticlibs
- source = https://download.qt.io/official_releases/qt/5.13/5.13.0/submodules/qtwinextras-everywhere-src-5.13.0.tar.xz
+ source = https://download.qt.io/official_releases/qt/5.13/5.13.1/submodules/qtwinextras-everywhere-src-5.13.1.tar.xz
source = 0001-Revert-Directly-link-to-functions-available-from-Win.patch
- sha256sums = 096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4
- sha256sums = f35f506e30596b5add67cf52da359bbaafa4d0b99679d2fe21b41bc7f685b95f
+ sha256sums = fdcbb45f7255d771fb0e61e1e5f3dc1c29a1967a6ba80da5171fc7c2c0faf7a6
+ sha256sums = b48fef502062f2f5062926f2a196441f8dad4dd689d93a4a12c859af7e6ab40f
pkgname = mingw-w64-qt5-winextras
diff --git a/0001-Revert-Directly-link-to-functions-available-from-Win.patch b/0001-Revert-Directly-link-to-functions-available-from-Win.patch
index c54194e0e99d..da66a3b0f58f 100644
--- a/0001-Revert-Directly-link-to-functions-available-from-Win.patch
+++ b/0001-Revert-Directly-link-to-functions-available-from-Win.patch
@@ -1,4 +1,4 @@
-From 0f64007c5def6d518d1ff91e5d8844c32918276f Mon Sep 17 00:00:00 2001
+From ecdad153169066f5fae320e898ab420a0cddc6f1 Mon Sep 17 00:00:00 2001
From: Martchus <martchus@gmx.net>
Date: Sun, 27 May 2018 14:23:11 +0200
Subject: [PATCH] Revert "Directly link to functions available from Windows 7
@@ -294,5 +294,5 @@ index 705c48c..5d93c6b 100644
qwintaskbarprogress.cpp \
windowsguidsdefs.cpp \
--
-2.22.0
+2.23.0
diff --git a/PKGBUILD b/PKGBUILD
index 32c3be2e70cf..f4e4198f686f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_qt_module=qtwinextras
pkgname="mingw-w64-qt5-winextras"
-pkgver=5.13.0
+pkgver=5.13.1
pkgrel=1
arch=('any')
pkgdesc="Classes and functions that enable you to use Windows-specific functions (mingw-w64)"
@@ -22,8 +22,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-Revert-Directly-link-to-functions-available-from-Win.patch')
-sha256sums=('096387a674f7fa1faeda856b87e965bd2937e3dcce334f10df694468003887d4'
- 'f35f506e30596b5add67cf52da359bbaafa4d0b99679d2fe21b41bc7f685b95f')
+sha256sums=('fdcbb45f7255d771fb0e61e1e5f3dc1c29a1967a6ba80da5171fc7c2c0faf7a6'
+ 'b48fef502062f2f5062926f2a196441f8dad4dd689d93a4a12c859af7e6ab40f')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
[[ $NO_STATIC_LIBS ]] || \
@@ -78,6 +78,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 || \