Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / fcitx
Commits: d8be3f81 by Antonio Rojas at 2024-09-07T15:30:42+02:00 upgpkg: 4.2.9.9-2: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,49 @@ +pkgbase = fcitx + pkgdesc = Flexible Context-aware Input Tool with eXtension + pkgver = 4.2.9.9 + pkgrel = 2 + url = https://fcitx-im.org + arch = x86_64 + groups = fcitx-im + license = GPL + license = LGPL + makedepends = extra-cmake-modules + makedepends = doxygen + makedepends = gtk2 + makedepends = gtk3 + makedepends = mesa + makedepends = opencc + makedepends = iso-codes + makedepends = gobject-introspection + makedepends = enchant + makedepends = python + makedepends = glib2-devel + depends = pango + depends = libxinerama + depends = gtk-update-icon-cache + depends = shared-mime-info + depends = hicolor-icon-theme + depends = desktop-file-utils + depends = libxkbfile + depends = libxfixes + depends = dbus + depends = icu + depends = libxkbcommon + optdepends = enchant: for word predication support + optdepends = opencc: optional engine to do chinese convert + optdepends = gettext: for fcitx-po-parser + optdepends = fcitx-configtool: for configuration (GTK based) + optdepends = kcm-fcitx: for configuration under KDE + provides = fcitx-gtk2 + provides = fcitx-gtk3 + conflicts = fcitx-gtk2 + conflicts = fcitx-gtk3 + replaces = fcitx-gtk2 + replaces = fcitx-gtk3 + source = https://download.fcitx-im.org/fcitx/fcitx-4.2.9.9_dict.tar.xz + source = https://download.fcitx-im.org/fcitx/fcitx-4.2.9.9_dict.tar.xz.sig + validpgpkeys = 2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9 + sha512sums = d871df84ebb3514b6474000b693246c8e5b198121e9a5a0ca18d478e54cd4144f8dfb58922a004952d26ab3bcfc1f417c446c22d30994ef40875fc2ee3cda441 + sha512sums = SKIP + +pkgname = fcitx ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=fcitx pkgdesc="Flexible Context-aware Input Tool with eXtension" pkgver=4.2.9.9 -pkgrel=1 +pkgrel=2 groups=('fcitx-im') arch=('x86_64') url="https://fcitx-im.org" @@ -22,7 +22,7 @@ optdepends=('enchant: for word predication support' 'fcitx-configtool: for configuration (GTK based)' 'kcm-fcitx: for configuration under KDE') makedepends=('extra-cmake-modules' 'doxygen' 'gtk2' 'gtk3' 'mesa' 'opencc' - 'iso-codes' 'gobject-introspection' 'enchant' 'python') + 'iso-codes' 'gobject-introspection' 'enchant' 'python' 'glib2-devel') source=("https://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz"{,.sig}) sha512sums=('d871df84ebb3514b6474000b693246c8e5b198121e9a5a0ca18d478e54cd4144f8dfb58922a004952d26ab3bcfc1f417c446c22d30994ef40875fc2ee3cda441' 'SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx/-/commit/d8be3f81bffab8254fc14167bfc5944babf47cd5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/fcitx/-/commit/d8be3f81bffab8254fc14167bfc5944babf47cd5 You're receiving this email because of your account on gitlab.archlinux.org.
