summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2021-09-02 16:07:31 +0200
committerMartchus2021-09-02 16:07:31 +0200
commit9cf3a9b510b311066bc07e8efe0e48de0859ec32 (patch)
tree8ca3cc99848480a861841917dcd6f203e1882975
parent9578d480d91c8f52f1da3855b7d59806f4917635 (diff)
downloadaur-9cf3a9b510b311066bc07e8efe0e48de0859ec32.tar.gz
Update to 6.1.3
-rw-r--r--.SRCINFO8
-rw-r--r--0001-Fix-linking-against-imm32-with-mingw-w64.patch25
-rw-r--r--PKGBUILD18
-rw-r--r--qtvirtualkeyboard-sha256.txt2
4 files changed, 7 insertions, 46 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df397ae6f167..e35bb655c69e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-qt6-virtualkeyboard-static
pkgdesc = Virtual keyboard framework (mingw-w64)
- pkgver = 6.1.2
+ pkgver = 6.1.3
pkgrel = 1
url = https://www.qt.io
arch = any
@@ -20,9 +20,7 @@ pkgbase = mingw-w64-qt6-virtualkeyboard-static
options = !buildflags
options = staticlibs
options = !emptydirs
- source = https://download.qt.io/official_releases/qt/6.1/6.1.2/submodules/qtvirtualkeyboard-everywhere-src-6.1.2.tar.xz
- source = 0001-Fix-linking-against-imm32-with-mingw-w64.patch
- sha256sums = 25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0
- sha256sums = 8d643061931023d8f307b09d4522eb3aea18c7f5964373cde6dbf6e499d93eed
+ source = https://download.qt.io/official_releases/qt/6.1/6.1.3/submodules/qtvirtualkeyboard-everywhere-src-6.1.3.tar.xz
+ sha256sums = 4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90
pkgname = mingw-w64-qt6-virtualkeyboard-static
diff --git a/0001-Fix-linking-against-imm32-with-mingw-w64.patch b/0001-Fix-linking-against-imm32-with-mingw-w64.patch
deleted file mode 100644
index e99d2d467c61..000000000000
--- a/0001-Fix-linking-against-imm32-with-mingw-w64.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7c0a27cb2dfd036f7b782fad387d74ac0815dbb5 Mon Sep 17 00:00:00 2001
-From: Martchus <martchus@gmx.net>
-Date: Sat, 3 Jul 2021 20:12:26 +0200
-Subject: [PATCH] Fix linking against imm32 with mingw-w64
-
----
- src/plugin/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/plugin/CMakeLists.txt b/src/plugin/CMakeLists.txt
-index 32042e0..f34a641 100644
---- a/src/plugin/CMakeLists.txt
-+++ b/src/plugin/CMakeLists.txt
-@@ -42,7 +42,7 @@ qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION disable-layouts
-
- qt_internal_extend_target(QVirtualKeyboardPlugin CONDITION WIN32
- LIBRARIES
-- Imm32.lib
-+ imm32
- )
-
- #### Keys ignored in scope 4:.:.:plugin.pro:WIN32:
---
-2.32.0
-
diff --git a/PKGBUILD b/PKGBUILD
index 137a9e44a631..ce395b466867 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# you also find the URL of a binary repository.
pkgname=mingw-w64-qt6-virtualkeyboard-static
-_qtver=6.1.2
+_qtver=6.1.3
pkgver=${_qtver/-/}
pkgrel=1
arch=(any)
@@ -16,23 +16,11 @@ makedepends=('mingw-w64-cmake-static' 'mingw-w64-vulkan-headers' 'mingw-w64-vulk
options=('!strip' '!buildflags' 'staticlibs' '!emptydirs')
groups=(mingw-w64-qt6)
_pkgfqn="qtvirtualkeyboard-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz"
- '0001-Fix-linking-against-imm32-with-mingw-w64.patch')
-sha256sums=('25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0'
- '8d643061931023d8f307b09d4522eb3aea18c7f5964373cde6dbf6e499d93eed')
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90')
_architectures='i686-w64-mingw32 x86_64-w64-mingw32'
-prepare () {
- cd $_pkgfqn
-
- # apply patches; further descriptions can be found in patch files itself
- for patch in "$srcdir/"*.patch; do
- msg2 "Applying patch $patch"
- patch -p1 -i "$patch"
- done
-}
-
build() {
for _arch in ${_architectures}; do
export PKG_CONFIG=/usr/bin/$_arch-pkg-config
diff --git a/qtvirtualkeyboard-sha256.txt b/qtvirtualkeyboard-sha256.txt
index 5ddc058bd2c6..c798be6a8b17 100644
--- a/qtvirtualkeyboard-sha256.txt
+++ b/qtvirtualkeyboard-sha256.txt
@@ -1 +1 @@
-25cbdf595f5c82d8bc8aea4c95c5adfc08555d540451afac4a1bc0194db3eae0
+4dc46a443e4680205eda0e9f44a92a7557cc60b1439c1d75da838230ec53be90