[arch-commits] Commit in fcitx5-rime/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 14 13:04:19 UTC 2020


    Date: Saturday, March 14, 2020 @ 13:04:19
  Author: felixonmars
Revision: 596766

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/PKGBUILD
    (from rev 596765, fcitx5-rime/trunk/PKGBUILD)
Deleted:
  fcitx5-rime/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-14 13:04:11 UTC (rev 596765)
+++ PKGBUILD	2020-03-14 13:04:19 UTC (rev 596766)
@@ -1,28 +0,0 @@
-  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx5-rime
-pkgver=0.0.0.20200308
-_commit=0a702da6fb9b59c0a400e33081ffc863916eac05
-pkgrel=1
-pkgdesc="RIME support for Fcitx5"
-arch=('x86_64')
-url="https://github.com/fcitx/fcitx5-rime"
-license=('GPL')
-depends=('brise' 'fcitx5' 'librime')
-makedepends=('extra-cmake-modules')
-source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz")
-sha512sums=('d45380befba4a9bf027e79ced927dc59866d2dc410106ae101daa8788ac29deb580fc9d3456a0ce28559d5ec23203ee2312e5e65ecc7e9d4219c0c7d02ed0973')
-
-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-rime/repos/community-x86_64/PKGBUILD (from rev 596765, fcitx5-rime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-14 13:04:19 UTC (rev 596766)
@@ -0,0 +1,28 @@
+  # $Id: PKGBUILD 226039 2017-04-27 13:52:30Z felixonmars $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx5-rime
+pkgver=0.0.0.20200308
+_commit=0a702da6fb9b59c0a400e33081ffc863916eac05
+pkgrel=2
+pkgdesc="RIME support for Fcitx5"
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx5-rime"
+license=('GPL')
+depends=('fcitx5' 'librime')
+makedepends=('extra-cmake-modules')
+source=("https://github.com/fcitx/fcitx5-rime/archive/$_commit/fcitx5-rime-$_commit.tar.gz")
+sha512sums=('d45380befba4a9bf027e79ced927dc59866d2dc410106ae101daa8788ac29deb580fc9d3456a0ce28559d5ec23203ee2312e5e65ecc7e9d4219c0c7d02ed0973')
+
+build(){
+  cd $pkgname-$_commit
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib .
+  make
+}
+
+package() {
+  cd $pkgname-$_commit
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list