[arch-commits] Commit in fcitx-cloudpinyin/repos/community-x86_64 (PKGBUILD PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 17:35:59 UTC 2018


    Date: Monday, January 8, 2018 @ 17:35:58
  Author: eschwartz
Revision: 280566

archrelease: copy trunk to community-x86_64

Added:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD
    (from rev 280565, fcitx-cloudpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 17:35:38 UTC (rev 280565)
+++ PKGBUILD	2018-01-08 17:35:58 UTC (rev 280566)
@@ -1,28 +0,0 @@
-# $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')

Copied: fcitx-cloudpinyin/repos/community-x86_64/PKGBUILD (from rev 280565, fcitx-cloudpinyin/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 17:35:58 UTC (rev 280566)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: poplarch <poplarch at gmail.com>
+
+pkgname=fcitx-cloudpinyin
+pkgver=0.3.6
+pkgrel=2
+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=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('d3a05fc48659db64a0a827c9b75cfb8b33f7cdb48bd936a2ba33f49469e29558a7da0f58cb7e6929b1265d451d23b0a37d87b7b69752599656c94049077d9914'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9') # Weng Xuetian <wengxt at gmail.com>
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list