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

Felix Yan felixonmars at archlinux.org
Thu Apr 2 07:59:08 UTC 2020


    Date: Thursday, April 2, 2020 @ 07:59:08
  Author: felixonmars
Revision: 609393

archrelease: copy trunk to community-x86_64

Added:
  fcitx5-rime/repos/community-x86_64/PKGBUILD
    (from rev 609392, 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-04-02 07:58:54 UTC (rev 609392)
+++ PKGBUILD	2020-04-02 07:59:08 UTC (rev 609393)
@@ -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.20200322
-_commit=00390929374c5c028da846222032d93c31f21d91
-pkgrel=1
-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=('2dff54e465b5963f0474a30044e152d98548a3bded99f9904d3c22098f04f6ba87f874b73b585fa178b349a2ebbc83b279559a55f03ce414d9a377fe65e77db8')
-
-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 609392, fcitx5-rime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-02 07:59:08 UTC (rev 609393)
@@ -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.20200402
+_commit=a9cb1f92b2ee1ba13c4e8178b73206ffbe4841ed
+pkgrel=1
+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=('cfa57ea88336cb64093deaa3a3e3cfc9fe1b0b333e1bf2b39d4dabfae37a25dec2d08e2bf3844f264a8dc4ee1c82d567653d0b233c53313345bf30ae89674d6d')
+
+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