Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
fcitx5-configtool
Commits:
c68402d5 by Integral at 2025-03-22T14:49:11+00:00
upgpkg: 5.1.8-2: add kwindowsystem to depends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fcitx5-configtool
pkgdesc = Configuration Tool for Fcitx5
pkgver = 5.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fcitx/fcitx5-configtool
arch = x86_64
groups = fcitx5-im
@@ -20,6 +20,7 @@ pkgbase = fcitx5-configtool
depends = kdbusaddons
depends = kwidgetsaddons
depends = kitemviews
+ depends = kwindowsystem
optdepends = kcmutils: for KCM support
optdepends = kdeclarative: for KCM support
optdepends = kirigami: for KCM support
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=fcitx5-configtool
pkgver=5.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Configuration Tool for Fcitx5"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-configtool"
@@ -12,7 +12,7 @@ groups=('fcitx5-im')
provides=('fcitx5-config-qt' 'kcm-fcitx5')
conflicts=('kcm-fcitx5')
replaces=('kcm-fcitx5')
-depends=('fcitx5' 'fcitx5-qt' 'kdbusaddons' 'kwidgetsaddons' 'kitemviews')
+depends=('fcitx5' 'fcitx5-qt' 'kdbusaddons' 'kwidgetsaddons' 'kitemviews'
'kwindowsystem')
optdepends=('kcmutils: for KCM support'
'kdeclarative: for KCM support'
'kirigami: for KCM support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-configtool/-/commit/c68402d5f5bd1fe38bc92c897be5eb3739f3765d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-configtool/-/commit/c68402d5f5bd1fe38bc92c897be5eb3739f3765d
You're receiving this email because of your account on gitlab.archlinux.org.