qt5-virtualkeyboard

LOW
maintainer orphaned 0 votes scanned 2026-09-01 07:47:32.184737
View on AUR
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
4pkgname=qt5-virtualkeyboard
5_basever=5.15.19
6pkgver=5.15.19
7pkgrel=1
8_commit=4fc9919ee3fad1d520d0921ba3069dca3c34ff78
9arch=('x86_64')
10url='https://www.qt.io'
11license=('GPL3')
12pkgdesc='Virtual keyboard framework'
13depends=('qt5-declarative' 'qt5-svg' 'hunspell')
14makedepends=('git')
15groups=('qt5')
16_pkgfqn=${pkgname/5-/}
17source=(kde-$_pkgfqn::git+https://invent.kde.org/qt/qt/$_pkgfqn#commit=$_commit)
18sha256sums=('52bee1629268ca5eefb96569f16c6f77c4420a33a892ceb380d54f5222ef7245')
19
20pkgver() {
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
25prepare() {
26 mkdir -p build
27}
28
29build() {
30 cd build
31
32 qmake ../kde-$_pkgfqn CONFIG+="lang-all handwriting"
33 make
34}
35
36package() {
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)SeverityRules
2026-09-01 07:47:32 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion