Date: Wednesday, May 6, 2020 @ 17:16:57 Author: felixonmars Revision: 625084
archrelease: copy trunk to community-x86_64 Added: fcitx5-hangul/repos/community-x86_64/PKGBUILD (from rev 625083, fcitx5-hangul/trunk/PKGBUILD) Deleted: fcitx5-hangul/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-06 17:16:40 UTC (rev 625083) +++ PKGBUILD 2020-05-06 17:16:57 UTC (rev 625084) @@ -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-hangul -pkgver=0.0.0.20200325 -_commit=ff18933bad89bf5dcbad1a55a20c118c20437761 -pkgrel=1 -pkgdesc="Hangul Wrapper for Fcitx5" -arch=('x86_64') -url="https://github.com/fcitx/fcitx5-hangul" -license=('GPL') -depends=('fcitx5' 'libhangul') -makedepends=('extra-cmake-modules') -source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz") -sha512sums=('e36bf4396006e2fecda34053aa32152947b9669b5b96128aa76412e990fd6fb5866502d57a2acb992dceca8198146c862bd7eaebea771c2185e9070b1f6598b6') - -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-hangul/repos/community-x86_64/PKGBUILD (from rev 625083, fcitx5-hangul/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-06 17:16:57 UTC (rev 625084) @@ -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-hangul +pkgver=0.0.0.20200506 +_commit=497f491599c7e61f10017c6d5f5b0dcac3f7ab0a +pkgrel=1 +pkgdesc="Hangul Wrapper for Fcitx5" +arch=('x86_64') +url="https://github.com/fcitx/fcitx5-hangul" +license=('GPL') +depends=('fcitx5' 'libhangul') +makedepends=('extra-cmake-modules') +source=("https://github.com/fcitx/fcitx5-hangul/archive/$_commit/fcitx5-hangul-$_commit.tar.gz") +sha512sums=('1ec6f089421ceeb08b5b648271b65a41045af8d56d06de8cc322e7695d6ef0bbbac404da3b05bf7e266bcd2c0612be7ab4b76de0a6a6dc9ff083430b7dba6e00') + +build(){ + cd $pkgname-$_commit + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib . + make +} + +package() { + cd $pkgname-$_commit + make DESTDIR="$pkgdir" install +}