Date: Friday, May 8, 2020 @ 06:02:51 Author: felixonmars Revision: 625524
archrelease: copy trunk to community-x86_64 Added: fcitx5/repos/community-x86_64/PKGBUILD (from rev 625523, fcitx5/trunk/PKGBUILD) Deleted: fcitx5/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 88 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 44 insertions(+), 44 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-08 06:02:35 UTC (rev 625523) +++ PKGBUILD 2020-05-08 06:02:51 UTC (rev 625524) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: csslayer <wengxt AT gmail com> - -pkgname=fcitx5 -pkgver=0.0.0.20200507 -_commit=5eeaaf879a1c1bf711983456da310f2fda259c9f -_endictver=20121020 -pkgrel=2 -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=('0daad4c3d3e148e7351ba2c4540832d8dc8f989262e40b1c3256b2e2df5f4669b816f88c9f6ad05fe401aeb902045fd9b9b9aa9806f98a6a82b0fa12c8429ea2' - '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 625523, fcitx5/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-08 06:02:51 UTC (rev 625524) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: csslayer <wengxt AT gmail com> + +pkgname=fcitx5 +pkgver=0.0.0.20200507 +_commit=3658c24a1aad7b6b78ffe8fc9cf7cdaf35cb2797 +_endictver=20121020 +pkgrel=3 +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=('902f7e23911c7ebfd5172effe7e9e52fd39a45b75ac521b99fb2e4d7acf6a24ac8f9126ffcdd795d3f45961bff69aa88d86fbab85a13439182396caea32974d8' + '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 +}