[arch-commits] Commit in fcitx-kkc/repos (4 files)

Felix Yan felixonmars at archlinux.org
Fri Sep 15 06:11:09 UTC 2017


    Date: Friday, September 15, 2017 @ 06:11:09
  Author: felixonmars
Revision: 257587

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcitx-kkc/repos/community-i686/PKGBUILD
    (from rev 257586, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-x86_64/PKGBUILD
    (from rev 257586, fcitx-kkc/trunk/PKGBUILD)
Deleted:
  fcitx-kkc/repos/community-i686/PKGBUILD
  fcitx-kkc/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   58 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ---------------------
 community-x86_64/PKGBUILD |   28 ---------------------
 3 files changed, 58 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-15 06:10:31 UTC (rev 257586)
+++ community-i686/PKGBUILD	2017-09-15 06:11:09 UTC (rev 257587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.2
-pkgrel=3
-pkgdesc="Fcitx Wrapper for libkkc"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-kkc"
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-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=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')

Copied: fcitx-kkc/repos/community-i686/PKGBUILD (from rev 257586, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-15 06:11:09 UTC (rev 257587)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('337c1692117374ea4e612debd2feac6a4f5975db0470846f3aaeaa8d145cc1ed6efdea879e5ed4d6257287de7a7d52f40411307ae130c4b73e76349141d04131'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+build(){
+  cd $pkgname-$pkgver
+ 
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-15 06:10:31 UTC (rev 257586)
+++ community-x86_64/PKGBUILD	2017-09-15 06:11:09 UTC (rev 257587)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: csslayer <wengxt AT gmail com>
-
-pkgname=fcitx-kkc
-pkgver=0.1.2
-pkgrel=3
-pkgdesc="Fcitx Wrapper for libkkc"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-kkc"
-license=('GPL')
-depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
-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=('fee5bc30cd9db1f333bb8dd58658f70894e188472767e0dd08b86ee4f711395ec423b29dc5c530613af6b8c4926f2e5253e61941e69ec0eecd2db135c50e9ff5')

Copied: fcitx-kkc/repos/community-x86_64/PKGBUILD (from rev 257586, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-15 06:11:09 UTC (rev 257587)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.3
+pkgrel=1
+pkgdesc="Fcitx Wrapper for libkkc"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-kkc"
+license=('GPL')
+depends=('fcitx' 'libkkc' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4')
+makedepends=('cmake')
+source=("https://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha512sums=('337c1692117374ea4e612debd2feac6a4f5975db0470846f3aaeaa8d145cc1ed6efdea879e5ed4d6257287de7a7d52f40411307ae130c4b73e76349141d04131'
+            'SKIP')
+validpgpkeys=('2CC8A0609AD2A479C65B6D5C8E8B898CBF2412F9')  # Weng Xuetian
+
+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