Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / fcitx5-qt
Commits: 5210f969 by Felix Yan at 2024-10-19T01:54:39+03:00 upgpkg: 5.1.7-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.6 - pkgrel = 7 + pkgver = 5.1.7 + pkgrel = 1 url = https://github.com/fcitx/fcitx5-qt arch = x86_64 groups = fcitx5-im @@ -18,8 +18,8 @@ pkgbase = fcitx5-qt depends = qt6-base depends = qt6-wayland depends = wayland - source = git+https://github.com/fcitx/fcitx5-qt.git#tag=5.1.6?signed + source = git+https://github.com/fcitx/fcitx5-qt.git#tag=5.1.7?signed validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9 - sha512sums = e881009b56d23d575f809d8d64a436558147efed062b8aac9ff0736f86285ff31e2be7564f66cbff0199adad7b7662ab1c20c5bbca3e9627b110eb8d746a120b + sha512sums = 839834fab47568bca197c122f77304ed5d23b5132c206ce432ddf43d1e753b0fd7ea64477205f68e9a4614eee5a0503b250b34f44f49cad0599e9944b9275c56 pkgname = fcitx5-qt ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: csslayer <wengxt AT gmail com> pkgname=fcitx5-qt -pkgver=5.1.6 -pkgrel=7 +pkgver=5.1.7 +pkgrel=1 pkgdesc="Fcitx5 Qt Library (Qt5 & Qt6 integrations)" arch=('x86_64') url="https://github.com/fcitx/fcitx5-qt" @@ -12,14 +12,9 @@ groups=('fcitx5-im') depends=('glibc' 'gcc-libs' 'libxcb' 'libxkbcommon' 'fcitx5' 'qt6-base' 'qt6-wayland' 'wayland') makedepends=('git' 'extra-cmake-modules' 'qt5-base' 'ninja') source=("git+https://github.com/fcitx/fcitx5-qt.git#tag=$pkgver?signed") -sha512sums=('e881009b56d23d575f809d8d64a436558147efed062b8aac9ff0736f86285ff31e2be7564f66cbff0199adad7b7662ab1c20c5bbca3e9627b110eb8d746a120b') +sha512sums=('839834fab47568bca197c122f77304ed5d23b5132c206ce432ddf43d1e753b0fd7ea64477205f68e9a4614eee5a0503b250b34f44f49cad0599e9944b9275c56') validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wen...@gmail.com> -prepare() { - cd $pkgname - git cherry-pick -n 0837a9654b37b889065d13242546fc3d7052fd83 # Fix build with Qt 6.8 -} - build() { cd $pkgname cmake . -GNinja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-qt/-/commit/5210f9692e9aca4be9de8de010a9dc6c55d75a9a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx5-qt/-/commit/5210f9692e9aca4be9de8de010a9dc6c55d75a9a You're receiving this email because of your account on gitlab.archlinux.org.