Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / fcitx5
Commits:
1d1767e5 by Felix Yan at 2025-12-22T22:18:55+08:00
upgpkg: 5.1.17-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = fcitx5
pkgdesc = Next generation of fcitx
- pkgver = 5.1.16
+ pkgver = 5.1.17
pkgrel = 1
url = https://github.com/fcitx/fcitx5
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = fcitx5
makedepends = git
makedepends = extra-cmake-modules
makedepends = ninja
+ makedepends = nlohmann-json
makedepends = wayland-protocols
depends = cairo
depends = enchant
@@ -22,13 +23,12 @@ pkgbase = fcitx5
depends = xcb-util-wm
depends = libxkbfile
depends = gdk-pixbuf2
- depends = json-c
conflicts = fcitx
noextract = en_dict-20121020.tar.gz
- source = git+https://github.com/fcitx/fcitx5.git#tag=5.1.16?signed
+ source = git+https://github.com/fcitx/fcitx5.git#tag=5.1.17?signed
source = https://download.fcitx-im.org/data/en_dict-20121020.tar.gz
validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
- sha512sums =
ca9dee1b994cf9e598b8845b96c047c4017845503dbef64b7cd014f84f6e39408b6c3c2292fec104ad10545735482563c9abc7abe4e870f4f085cf090f4a831f
+ sha512sums =
6f5e41957bfce54e2a1445ece15e53d14ae5dca5b3367a2ff605ebd7028736b5967b4c8f0d3aaa4e920575a39be8fb220b9306e055419b61898d4a457f6cf033
sha512sums =
8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2
pkgname = fcitx5
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5
-pkgver=5.1.16
+pkgver=5.1.17
_dictver=20121020
pkgrel=1
pkgdesc="Next generation of fcitx"
@@ -12,12 +12,12 @@ license=('LGPL-2.1-or-later AND Unicode-DFS-2016')
conflicts=('fcitx')
groups=('fcitx5-im')
depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango'
'systemd' 'wayland'
- 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'gdk-pixbuf2' 'json-c')
-makedepends=('git' 'extra-cmake-modules' 'ninja' 'wayland-protocols')
+ 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'gdk-pixbuf2')
+makedepends=('git' 'extra-cmake-modules' 'ninja' 'nlohmann-json'
'wayland-protocols')
source=("git+https://github.com/fcitx/fcitx5.git#tag=$pkgver?signed"
"https://download.fcitx-im.org/data/en_dict-$_dictver.tar.gz")
noextract=("en_dict-$_dictver.tar.gz")
-sha512sums=('ca9dee1b994cf9e598b8845b96c047c4017845503dbef64b7cd014f84f6e39408b6c3c2292fec104ad10545735482563c9abc7abe4e870f4f085cf090f4a831f'
+sha512sums=('6f5e41957bfce54e2a1445ece15e53d14ae5dca5b3367a2ff605ebd7028736b5967b4c8f0d3aaa4e920575a39be8fb220b9306e055419b61898d4a457f6cf033'
'8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2')
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5/-/commit/1d1767e5cf761ec7e63c9fa75770f47407fc013b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5/-/commit/1d1767e5cf761ec7e63c9fa75770f47407fc013b
You're receiving this email because of your account on gitlab.archlinux.org.