summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-11-01 13:38:32 +0100
committerMartchus2022-11-01 13:38:32 +0100
commitefe24d6db5946bc58a8d8e5b5e5568b002566909 (patch)
tree0c0409278520ae0a3e02f780900f1ace870e854f
parenta6de83517eb83ccb1dce1a1b4eaffcf3340c3b9b (diff)
downloadaur-efe24d6db5946bc58a8d8e5b5e5568b002566909.tar.gz
Update/rebase to 5.15.7
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Fix-linguist-macro.patch6
-rwxr-xr-xPKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e417201cb6f2..03627e258104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt5-tools-static
pkgdesc = A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)
- pkgver = 5.15.6+kde+r1
+ pkgver = 5.15.7+kde+r1
pkgrel = 1
url = https://www.qt.io/
arch = any
@@ -20,9 +20,9 @@ pkgbase = mingw-w64-qt5-tools-static
options = !strip
options = !buildflags
options = staticlibs
- source = git+https://invent.kde.org/qt/qt/qttools#commit=32912a06aadfc3dcbc34e0a668ce2c78351eee6e
+ source = git+https://invent.kde.org/qt/qt/qttools#commit=c4750dd02070ce246ff98cc5d137193825043912
source = 0001-Fix-linguist-macro.patch
sha256sums = SKIP
- sha256sums = 7561ccb8cc99cce440bd668b347f632da677ee85e9609cae9ba6accf6b76c4d5
+ sha256sums = e0fa09d5a866b7eb0dae3d97bc390aa095e3e2381327964b38ba29c42096c8a7
pkgname = mingw-w64-qt5-tools-static
diff --git a/0001-Fix-linguist-macro.patch b/0001-Fix-linguist-macro.patch
index 385e9b4f8aea..76f854fc0af4 100644
--- a/0001-Fix-linguist-macro.patch
+++ b/0001-Fix-linguist-macro.patch
@@ -1,4 +1,4 @@
-From 8654e5629a27aacba18c76c6eefdf8f302be7118 Mon Sep 17 00:00:00 2001
+From 91b278a3d9d073c6d474be142e88ee75bbec5bdd 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 20fb14935..406d3d3a3 100644
+index ab1534144..1106633d0 100644
--- a/src/linguist/Qt5LinguistToolsMacros.cmake
+++ b/src/linguist/Qt5LinguistToolsMacros.cmake
@@ -90,8 +90,10 @@ function(QT5_CREATE_TRANSLATION _qm_files)
@@ -38,5 +38,5 @@ index 20fb14935..406d3d3a3 100644
DEPENDS ${_abs_FILE} VERBATIM
)
--
-2.37.3
+2.38.1
diff --git a/PKGBUILD b/PKGBUILD
index e012410b166a..c1c31bb6988c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,14 +23,14 @@
_qt_module=qttools
pkgname=mingw-w64-qt5-tools-static
-pkgver=5.15.6
+pkgver=5.15.7
pkgrel=1
arch=('any')
pkgdesc="A cross-platform application and UI framework (Development Tools, QtHelp; mingw-w64)"
depends=('mingw-w64-qt5-declarative-static')
makedepends=('mingw-w64-gcc' 'mingw-w64-pkg-config' 'mingw-w64-postgresql' 'mingw-w64-mariadb-connector-c' 'mingw-w64-vulkan-headers')
license=('GPL3' 'LGPL3' 'FDL' 'custom')
-_commit=32912a06aadfc3dcbc34e0a668ce2c78351eee6e
+_commit=c4750dd02070ce246ff98cc5d137193825043912
_basever=$pkgver
pkgver+=+kde+r1
makedepends+=('git')
@@ -41,7 +41,7 @@ _pkgfqn=${_qt_module}
source=(git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit
'0001-Fix-linguist-macro.patch')
sha256sums=('SKIP'
- '7561ccb8cc99cce440bd668b347f632da677ee85e9609cae9ba6accf6b76c4d5')
+ 'e0fa09d5a866b7eb0dae3d97bc390aa095e3e2381327964b38ba29c42096c8a7')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'