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

Eli Schwartz eschwartz at archlinux.org
Mon Jan 8 07:17:13 UTC 2018


    Date: Monday, January 8, 2018 @ 07:17:12
  Author: eschwartz
Revision: 280413

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-08 07:16:50 UTC (rev 280412)
+++ PKGBUILD	2018-01-08 07:17:12 UTC (rev 280413)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=fcitx-chewing
-pkgver=0.2.3
-pkgrel=1
-pkgdesc='Fcitx Wrapper for chewing'
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-chewing"
-license=('GPL')
-depends=('libchewing' 'fcitx')
-makedepends=('cmake')
-source=("http://download.fcitx-im.org/fcitx-chewing/$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=('3492ad6ecaf00bb1ea07b76c9c23da075615597c1a68434a2da003cbe410d12172510d4306379777a1d04a359b017c49d278c002a7230b030693b668b6030bfd')

Copied: fcitx-chewing/repos/community-x86_64/PKGBUILD (from rev 280412, fcitx-chewing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-08 07:17:12 UTC (rev 280413)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=fcitx-chewing
+pkgver=0.2.3
+pkgrel=2
+pkgdesc='Fcitx Wrapper for chewing'
+arch=('x86_64')
+url="https://github.com/fcitx/fcitx-chewing"
+license=('GPL')
+depends=('libchewing' 'fcitx')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/fcitx-chewing/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('3492ad6ecaf00bb1ea07b76c9c23da075615597c1a68434a2da003cbe410d12172510d4306379777a1d04a359b017c49d278c002a7230b030693b668b6030bfd'
+            '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