fcitx5-lilypad-git

LOW
maintainer chiconcota 0 votes scanned 2026-08-26 01:28:49.644801
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: chiconcota <git@github.com:chiconcota>
2pkgname=fcitx5-lilypad-git
3_pkgname=fcitx5-lilypad
4pkgver=2.3.0.r0.g3f2fe1e
5pkgrel=1
6pkgdesc="Modern, hyper-fast Vietnamese Telex/VNI Input Method for Fcitx5 (Wayland/X11)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/chiconcota/fcitx5-lilypad"
9license=('GPL-3.0-or-later')
10depends=('fcitx5' 'fmt' 'libinput' 'systemd-libs' 'python' 'python-qtpy' 'python-pyqt5')
11makedepends=('git' 'cmake' 'extra-cmake-modules' 'go' 'gettext' 'libx11')
12provides=('fcitx5-lilypad')
13conflicts=('fcitx5-lilypad' 'fcitx5-lilypad-bin')
14install=fcitx5-lilypad.install
15source=("git+https://github.com/chiconcota/fcitx5-lilypad.git"
16 "fcitx5-lilypad.install")
17sha256sums=('SKIP'
18 'SKIP')
19
20pkgver() {
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
29build() {
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
37package() {
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)SeverityRules
2026-08-26 01:28:49 Low 1
2026-08-17 00:18:29 Clean 2
2026-08-16 09:32:18 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