summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartchus2020-11-08 20:25:43 +0100
committerMartchus2020-11-08 20:25:43 +0100
commit98fb04db03f1483e9fb67f262ee55757d73bf5b9 (patch)
tree6bb20685d81e7f280a54e64d4d8f98c898faeb84 /PKGBUILD
parent6f79193e004470e3251ccc6cb70d50995dfaacb5 (diff)
downloadaur-98fb04db03f1483e9fb67f262ee55757d73bf5b9.tar.gz
Add static mingw-w64-qt6-* packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD18
1 files changed, 11 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fe97e63039e..92d567c06735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ pkgdesc='A cross-platform application and UI framework (mingw-w64)'
depends=('mingw-w64-crt' 'mingw-w64-zlib' 'mingw-w64-libjpeg-turbo' 'mingw-w64-sqlite'
'mingw-w64-libpng' 'mingw-w64-openssl' 'mingw-w64-dbus' 'mingw-w64-harfbuzz'
'mingw-w64-brotli' 'mingw-w64-pcre2' 'mingw-w64-zstd')
-makedepends=('mingw-w64-cmake>=1-35' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c'
+makedepends=('mingw-w64-cmake' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c'
'mingw-w64-vulkan-headers' 'mingw-w64-vulkan-icd-loader' 'mingw-w64-pkg-config'
'qt6-base' 'ninja')
optdepends=('mingw-w64-postgresql: PostgreSQL driver'
@@ -35,13 +35,17 @@ source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/s
'0002-Fix-finding-D-Bus.patch'
'0003-Fix-using-static-PCRE2-and-DBus-1.patch'
'0004-Fix-transitive-dependencies-of-static-libraries.patch'
- '0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch')
+ '0005-Fix-libjpeg-workaround-for-conflict-with-rpcndr.h.patch'
+ '0006-Support-finding-MariaDB.patch'
+ '0007-Allow-overriding-CMAKE_FIND_LIBRARY_SUFFIXES-to-pref.patch')
sha256sums=('37a97e30cf769b8deaa65aff585968ffb78bda20409177fe46959cb591a53268'
- '7efec2be97836e6b6a2566e297650765db36af4812f10d98702b97f29e40de91'
- '4135f261ee759744549c2c6dc42180a8394235f96b750cca82d98a0d5884d6c7'
- '0d6ea42b1c302fb3b219dbd9be854045070cf9c67e039a7d248c6e632750e446'
- 'fb2a34d4557abb4dae23f2926914322d1fddecc2668ed970aad461b5ead01ab6'
- '875c6065b1b53753d8e481a972b07027c093e8e84ed550fe34df8d6fd91c4643')
+ '272d7231b65b6af60c897ff9ac645929976f75c30a9229670da98333fa598811'
+ 'f95f407ce4ec738ee98b9219e197d4c1e0926cca35f63179114d598b2591e80a'
+ 'cb8f9ef03daf86444572f21e38b514794aa23e4419983edde1118e93287750bf'
+ '399b81b9fd5bedfe135f60b1e91721a8edbaf267539754e27849532130b7077b'
+ '4311c05baf1da78f5acec304dbc53c402542aaa81268939251bda81cc004afd0'
+ '1200b9c57290fcb9e54e0bddf88536fe58b39ae2a24a3e2fd802cd16c7bfeb62'
+ '45201209696cce59d9e4f0358889eafb68c8e10b314892fac05692b24c301db7')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'