summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-02-05 22:20:27 +0100
committerMartchus2021-02-05 22:20:27 +0100
commitf5bda960a900fb77310f9684334827b87dd1f65e (patch)
treef3dcac4fc8bf5e67ba3686a86be773a700c98c10
parent8c7ceab48467d7437d889151475a86824f172bc0 (diff)
downloadaur-f5bda960a900fb77310f9684334827b87dd1f65e.tar.gz
Update to 6.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--qt5compat-sha256.txt2
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 589d96e06d41..e149921fdb9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-5compat-static
pkgdesc = Module that contains unsupported Qt 5 APIs (mingw-w64)
- pkgver = 6.0.0
+ pkgver = 6.0.1
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-qt6-5compat-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.0/6.0.0/submodules/qt5compat-everywhere-src-6.0.0.tar.xz
- sha256sums = 13b9d78aa698609d07376e3e9e9d1a82a96084236aba0642f8ac695c181ab25f
+ source = https://download.qt.io/official_releases/qt/6.0/6.0.1/submodules/qt5compat-everywhere-src-6.0.1.tar.xz
+ sha256sums = 058a723f6be33748a5ecaab7a0e398993d9b7788bed3a196aee26432cb8e9a1e
pkgname = mingw-w64-qt6-5compat-static
diff --git a/PKGBUILD b/PKGBUILD
index c46846ef43ba..d80afd82a1e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-5compat-static
-_qtver=6.0.0
+_qtver=6.0.1
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -17,7 +17,7 @@ options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qt5compat-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('13b9d78aa698609d07376e3e9e9d1a82a96084236aba0642f8ac695c181ab25f')
+sha256sums=('058a723f6be33748a5ecaab7a0e398993d9b7788bed3a196aee26432cb8e9a1e')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
@@ -26,6 +26,7 @@ build() {
export PKG_CONFIG=/usr/bin/$_arch-pkg-config
$_arch-cmake-static -G Ninja -B build-$_arch -S $_pkgfqn \
-DCMAKE_INSTALL_PREFIX:PATH="/usr/$_arch/static" \
+ -DFEATURE_static_runtime=ON \
-DFEATURE_pkg_config=ON
cmake --build build-$_arch
done
@@ -38,6 +39,7 @@ package() {
find "$pkgdir/usr/$_arch" -iname '*.exe' -exec $_arch-strip --strip-all {} \;
find "$pkgdir/usr/$_arch" -iname '*.dll' -exec $_arch-strip --strip-unneeded {} \;
find "$pkgdir/usr/$_arch" -iname '*.a' -exec $_arch-strip -g {} \;
+ [[ -d "$pkgdir/usr/$_arch/static/share/doc" ]] && rm -r "$pkgdir/usr/$_arch/static/share/doc"
done
install -d "$pkgdir"/usr/share/licenses
diff --git a/qt5compat-sha256.txt b/qt5compat-sha256.txt
index eb3f9b200340..baf33092118d 100644
--- a/qt5compat-sha256.txt
+++ b/qt5compat-sha256.txt
@@ -1 +1 @@
-13b9d78aa698609d07376e3e9e9d1a82a96084236aba0642f8ac695c181ab25f
+058a723f6be33748a5ecaab7a0e398993d9b7788bed3a196aee26432cb8e9a1e