[arch-commits] Commit in fcitx5-rime/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 22 11:07:24 UTC 2020
Date: Sunday, March 22, 2020 @ 11:07:24
Author: felixonmars
Revision: 603398
archrelease: copy trunk to community-x86_64
Added:
fcitx5-rime/repos/community-x86_64/PKGBUILD
(from rev 603397, 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-22 11:07:10 UTC (rev 603397)
+++ PKGBUILD 2020-03-22 11:07:24 UTC (rev 603398)
@@ -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.20200314
-_commit=bd08374d7cc4e90086e2c3ba1c5ac7d7dd5e64d3
-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=('c054c417a0ddb72c06e15840c76cfdc4d26bd7dbb6b642d8d9f4cd1aa24216155ba7c647823ab19013814877b09c7d2f25b7510aea8054b8b60bccda7968b9c8')
-
-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 603397, fcitx5-rime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-22 11:07:24 UTC (rev 603398)
@@ -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.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
+}
More information about the arch-commits
mailing list