qt5-virtualkeyboard
LOW
maintainer orphaned
0 votes
scanned 2026-09-01 07:47:32.184737
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Felix Yan <felixonmars@archlinux.org>
2
# Maintainer: Antonio Rojas <arojas@archlinux.org>
3
4
pkgname=qt5-virtualkeyboard
5
_basever=5.15.19
6
pkgver=5.15.19
7
pkgrel=1
8
_commit=4fc9919ee3fad1d520d0921ba3069dca3c34ff78
9
arch=('x86_64')
10
url='https://www.qt.io'
11
license=('GPL3')
12
pkgdesc='Virtual keyboard framework'
13
depends=('qt5-declarative' 'qt5-svg' 'hunspell')
14
makedepends=('git')
15
groups=('qt5')
16
_pkgfqn=${pkgname/5-/}
17
source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
18
sha256sums=('52bee1629268ca5eefb96569f16c6f77c4420a33a892ceb380d54f5222ef7245')
19
20
pkgver() {
21
cd kde-$_pkgfqn
22
echo "$_basever+kde+r"`git rev-list --count v$_basever-lts-lgpl..$_commit` | sed -e 's|+kde+r0||'
23
}
24
25
prepare() {
26
mkdir -p build
27
}
28
29
build() {
30
cd build
31
32
qmake ../kde-$_pkgfqn CONFIG+="lang-all handwriting"
33
make
34
}
35
36
package() {
37
cd build
38
make INSTALL_ROOT="$pkgdir" install
39
40
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
41
find "$pkgdir/usr/lib" -type f -name '*.prl' \
42
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
43
}
44
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 07:47:32 | Low | 1 |