fcitx5-lilypad-git
LOW
maintainer chiconcota
0 votes
scanned 2026-08-26 01:28:49.644801
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: chiconcota <git@github.com:chiconcota>
2
pkgname=fcitx5-lilypad-git
3
_pkgname=fcitx5-lilypad
4
pkgver=2.3.0.r0.g3f2fe1e
5
pkgrel=1
6
pkgdesc="Modern, hyper-fast Vietnamese Telex/VNI Input Method for Fcitx5 (Wayland/X11)"
7
arch=('x86_64' 'aarch64')
8
url="https://github.com/chiconcota/fcitx5-lilypad"
9
license=('GPL-3.0-or-later')
10
depends=('fcitx5' 'fmt' 'libinput' 'systemd-libs' 'python' 'python-qtpy' 'python-pyqt5')
11
makedepends=('git' 'cmake' 'extra-cmake-modules' 'go' 'gettext' 'libx11')
12
provides=('fcitx5-lilypad')
13
conflicts=('fcitx5-lilypad' 'fcitx5-lilypad-bin')
14
install=fcitx5-lilypad.install
15
source=("git+https://github.com/chiconcota/fcitx5-lilypad.git"
16
"fcitx5-lilypad.install")
17
sha256sums=('SKIP'
18
'SKIP')
19
20
pkgver() {
21
cd "$srcdir/$_pkgname"
22
if git describe --long --tags >/dev/null 2>&1; then
23
git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
24
else
25
printf "2.3.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
26
fi
27
}
28
29
build() {
30
cmake -B build -S "$srcdir/$_pkgname/fcitx5-lilypad" \
31
-DCMAKE_INSTALL_PREFIX=/usr \
32
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
33
-DCMAKE_BUILD_TYPE=Debug
34
cmake --build build
35
}
36
37
package() {
38
DESTDIR="$pkgdir" cmake --install build
39
}
40
Changes since previous scan
--- PKGBUILD @ 2026-08-17 00:18+++ PKGBUILD @ 2026-08-26 01:28@@ -1,7 +1,7 @@ # Maintainer: chiconcota <git@github.com:chiconcota> pkgname=fcitx5-lilypad-git _pkgname=fcitx5-lilypad-pkgver=2.2.0.r49.g104b0a4+pkgver=2.3.0.r0.g3f2fe1e pkgrel=1 pkgdesc="Modern, hyper-fast Vietnamese Telex/VNI Input Method for Fcitx5 (Wayland/X11)" arch=('x86_64' 'aarch64')@@ -22,7 +22,7 @@ if git describe --long --tags >/dev/null 2>&1; then git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' else- printf "2.2.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"+ printf "2.3.0.r%s.g%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)" fi } @@ -30,7 +30,7 @@ cmake -B build -S "$srcdir/$_pkgname/fcitx5-lilypad" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib \- -DCMAKE_BUILD_TYPE=Release+ -DCMAKE_BUILD_TYPE=Debug cmake --build build } Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 01:28:49 | Low | 1 |
| 2026-08-17 00:18:29 | Clean | 2 |
| 2026-08-16 09:32:18 | Low | 1 |