George Hu pushed to branch main at Arch Linux / Packaging / Packages /
fcitx5-lua
Commits:
4a793db9 by George Hu at 2026-02-14T16:01:41+08:00
upgpkg: 5.0.15-2: Lua 5.5 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fcitx5-lua
pkgdesc = Lua support for Fcitx 5
pkgver = 5.0.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fcitx/fcitx5-lua
arch = x86_64
license = LGPL-2.1-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=fcitx5-lua
pkgver=5.0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Lua support for Fcitx 5"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-lua"
@@ -13,6 +13,11 @@
source=("git+https://github.com/fcitx/fcitx5-lua.git#tag=$pkgver?signed")
sha512sums=('604c645a14f54e515a865bc976572fe48218edf2c54a7b6d30f21894531a38f676026e12e180a122ef31c6f929616e7bed9cb62a176c6ea5ab32ed0792154090')
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
+prepare() {
+ # Fix Lua 5.5 build
+ git -C $pkgbase cherry-pick -n a6f00540e077c03a3c268b63e87bc75301626b94
+}
+
build() {
cd $pkgname
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-lua/-/commit/4a793db9492358e10bc58f523461da48b6b4a3e2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-lua/-/commit/4a793db9492358e10bc58f523461da48b6b4a3e2
You're receiving this email because of your account on gitlab.archlinux.org.