[arch-commits] Commit in fcitx5-table-extra/repos (2 files)

Felix Yan felixonmars at archlinux.org
Tue Nov 3 09:31:30 UTC 2020


    Date: Tuesday, November 3, 2020 @ 09:31:30
  Author: felixonmars
Revision: 740490

archrelease: copy trunk to community-any

Added:
  fcitx5-table-extra/repos/community-any/
  fcitx5-table-extra/repos/community-any/PKGBUILD
    (from rev 740489, fcitx5-table-extra/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: fcitx5-table-extra/repos/community-any/PKGBUILD (from rev 740489, fcitx5-table-extra/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-11-03 09:31:30 UTC (rev 740490)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-table-extra
+pkgver=5.0.0
+pkgrel=1
+pkgdesc="Extra tables for Fcitx5"
+arch=('any')
+url="https://github.com/fcitx/fcitx5-table-extra"
+license=('GPL')
+depends=('fcitx5-chinese-addons')
+makedepends=('extra-cmake-modules' 'boost')
+source=("https://download.fcitx-im.org/fcitx5/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('3f288c0ad54798a28cc03e1025bc1ac9a873bbe13479c8cae040bb03854211ea5e658762d0c4c1badb027047c577e01a49b34e5bd13e8b5c0c362a218d32e16d'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build(){
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list