Date: Wednesday, May 27, 2020 @ 21:09:18 Author: felixonmars Revision: 636066
archrelease: copy trunk to community-x86_64 Added: fcitx5/repos/community-x86_64/PKGBUILD (from rev 636065, fcitx5/trunk/PKGBUILD) Deleted: fcitx5/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 88 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-27 21:09:01 UTC (rev 636065) +++ PKGBUILD 2020-05-27 21:09:18 UTC (rev 636066) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: csslayer <wengxt AT gmail com> - -pkgname=fcitx5 -pkgver=0.0.0.20200527.1 -_commit=f15312262d9f66037675b61d91386ed97b1a4c48 -_endictver=20121020 -pkgrel=1 -pkgdesc="Next generation of fcitx" -arch=('x86_64') -url="https://github.com/fcitx/fcitx5" -license=('GPL') -conflicts=('fcitx') -depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland' - 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2' - 'cldr-emoji-annotation') -makedepends=('extra-cmake-modules') -source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz" - https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz) -sha512sums=('ee606dfcdbbedb63e6e668db71b8223bcd7915399594e81cca6d5be92fb6709fc07f61bf84bd20efbc092abcc7422a9989ab1fbfae49e9704a99c73fc6da55f4' - '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2') - -prepare() { - cd $pkgname-$_commit/src/modules/spell/dict - ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./ -} - -build() { - cd $pkgname-$_commit - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . - make -} - -check() { - cd $pkgname-$_commit - make test -} - -package() { - cd $pkgname-$_commit - make DESTDIR="$pkgdir" install -} Copied: fcitx5/repos/community-x86_64/PKGBUILD (from rev 636065, fcitx5/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-27 21:09:18 UTC (rev 636066) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: csslayer <wengxt AT gmail com> + +pkgname=fcitx5 +pkgver=0.0.0.20200528 +_commit=89f8d1b8436a9e8b51e6f2c7eae8e80b5f08a13a +_endictver=20121020 +pkgrel=1 +pkgdesc="Next generation of fcitx" +arch=('x86_64') +url="https://github.com/fcitx/fcitx5" +license=('GPL') +conflicts=('fcitx') +depends=('cairo' 'enchant' 'iso-codes' 'libgl' 'libxkbcommon-x11' 'pango' 'systemd' 'wayland' + 'wayland-protocols' 'xcb-imdkit' 'xcb-util-wm' 'libxkbfile' 'fmt' 'gdk-pixbuf2' + 'cldr-emoji-annotation') +makedepends=('extra-cmake-modules') +source=("https://github.com/fcitx/fcitx5/archive/$_commit/fcitx5-$_commit.tar.gz" + https://download.fcitx-im.org/data/en_dict-$_endictver.tar.gz) +sha512sums=('d103a364d7822755ce2f9ce21b2a745c38dd8f9c5d28763a96f55f345c807b101c0ed77562bb888097159ddedcd0d9641d06aff0a4f63f542096190d5c4a2330' + '8418bd02492bfd786c0fab93be4400ef027ec8e9fac02220cc1f653f5eb67f54573a6a84a15baba19bb34ab892745c87df16499d6304ea75009131e2ab3b97f2') + +prepare() { + cd $pkgname-$_commit/src/modules/spell/dict + ln -s "$srcdir"/en_dict-$_endictver.tar.gz ./ +} + +build() { + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . + make +} + +check() { + cd $pkgname-$_commit + make test +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}