main/qt5-qtvirtualkeyboard: fix build, remove patch (!118)
Remove a patch that fixed a compilation error, it is not needed anymore and does not apply to 5.12.
This commit is contained in:
parent
3072439c23
commit
232aeaf6f3
2 changed files with 4 additions and 18 deletions
|
@ -1,12 +0,0 @@
|
|||
diff --git a/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h b/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
|
||||
index 1b9673f..924be7b 100644
|
||||
--- a/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
|
||||
+++ b/src/virtualkeyboard/3rdparty/pinyin/include/userdict.h
|
||||
@@ -24,6 +24,7 @@
|
||||
// Debug performance for operations
|
||||
// #define ___DEBUG_PERF___
|
||||
|
||||
+#include <sys/time.h>
|
||||
#ifdef _WIN32
|
||||
#include <winsock.h> // timeval
|
||||
#else
|
|
@ -8,10 +8,9 @@ url='http://qt-project.org/'
|
|||
license="GPL-3.0 GPL-2.0 LGPL-3.0"
|
||||
pkgdesc='Virtual keyboard framework'
|
||||
depends=""
|
||||
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev qt5-qtsvg-dev"
|
||||
makedepends="$depends_dev hunspell-dev"
|
||||
source="http://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/${pkgname/qt5-/}-everywhere-src-$pkgver.tar.xz
|
||||
0001-include-sys-time.h-for-timeval.patch"
|
||||
depends_dev="qt5-qtsvg-dev"
|
||||
makedepends="$depends_dev hunspell-dev qt5-qtbase-dev qt5-qtdeclarative-dev"
|
||||
source="http://download.qt.io/official_releases/qt/${pkgver%.*}/$pkgver/submodules/${pkgname/qt5-/}-everywhere-src-$pkgver.tar.xz"
|
||||
subpackages="$pkgname-dev"
|
||||
builddir="$srcdir/${pkgname/qt5-/}-everywhere-src-$pkgver"
|
||||
options="!check"
|
||||
|
@ -32,5 +31,4 @@ package() {
|
|||
install -d "$pkgdir"/usr/share/licenses
|
||||
ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
||||
sha512sums="984a4d8eb7fd4aaaee956c65e818467be93540769867023f6a9bb8a6d53bab7fe30d372aaa21cc3fb3642b9e6fa672669d4caacfaa0ed7500dcb126ee4be40f8 qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz
|
||||
e801336b9aaf0facdcf7347fa8cf7223362312c92ea5725c5260d777045cc9da9a6de514dc4c17904aab77ae799bdd154c4615b8f2a39d92ce55ca10ad218efb 0001-include-sys-time.h-for-timeval.patch"
|
||||
sha512sums="984a4d8eb7fd4aaaee956c65e818467be93540769867023f6a9bb8a6d53bab7fe30d372aaa21cc3fb3642b9e6fa672669d4caacfaa0ed7500dcb126ee4be40f8 qtvirtualkeyboard-everywhere-src-5.12.0.tar.xz"
|
||||
|
|
Loading…
Reference in a new issue