Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / fcitx5-qt
Commits:
aa46e9dc by Felix Yan at 2024-03-07T09:52:08+00:00
upgpkg: 5.1.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = fcitx5-qt
pkgdesc = Fcitx5 Qt Library (Qt5 & Qt6 integrations)
- pkgver = 5.1.4
- pkgrel = 5
+ pkgver = 5.1.5
+ pkgrel = 1
url = https://github.com/fcitx/fcitx5-qt
arch = x86_64
groups = fcitx5-im
@@ -17,10 +17,10 @@ pkgbase = fcitx5-qt
depends = qt6-base
depends = qt6-wayland
depends = wayland
- source =
https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-5.1.4.tar.xz
- source =
https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-5.1.4.tar.xz.sig
+ source =
https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-5.1.5.tar.xz
+ source =
https://download.fcitx-im.org/fcitx5/fcitx5-qt/fcitx5-qt-5.1.5.tar.xz.sig
validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9
- sha512sums =
942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf
+ sha512sums =
736677a268d345a962e8c44af81870d2cfc62db72c7a089e2c11151f7f682659ec83307a3397d1feb2dda7e9419847d5e365f7a20ca9b7d6216b690cb9c515c7
sha512sums = SKIP
pkgname = fcitx5-qt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: csslayer <wengxt AT gmail com>
pkgname=fcitx5-qt
-pkgver=5.1.4
-pkgrel=5
+pkgver=5.1.5
+pkgrel=1
pkgdesc="Fcitx5 Qt Library (Qt5 & Qt6 integrations)"
arch=('x86_64')
url="https://github.com/fcitx/fcitx5-qt"
@@ -12,7 +12,7 @@ groups=('fcitx5-im')
depends=('glibc' 'gcc-libs' 'libxcb' 'libxkbcommon' 'fcitx5' 'qt6-base'
'qt6-wayland' 'wayland')
makedepends=('extra-cmake-modules' 'qt5-base' 'ninja')
source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha512sums=('942999327415e3d4195c18c2fb02e12a313e3a2cf1dd1e32d0e6a7a98b625bcc1b3a7278934bb583a029dee43a271dba9bac75face42729249557f60e1146adf'
+sha512sums=('736677a268d345a962e8c44af81870d2cfc62db72c7a089e2c11151f7f682659ec83307a3397d1feb2dda7e9419847d5e365f7a20ca9b7d6216b690cb9c515c7'
'SKIP')
validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian
<[email protected]>
@@ -22,9 +22,7 @@ build(){
cmake . -GNinja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
- -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib \
- -DENABLE_QT4=0 \
- -DENABLE_QT6=1
+ -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib
ninja
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-qt/-/commit/aa46e9dcea0918e8c84a1abec990987ae707e1b3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-qt/-/commit/aa46e9dcea0918e8c84a1abec990987ae707e1b3
You're receiving this email because of your account on gitlab.archlinux.org.