Date: Saturday, May 9, 2020 @ 05:16:27 Author: felixonmars Revision: 625848
archrelease: copy trunk to community-x86_64 Added: fcitx5-chewing/repos/community-x86_64/PKGBUILD (from rev 625847, fcitx5-chewing/trunk/PKGBUILD) Deleted: fcitx5-chewing/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-09 05:16:09 UTC (rev 625847) +++ PKGBUILD 2020-05-09 05:16:27 UTC (rev 625848) @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: csslayer <wengxt AT gmail com> - -pkgname=fcitx5-chewing -pkgver=0.0.0.20200325 -_commit=68538c5cc6a86ac80e4c89972020e75764bed2b9 -pkgrel=1 -pkgdesc="Chewing Wrapper for Fcitx5" -arch=('x86_64') -url="https://github.com/fcitx/fcitx5-chewing" -license=('GPL') -depends=('fcitx5' 'libchewing') -makedepends=('extra-cmake-modules') -source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz") -sha512sums=('8310a0af53439d552934b01f8aca043969365217f81e6372a9ed2ecc91c93138c034c2ec7bd94d1b97fa358df231266cc35f765b9fa79ceefe0d17a09de6d716') - -build(){ - cd $pkgname-$_commit - - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . - make -} - -package() { - cd $pkgname-$_commit - make DESTDIR="$pkgdir" install -} Copied: fcitx5-chewing/repos/community-x86_64/PKGBUILD (from rev 625847, fcitx5-chewing/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-09 05:16:27 UTC (rev 625848) @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: csslayer <wengxt AT gmail com> + +pkgname=fcitx5-chewing +pkgver=0.0.0.20200509 +_commit=67062fdaae3ac5ffadb95776be90d3dae9c0239f +pkgrel=1 +pkgdesc="Chewing Wrapper for Fcitx5" +arch=('x86_64') +url="https://github.com/fcitx/fcitx5-chewing" +license=('GPL') +depends=('fcitx5' 'libchewing') +makedepends=('extra-cmake-modules') +source=("https://github.com/fcitx/fcitx5-chewing/archive/$_commit/fcitx5-chewing-$_commit.tar.gz") +sha512sums=('1c7cf8836b6119f2dd66c999d2e95738fdeae64079c856e55d77dc28abbbfacc09c532096ae49b97015da4e5c893ae66646e058052a7a9e3a41870e986e92240') + +build(){ + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . + make +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}