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

Felix Yan fyan at nymeria.archlinux.org
Sun May 18 17:39:36 UTC 2014


    Date: Sunday, May 18, 2014 @ 19:39:35
  Author: fyan
Revision: 111447

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

Added:
  fcitx-kkc/repos/community-testing-i686/
  fcitx-kkc/repos/community-testing-i686/PKGBUILD
    (from rev 111446, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-testing-i686/fcitx-kkc.install
    (from rev 111446, fcitx-kkc/trunk/fcitx-kkc.install)
  fcitx-kkc/repos/community-testing-x86_64/
  fcitx-kkc/repos/community-testing-x86_64/PKGBUILD
    (from rev 111446, fcitx-kkc/trunk/PKGBUILD)
  fcitx-kkc/repos/community-testing-x86_64/fcitx-kkc.install
    (from rev 111446, fcitx-kkc/trunk/fcitx-kkc.install)

--------------------------------------------+
 community-testing-i686/PKGBUILD            |   29 +++++++++++++++++++++++++++
 community-testing-i686/fcitx-kkc.install   |   11 ++++++++++
 community-testing-x86_64/PKGBUILD          |   29 +++++++++++++++++++++++++++
 community-testing-x86_64/fcitx-kkc.install |   11 ++++++++++
 4 files changed, 80 insertions(+)

Copied: fcitx-kkc/repos/community-testing-i686/PKGBUILD (from rev 111446, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-05-18 17:39:35 UTC (rev 111447)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.1
+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')
+install=$pkgname.install
+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=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')

Copied: fcitx-kkc/repos/community-testing-i686/fcitx-kkc.install (from rev 111446, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-testing-i686/fcitx-kkc.install	                        (rev 0)
+++ community-testing-i686/fcitx-kkc.install	2014-05-18 17:39:35 UTC (rev 111447)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: fcitx-kkc/repos/community-testing-x86_64/PKGBUILD (from rev 111446, fcitx-kkc/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-05-18 17:39:35 UTC (rev 111447)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: csslayer <wengxt AT gmail com>
+
+pkgname=fcitx-kkc
+pkgver=0.1.1
+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')
+install=$pkgname.install
+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=('595a4a728112827a6eae4bcbeda87926660fad494c547396da4e5d951aa53aa372261170c261b421056dc626d04fd4bf4728d51fd84e1ec9b7d260ca8d9b0353')

Copied: fcitx-kkc/repos/community-testing-x86_64/fcitx-kkc.install (from rev 111446, fcitx-kkc/trunk/fcitx-kkc.install)
===================================================================
--- community-testing-x86_64/fcitx-kkc.install	                        (rev 0)
+++ community-testing-x86_64/fcitx-kkc.install	2014-05-18 17:39:35 UTC (rev 111447)
@@ -0,0 +1,11 @@
+post_install() {
+    gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list