[arch-commits] Commit in fcitx-cloudpinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 28 05:23:47 UTC 2017
Date: Tuesday, November 28, 2017 @ 05:23:46
Author: felixonmars
Revision: 270431
archrelease: copy trunk to community-x86_64
Added:
fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
(from rev 270430, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-28 05:23:24 UTC (rev 270430)
+++ PKGBUILD 2017-11-28 05:23:46 UTC (rev 270431)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: poplarch <poplarch at gmail.com>
-
-pkgname=fcitx-cloudpinyin
-pkgver=0.3.5
-pkgrel=1
-pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-cloudpinyin"
-license=('GPL')
-depends=('curl' 'fcitx')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
-
-build() {
- cd ${pkgname}-${pkgver}
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums=('b56cde4955fab02d204cfe937b46aeb5b6adf9e4eb4fead6e7b8e0b5cd1ebce06a0de3f9d477a1cb58eb077655f17975b7e13951074d1766b283b86eeb5b276e')
Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 270430, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-28 05:23:46 UTC (rev 270431)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.6
+pkgrel=1
+pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates'
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-cloudpinyin"
+license=('GPL')
+depends=('curl' 'fcitx')
+makedepends=('cmake')
+source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz")
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914')
More information about the arch-commits
mailing list